diff --git a/.changeset/late-trainers-cry.md b/.changeset/late-trainers-cry.md deleted file mode 100644 index 57e0032..0000000 --- a/.changeset/late-trainers-cry.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -'@humanitec/backstage-plugin': patch -'@humanitec/backstage-plugin-backend': patch -'@humanitec/backstage-plugin-scaffolder-backend-module': patch -'@humanitec/backstage-plugin-common': patch ---- - -Upgrade backstage to 1.30.2 diff --git a/packages/app/package.json b/packages/app/package.json index cf6700c..306e03e 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -38,7 +38,7 @@ "@backstage/plugin-techdocs-react": "^1.2.7", "@backstage/plugin-user-settings": "^0.8.11", "@backstage/theme": "^0.5.6", - "@humanitec/backstage-plugin": "^0.9.0", + "@humanitec/backstage-plugin": "^0.9.1", "@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 013dec5..693923f 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -38,8 +38,8 @@ "@backstage/plugin-search-backend-module-techdocs": "^0.2.0", "@backstage/plugin-search-backend-node": "^1.3.0", "@backstage/plugin-techdocs-backend": "^1.10.13", - "@humanitec/backstage-plugin-backend": "^0.8.0", - "@humanitec/backstage-plugin-scaffolder-backend-module": "^0.5.0", + "@humanitec/backstage-plugin-backend": "^0.8.1", + "@humanitec/backstage-plugin-scaffolder-backend-module": "^0.5.1", "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 a15f2b8..d067d77 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.1 + +### Patch Changes + +- 05fa5f4: Upgrade backstage to 1.30.2 +- Updated dependencies [05fa5f4] + - @humanitec/backstage-plugin-common@0.7.1 + ## 0.5.0 ### Minor Changes diff --git a/plugins/humanitec-backend-scaffolder-module/package.json b/plugins/humanitec-backend-scaffolder-module/package.json index 899a2fe..e422166 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.0", + "version": "0.5.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -26,7 +26,7 @@ "dependencies": { "@backstage/backend-plugin-api": "^0.8.0", "@backstage/plugin-scaffolder-node": "^0.4.9", - "@humanitec/backstage-plugin-common": "^0.7.0", + "@humanitec/backstage-plugin-common": "^0.7.1", "js-yaml": "^4.1.0", "zod": "^3.17.3" }, diff --git a/plugins/humanitec-backend/CHANGELOG.md b/plugins/humanitec-backend/CHANGELOG.md index 0a5f39d..29d73d4 100644 --- a/plugins/humanitec-backend/CHANGELOG.md +++ b/plugins/humanitec-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-humanitec-backend +## 0.8.1 + +### Patch Changes + +- 05fa5f4: Upgrade backstage to 1.30.2 +- Updated dependencies [05fa5f4] + - @humanitec/backstage-plugin-common@0.7.1 + ## 0.8.0 ### Minor Changes diff --git a/plugins/humanitec-backend/package.json b/plugins/humanitec-backend/package.json index 4f92682..bb41213 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.0", + "version": "0.8.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -30,7 +30,7 @@ "@backstage/backend-common": "^0.24.0", "@backstage/backend-plugin-api": "^0.8.0", "@backstage/config": "^1.2.0", - "@humanitec/backstage-plugin-common": "^0.7.0", + "@humanitec/backstage-plugin-common": "^0.7.1", "@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 9cbe736..be9d114 100644 --- a/plugins/humanitec-common/CHANGELOG.md +++ b/plugins/humanitec-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec-common +## 0.7.1 + +### Patch Changes + +- 05fa5f4: Upgrade backstage to 1.30.2 + ## 0.7.0 ### Minor Changes diff --git a/plugins/humanitec-common/package.json b/plugins/humanitec-common/package.json index ff5a9b6..cdbf54a 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.0", + "version": "0.7.1", "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 699897b..2672c7d 100644 --- a/plugins/humanitec/CHANGELOG.md +++ b/plugins/humanitec/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec +## 0.9.1 + +### Patch Changes + +- 05fa5f4: Upgrade backstage to 1.30.2 + ## 0.9.0 ### Minor Changes diff --git a/plugins/humanitec/package.json b/plugins/humanitec/package.json index 5908e15..0f0f6fb 100644 --- a/plugins/humanitec/package.json +++ b/plugins/humanitec/package.json @@ -1,6 +1,6 @@ { "name": "@humanitec/backstage-plugin", - "version": "0.9.0", + "version": "0.9.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -52,7 +52,7 @@ "@backstage/core-app-api": "^1.14.2", "@backstage/dev-utils": "^1.0.37", "@backstage/test-utils": "^1.5.10", - "@humanitec/backstage-plugin-common": "^0.7.0", + "@humanitec/backstage-plugin-common": "^0.7.1", "@testing-library/jest-dom": "^6.0.0", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.5.1",