From 02c31dd24a3ce30fe52917a53bb68cffdf4f123d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2024 15:53:19 +0200 Subject: [PATCH] Version Packages (#62) Co-authored-by: github-actions[bot] --- .changeset/selfish-cooks-repair.md | 8 -------- packages/app/package.json | 2 +- packages/backend/package.json | 4 ++-- plugins/humanitec-backend-scaffolder-module/CHANGELOG.md | 8 ++++++++ plugins/humanitec-backend-scaffolder-module/package.json | 4 ++-- plugins/humanitec-backend/CHANGELOG.md | 8 ++++++++ plugins/humanitec-backend/package.json | 4 ++-- plugins/humanitec-common/CHANGELOG.md | 6 ++++++ plugins/humanitec-common/package.json | 2 +- plugins/humanitec/CHANGELOG.md | 6 ++++++ plugins/humanitec/package.json | 4 ++-- 11 files changed, 38 insertions(+), 18 deletions(-) delete mode 100644 .changeset/selfish-cooks-repair.md diff --git a/.changeset/selfish-cooks-repair.md b/.changeset/selfish-cooks-repair.md deleted file mode 100644 index e5562dc..0000000 --- a/.changeset/selfish-cooks-repair.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@humanitec/backstage-plugin-scaffolder-backend-module': patch -'@humanitec/backstage-plugin-backend': patch -'@humanitec/backstage-plugin-common': patch -'@humanitec/backstage-plugin': patch ---- - -Update dependencies diff --git a/packages/app/package.json b/packages/app/package.json index 3c675be..0cf798c 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -38,7 +38,7 @@ "@backstage/plugin-techdocs-react": "^1.2.9", "@backstage/plugin-user-settings": "^0.8.14", "@backstage/theme": "^0.6.0", - "@humanitec/backstage-plugin": "^0.9.4", + "@humanitec/backstage-plugin": "^0.9.5", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "history": "^5.0.0", diff --git a/packages/backend/package.json b/packages/backend/package.json index 29de3a1..8b90c0a 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -38,8 +38,8 @@ "@backstage/plugin-search-backend-module-techdocs": "^0.3.1", "@backstage/plugin-search-backend-node": "^1.3.4", "@backstage/plugin-techdocs-backend": "^1.11.1", - "@humanitec/backstage-plugin-backend": "^0.8.3", - "@humanitec/backstage-plugin-scaffolder-backend-module": "^0.5.3", + "@humanitec/backstage-plugin-backend": "^0.8.4", + "@humanitec/backstage-plugin-scaffolder-backend-module": "^0.5.4", "app": "link:../app", "better-sqlite3": "^9.0.0", "dockerode": "^3.3.1", diff --git a/plugins/humanitec-backend-scaffolder-module/CHANGELOG.md b/plugins/humanitec-backend-scaffolder-module/CHANGELOG.md index 76fc60e..60e4fb9 100644 --- a/plugins/humanitec-backend-scaffolder-module/CHANGELOG.md +++ b/plugins/humanitec-backend-scaffolder-module/CHANGELOG.md @@ -1,5 +1,13 @@ # @humanitec/backstage-plugin-scaffolder-backend-module +## 0.5.4 + +### Patch Changes + +- ac254e9: Update dependencies +- Updated dependencies [ac254e9] + - @humanitec/backstage-plugin-common@0.7.4 + ## 0.5.3 ### Patch Changes diff --git a/plugins/humanitec-backend-scaffolder-module/package.json b/plugins/humanitec-backend-scaffolder-module/package.json index 8fc5e34..7973dd7 100644 --- a/plugins/humanitec-backend-scaffolder-module/package.json +++ b/plugins/humanitec-backend-scaffolder-module/package.json @@ -1,6 +1,6 @@ { "name": "@humanitec/backstage-plugin-scaffolder-backend-module", - "version": "0.5.3", + "version": "0.5.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -26,7 +26,7 @@ "dependencies": { "@backstage/backend-plugin-api": "^1.0.1", "@backstage/plugin-scaffolder-node": "^0.5.0", - "@humanitec/backstage-plugin-common": "^0.7.3", + "@humanitec/backstage-plugin-common": "^0.7.4", "js-yaml": "^4.1.0", "zod": "^3.17.3" }, diff --git a/plugins/humanitec-backend/CHANGELOG.md b/plugins/humanitec-backend/CHANGELOG.md index cbb7e93..2513853 100644 --- a/plugins/humanitec-backend/CHANGELOG.md +++ b/plugins/humanitec-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-humanitec-backend +## 0.8.4 + +### Patch Changes + +- ac254e9: Update dependencies +- Updated dependencies [ac254e9] + - @humanitec/backstage-plugin-common@0.7.4 + ## 0.8.3 ### Patch Changes diff --git a/plugins/humanitec-backend/package.json b/plugins/humanitec-backend/package.json index 8136865..a4dab30 100644 --- a/plugins/humanitec-backend/package.json +++ b/plugins/humanitec-backend/package.json @@ -1,6 +1,6 @@ { "name": "@humanitec/backstage-plugin-backend", - "version": "0.8.3", + "version": "0.8.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -30,7 +30,7 @@ "@backstage/backend-common": "^0.25.0", "@backstage/backend-plugin-api": "^1.0.1", "@backstage/config": "^1.2.0", - "@humanitec/backstage-plugin-common": "^0.7.3", + "@humanitec/backstage-plugin-common": "^0.7.4", "@types/express": "*", "cross-fetch": "^4.0.0", "express": "^4.17.1", diff --git a/plugins/humanitec-common/CHANGELOG.md b/plugins/humanitec-common/CHANGELOG.md index 9a38afc..cf42dde 100644 --- a/plugins/humanitec-common/CHANGELOG.md +++ b/plugins/humanitec-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec-common +## 0.7.4 + +### Patch Changes + +- ac254e9: Update dependencies + ## 0.7.3 ### Patch Changes diff --git a/plugins/humanitec-common/package.json b/plugins/humanitec-common/package.json index 0fed528..567b92c 100644 --- a/plugins/humanitec-common/package.json +++ b/plugins/humanitec-common/package.json @@ -1,7 +1,7 @@ { "name": "@humanitec/backstage-plugin-common", "description": "Humanitec API Client", - "version": "0.7.3", + "version": "0.7.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/humanitec/CHANGELOG.md b/plugins/humanitec/CHANGELOG.md index 034e962..b42893c 100644 --- a/plugins/humanitec/CHANGELOG.md +++ b/plugins/humanitec/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec +## 0.9.5 + +### Patch Changes + +- ac254e9: Update dependencies + ## 0.9.4 ### Patch Changes diff --git a/plugins/humanitec/package.json b/plugins/humanitec/package.json index 2ec4f71..cacf73d 100644 --- a/plugins/humanitec/package.json +++ b/plugins/humanitec/package.json @@ -1,6 +1,6 @@ { "name": "@humanitec/backstage-plugin", - "version": "0.9.4", + "version": "0.9.5", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -52,7 +52,7 @@ "@backstage/core-app-api": "^1.15.1", "@backstage/dev-utils": "^1.1.2", "@backstage/test-utils": "^1.7.0", - "@humanitec/backstage-plugin-common": "^0.7.3", + "@humanitec/backstage-plugin-common": "^0.7.4", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1",