Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and DutchBen committed Nov 18, 2024
1 parent 85fca33 commit 80625e8
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 27 deletions.
9 changes: 0 additions & 9 deletions .changeset/neat-dingos-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-rockets-sneeze.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/eslint-config-custom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orchestrator-ui/eslint-config-custom

## 1.4.0

### Minor Changes

- 85fca33: Adds npm provenance flag

## 1.3.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orchestrator-ui/eslint-config-custom",
"version": "1.3.1",
"version": "1.4.0",
"license": "Apache-2.0",
"description": "Contains the eslint configuration used in the Workflow orchestrator frontend projects",
"author": {
Expand Down
6 changes: 6 additions & 0 deletions packages/jest-config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @orchestrator-ui/jest-config

## 1.5.0

### Minor Changes

- 85fca33: Adds npm provenance flag

## 1.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/jest-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orchestrator-ui/jest-config",
"version": "1.4.1",
"version": "1.5.0",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down
10 changes: 10 additions & 0 deletions packages/orchestrator-ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @orchestrator-ui/orchestrator-ui-components

## 2.11.0

### Minor Changes

- 85fca33: Adds npm provenance flag

### Patch Changes

- 59389ea: Removes limit on related workflows on subscription detail page

## 2.10.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestrator-ui-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@orchestrator-ui/orchestrator-ui-components",
"version": "2.10.1",
"version": "2.11.0",
"license": "Apache-2.0",
"description": "Library of UI Components used to display the workflow orchestrator frontend",
"author": {
Expand Down
24 changes: 15 additions & 9 deletions packages/tsconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,61 @@
# @orchestrator-ui/tsconfig

## 1.2.0

### Minor Changes

- 85fca33: Adds npm provenance flag

## 1.1.1

### Patch Changes

- 09f3e09: Fixes markdown in README files
- 09f3e09: Fixes markdown in README files

## 1.1.0

### Minor Changes

- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.
- c122786: Adds README files to be displayed on NPM. Adds Apache 2.0 license.

## 1.0.0

### Major Changes

- 507399b: R1 Release
- 507399b: R1 Release

## 0.1.2

### Patch Changes

- 6597ac1: Test release after adding absolute imports (issue 414)
- 6597ac1: Test release after adding absolute imports (issue 414)

## 0.1.1

### Patch Changes

- 6d680f6: Test release before adding absolute imports (issue 414)
- 6d680f6: Test release before adding absolute imports (issue 414)

## 0.1.0

### Minor Changes

- 6c4cb21: Added translation setup and next-inl configuration. Translation strings are now available when using the useTranslations hook. For more on how to add translations refer to apps/wfo-ui/translations/README.md
- 6c4cb21: Added translation setup and next-inl configuration. Translation strings are now available when using the useTranslations hook. For more on how to add translations refer to apps/wfo-ui/translations/README.md

## 0.0.3

### Patch Changes

- c780503: Initial release
- c780503: Initial release

## 0.0.2

### Patch Changes

- 0cef169: Splitted WFO in separate packages
- 0cef169: Splitted WFO in separate packages

## 0.0.1

### Patch Changes

- Converted tsconfig and eslint to standalone NPM package
- Converted tsconfig and eslint to standalone NPM package
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"dev": "npm run build -- --watch"
},
"main": "./dist/",
"version": "1.1.1",
"version": "1.2.0",
"license": "Apache-2.0",
"publishConfig": {
"access": "public",
Expand Down

0 comments on commit 80625e8

Please sign in to comment.