diff --git a/.changeset/fuzzy-glasses-taste.md b/.changeset/fuzzy-glasses-taste.md deleted file mode 100644 index 15bbed837..000000000 --- a/.changeset/fuzzy-glasses-taste.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@orchestrator-ui/eslint-config-custom': patch -'@orchestrator-ui/jest-config': patch -'@orchestrator-ui/orchestrator-ui-components': patch -'@orchestrator-ui/tsconfig': patch ---- - -Fixes rights issue in github action diff --git a/.changeset/rare-maps-wonder.md b/.changeset/rare-maps-wonder.md deleted file mode 100644 index ed82ece7e..000000000 --- a/.changeset/rare-maps-wonder.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@orchestrator-ui/orchestrator-ui-components': patch -'@orchestrator-ui/eslint-config-custom': patch -'@orchestrator-ui/jest-config': patch -'@orchestrator-ui/tsconfig': patch ---- - -Adds github action permission to publish with provenance diff --git a/packages/eslint-config-custom/CHANGELOG.md b/packages/eslint-config-custom/CHANGELOG.md index 6224e5f48..4ae3e2e70 100644 --- a/packages/eslint-config-custom/CHANGELOG.md +++ b/packages/eslint-config-custom/CHANGELOG.md @@ -1,5 +1,12 @@ # @orchestrator-ui/eslint-config-custom +## 1.4.1 + +### Patch Changes + +- 56e2537: Fixes rights issue in github action +- b7fe3ee: Adds github action permission to publish with provenance + ## 1.4.0 ### Minor Changes diff --git a/packages/eslint-config-custom/package.json b/packages/eslint-config-custom/package.json index a88e80283..ac2075dac 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.4.0", + "version": "1.4.1", "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 4b515a69c..b332bc241 100644 --- a/packages/jest-config/CHANGELOG.md +++ b/packages/jest-config/CHANGELOG.md @@ -1,5 +1,12 @@ # @orchestrator-ui/jest-config +## 1.5.1 + +### Patch Changes + +- 56e2537: Fixes rights issue in github action +- b7fe3ee: Adds github action permission to publish with provenance + ## 1.5.0 ### Minor Changes diff --git a/packages/jest-config/package.json b/packages/jest-config/package.json index b653c9926..1ceadb5fc 100644 --- a/packages/jest-config/package.json +++ b/packages/jest-config/package.json @@ -1,6 +1,6 @@ { "name": "@orchestrator-ui/jest-config", - "version": "1.5.0", + "version": "1.5.1", "license": "Apache-2.0", "publishConfig": { "access": "public", diff --git a/packages/orchestrator-ui-components/CHANGELOG.md b/packages/orchestrator-ui-components/CHANGELOG.md index e77943ba6..134168f57 100644 --- a/packages/orchestrator-ui-components/CHANGELOG.md +++ b/packages/orchestrator-ui-components/CHANGELOG.md @@ -1,5 +1,12 @@ # @orchestrator-ui/orchestrator-ui-components +## 2.11.1 + +### Patch Changes + +- 56e2537: Fixes rights issue in github action +- b7fe3ee: Adds github action permission to publish with provenance + ## 2.11.0 ### Minor Changes diff --git a/packages/orchestrator-ui-components/package.json b/packages/orchestrator-ui-components/package.json index 51ae4b64c..2fdddfdec 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.11.0", + "version": "2.11.1", "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 297ea1331..14402fa64 100644 --- a/packages/tsconfig/CHANGELOG.md +++ b/packages/tsconfig/CHANGELOG.md @@ -1,5 +1,12 @@ # @orchestrator-ui/tsconfig +## 1.2.1 + +### Patch Changes + +- 56e2537: Fixes rights issue in github action +- b7fe3ee: Adds github action permission to publish with provenance + ## 1.2.0 ### Minor Changes diff --git a/packages/tsconfig/package.json b/packages/tsconfig/package.json index 892017674..3b5eaf416 100644 --- a/packages/tsconfig/package.json +++ b/packages/tsconfig/package.json @@ -23,7 +23,7 @@ "dev": "npm run build -- --watch" }, "main": "./dist/", - "version": "1.2.0", + "version": "1.2.1", "license": "Apache-2.0", "publishConfig": { "access": "public",