diff --git a/.changeset/neat-dingos-vanish.md b/.changeset/neat-dingos-vanish.md deleted file mode 100644 index 3e7a04245..000000000 --- a/.changeset/neat-dingos-vanish.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': minor -'@orchestrator-ui/eslint-config-custom': minor -'@orchestrator-ui/jest-config': minor -'@orchestrator-ui/tsconfig': minor ---- - -Adds npm provenance flag - diff --git a/.changeset/pink-rockets-sneeze.md b/.changeset/pink-rockets-sneeze.md deleted file mode 100644 index e2674bcec..000000000 --- a/.changeset/pink-rockets-sneeze.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': patch ---- - -Removes limit on related workflows on subscription detail page diff --git a/packages/eslint-config-custom/CHANGELOG.md b/packages/eslint-config-custom/CHANGELOG.md index 759b3fbb9..6224e5f48 100644 --- a/packages/eslint-config-custom/CHANGELOG.md +++ b/packages/eslint-config-custom/CHANGELOG.md @@ -1,5 +1,11 @@ # @orchestrator-ui/eslint-config-custom +## 1.4.0 + +### Minor Changes + +- 85fca33: Adds npm provenance flag + ## 1.3.1 ### Patch Changes diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index ccbf7184a..1490ed5fb 100644 --- a/packages/eslint-config-custom/package.json +++ b/packages/eslint-config-custom/package.json @@ -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": { diff --git a/packages/jest-config/CHANGELOG.md b/packages/jest-config/CHANGELOG.md index 1b8170cf1..4b515a69c 100644 --- a/packages/jest-config/CHANGELOG.md +++ b/packages/jest-config/CHANGELOG.md @@ -1,5 +1,11 @@ # @orchestrator-ui/jest-config +## 1.5.0 + +### Minor Changes + +- 85fca33: Adds npm provenance flag + ## 1.4.1 ### Patch Changes diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index b221a7df9..d5689d26d 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@orchestrator-ui/jest-config", - "version": "1.4.1", + "version": "1.5.0", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/packages/orchestrator-ui-components/CHANGELOG.md b/packages/orchestrator-ui-components/CHANGELOG.md index fb3caef21..e77943ba6 100644 --- a/packages/orchestrator-ui-components/CHANGELOG.md +++ b/packages/orchestrator-ui-components/CHANGELOG.md @@ -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 diff --git a/packages/orchestrator-ui-components/package.json b/packages/orchestrator-ui-components/package.json index e42e0508a..a0ba37fab 100644 --- a/packages/orchestrator-ui-components/package.json +++ b/packages/orchestrator-ui-components/package.json @@ -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": { diff --git a/packages/tsconfig/CHANGELOG.md b/packages/tsconfig/CHANGELOG.md index 3fedfc311..297ea1331 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -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 diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 6bfffb6b0..38d3328dd 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -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",