From 2a75ac0df8aac8b427d4724030a9541adcfb959e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 14:34:08 +0100 Subject: [PATCH] publish(npm): automate Package Versioning and Publishing with Changesets (#672) chore(version): update versions with Changesets Co-authored-by: github-actions[bot] --- .changeset/neat-rats-decide.md | 6 ------ .changeset/olive-ties-beam.md | 5 ----- .changeset/tasty-dragons-train.md | 5 ----- .changeset/twenty-buckets-pull.md | 5 ----- apps/greenhouse/CHANGELOG.md | 12 ++++++++++++ apps/greenhouse/package.json | 2 +- apps/heureka/CHANGELOG.md | 10 ++++++++++ apps/heureka/package.json | 2 +- packages/ui-components/CHANGELOG.md | 11 +++++++++++ packages/ui-components/package.json | 2 +- 10 files changed, 36 insertions(+), 24 deletions(-) delete mode 100644 .changeset/neat-rats-decide.md delete mode 100644 .changeset/olive-ties-beam.md delete mode 100644 .changeset/tasty-dragons-train.md delete mode 100644 .changeset/twenty-buckets-pull.md diff --git a/.changeset/neat-rats-decide.md b/.changeset/neat-rats-decide.md deleted file mode 100644 index d6279186f..000000000 --- a/.changeset/neat-rats-decide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cloudoperators/juno-app-heureka": patch -"@cloudoperators/juno-app-greenhouse": patch ---- - -Add Default Vulnerability Filter to issueMatches entity and renames tab to Vulnerabilities instead of Issues diff --git a/.changeset/olive-ties-beam.md b/.changeset/olive-ties-beam.md deleted file mode 100644 index 83df50e8d..000000000 --- a/.changeset/olive-ties-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-ui-components": minor ---- - -Introduce types, deprecate other components, integrate new build system diff --git a/.changeset/tasty-dragons-train.md b/.changeset/tasty-dragons-train.md deleted file mode 100644 index acc0d5ed2..000000000 --- a/.changeset/tasty-dragons-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-ui-components": minor ---- - -Marked AppIntro as deprecated in Storybook diff --git a/.changeset/twenty-buckets-pull.md b/.changeset/twenty-buckets-pull.md deleted file mode 100644 index e0438e854..000000000 --- a/.changeset/twenty-buckets-pull.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-ui-components": patch ---- - -Migrate docs to Typescript diff --git a/apps/greenhouse/CHANGELOG.md b/apps/greenhouse/CHANGELOG.md index 4b3b360e1..6bc063edc 100644 --- a/apps/greenhouse/CHANGELOG.md +++ b/apps/greenhouse/CHANGELOG.md @@ -1,5 +1,17 @@ # @cloudoperators/juno-app-greenhouse +## 0.3.11 + +### Patch Changes + +- d07a3cb: Add Default Vulnerability Filter to issueMatches entity and renames tab to Vulnerabilities instead of Issues +- Updated dependencies [d07a3cb] +- Updated dependencies [3c6ad30] +- Updated dependencies [3471a77] +- Updated dependencies [87d57d7] + - @cloudoperators/juno-app-heureka@2.11.3 + - @cloudoperators/juno-ui-components@2.35.0 + ## 0.3.10 ### Patch Changes diff --git a/apps/greenhouse/package.json b/apps/greenhouse/package.json index b8292cfd2..435fc77c8 100644 --- a/apps/greenhouse/package.json +++ b/apps/greenhouse/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-greenhouse", - "version": "0.3.10", + "version": "0.3.11", "orgAdminVersion": "latest", "author": "UI-Team", "contributors": [ diff --git a/apps/heureka/CHANGELOG.md b/apps/heureka/CHANGELOG.md index 8ebc9c3da..b9b2e95ca 100644 --- a/apps/heureka/CHANGELOG.md +++ b/apps/heureka/CHANGELOG.md @@ -1,5 +1,15 @@ # @cloudoperators/juno-app-heureka +## 2.11.3 + +### Patch Changes + +- d07a3cb: Add Default Vulnerability Filter to issueMatches entity and renames tab to Vulnerabilities instead of Issues +- Updated dependencies [3c6ad30] +- Updated dependencies [3471a77] +- Updated dependencies [87d57d7] + - @cloudoperators/juno-ui-components@2.35.0 + ## 2.11.2 ### Patch Changes diff --git a/apps/heureka/package.json b/apps/heureka/package.json index 607ea6e3a..6db9e8f4b 100644 --- a/apps/heureka/package.json +++ b/apps/heureka/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-heureka", - "version": "2.11.2", + "version": "2.11.3", "author": "UI-Team", "contributors": [ "Hoda Noori, Arturo Reuschenbach Pucernau", diff --git a/packages/ui-components/CHANGELOG.md b/packages/ui-components/CHANGELOG.md index 7c5d1bab7..cd6aff853 100644 --- a/packages/ui-components/CHANGELOG.md +++ b/packages/ui-components/CHANGELOG.md @@ -1,5 +1,16 @@ # @cloudoperators/juno-ui-components +## 2.35.0 + +### Minor Changes + +- 3c6ad30: Introduce types, deprecate other components, integrate new build system +- 3471a77: Marked AppIntro as deprecated in Storybook + +### Patch Changes + +- 87d57d7: Migrate docs to Typescript + ## 2.34.0 ### Minor Changes diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 3c167c0a4..81f814762 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -3,7 +3,7 @@ "private": false, "source": "src/index.js", "style": "build/lib/variables.css", - "version": "2.34.0", + "version": "2.35.0", "types": "build/index.d.ts", "exports": { "./index": "./build/index.js",