diff --git a/.changeset/sweet-nails-act.md b/.changeset/sweet-nails-act.md deleted file mode 100644 index 5696f3a01f..0000000000 --- a/.changeset/sweet-nails-act.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -'@frontside/backstage-plugin-graphql-backend-module-catalog': patch -'@frontside/backstage-plugin-incremental-ingestion-backend': patch -'@frontside/backstage-plugin-incremental-ingestion-github': patch -'@frontside/backstage-plugin-scaffolder-workflow': patch -'@frontside/backstage-plugin-effection-inspector-backend': patch -'@frontside/scaffolder-yaml-actions': patch -'@frontside/backstage-plugin-graphql-backend-node': patch -'@frontside/backstage-plugin-effection-inspector': patch -'@frontside/backstage-plugin-humanitec-backend': patch -'@frontside/backstage-ingestion-tests': patch -'@frontside/backstage-plugin-humanitec-common': patch -'@frontside/backstage-plugin-graphql-backend': patch -'@frontside/backstage-plugin-batch-loader': patch -'@internal/plugin-healthcheck': patch -'@frontside/backstage-plugin-humanitec': patch -'backend': patch -'app': patch ---- - -Update backstage deps diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index 902c540b9a..a6a000bbb0 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,15 @@ # app +## 0.2.3 + +### Patch Changes + +- 870b26c: Update backstage deps +- Updated dependencies [870b26c] + - @frontside/backstage-plugin-scaffolder-workflow@0.10.2 + - @frontside/backstage-plugin-effection-inspector@0.1.13 + - @frontside/backstage-plugin-humanitec@0.3.16 + ## 0.2.2 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index 56c6c2580b..961a21b433 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.2.2", + "version": "0.2.3", "private": true, "backstage": { "role": "frontend" @@ -34,9 +34,9 @@ "@backstage/plugin-user-settings": "^0.8.10", "@backstage/theme": "^0.5.6", "@backstage/types": "^1.1.1", - "@frontside/backstage-plugin-effection-inspector": "^0.1.12", - "@frontside/backstage-plugin-humanitec": "^0.3.15", - "@frontside/backstage-plugin-scaffolder-workflow": "^0.10.1", + "@frontside/backstage-plugin-effection-inspector": "^0.1.13", + "@frontside/backstage-plugin-humanitec": "^0.3.16", + "@frontside/backstage-plugin-scaffolder-workflow": "^0.10.2", "@material-ui/core": "^4.12.2", "@material-ui/icons": "^4.9.1", "@rjsf/utils": "5.13.6", diff --git a/packages/backend/CHANGELOG.md b/packages/backend/CHANGELOG.md index 9b685bd688..7cfd9f9c58 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,21 @@ # backend +## 0.1.4 + +### Patch Changes + +- 870b26c: Update backstage deps +- Updated dependencies [870b26c] + - @frontside/backstage-plugin-graphql-backend-module-catalog@0.3.4 + - @frontside/backstage-plugin-incremental-ingestion-backend@0.5.2 + - @frontside/backstage-plugin-effection-inspector-backend@0.1.13 + - @frontside/scaffolder-yaml-actions@0.3.2 + - @frontside/backstage-plugin-humanitec-backend@0.3.18 + - @frontside/backstage-plugin-graphql-backend@0.1.9 + - @frontside/backstage-plugin-batch-loader@0.4.2 + - @internal/plugin-healthcheck@0.1.12 + - app@0.2.3 + ## 0.1.3 ### Patch Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index 09d1516118..6292cff7a3 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "0.1.3", + "version": "0.1.4", "main": "dist/index.cjs.js", "types": "src/index.ts", "private": true, @@ -40,15 +40,15 @@ "@backstage/plugin-search-backend-module-pg": "^0.5.32", "@backstage/plugin-search-backend-node": "^1.2.27", "@backstage/plugin-techdocs-backend": "^1.10.9", - "@frontside/backstage-plugin-batch-loader": "0.4.1", - "@frontside/backstage-plugin-effection-inspector-backend": "0.1.12", - "@frontside/backstage-plugin-graphql-backend": "^0.1.8", - "@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.3.0", - "@frontside/backstage-plugin-humanitec-backend": "^0.3.17", + "@frontside/backstage-plugin-batch-loader": "0.4.2", + "@frontside/backstage-plugin-effection-inspector-backend": "0.1.13", + "@frontside/backstage-plugin-graphql-backend": "^0.1.9", + "@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.3.4", + "@frontside/backstage-plugin-humanitec-backend": "^0.3.18", "@frontside/backstage-plugin-incremental-ingestion-backend": "*", - "@frontside/scaffolder-yaml-actions": "^0.3.1", + "@frontside/scaffolder-yaml-actions": "^0.3.2", "@gitbeaker/node": "^34.6.0", - "@internal/plugin-healthcheck": "0.1.11", + "@internal/plugin-healthcheck": "0.1.12", "@octokit/rest": "^19.0.5", "app": "*", "assert-ts": "^0.3.4", diff --git a/packages/ingestion-tests/CHANGELOG.md b/packages/ingestion-tests/CHANGELOG.md index 80ae784374..eb0a89cea8 100644 --- a/packages/ingestion-tests/CHANGELOG.md +++ b/packages/ingestion-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-ingestion-tests +## 0.7.2 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.7.1 ### Patch Changes diff --git a/packages/ingestion-tests/package.json b/packages/ingestion-tests/package.json index 03b3524ccc..115da48a06 100644 --- a/packages/ingestion-tests/package.json +++ b/packages/ingestion-tests/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-ingestion-tests", - "version": "0.7.1", + "version": "0.7.2", "sideEffects": false, "scripts": { "start": "backstage-cli package start", diff --git a/plugins/batch-loader/CHANGELOG.md b/plugins/batch-loader/CHANGELOG.md index ca886a6f7a..f5350895d2 100644 --- a/plugins/batch-loader/CHANGELOG.md +++ b/plugins/batch-loader/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-batch-loader +## 0.4.2 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.4.1 ### Patch Changes diff --git a/plugins/batch-loader/package.json b/plugins/batch-loader/package.json index bd8830b588..9fe9a5fc76 100644 --- a/plugins/batch-loader/package.json +++ b/plugins/batch-loader/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-plugin-batch-loader", - "version": "0.4.1", + "version": "0.4.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/effection-inspector-backend/CHANGELOG.md b/plugins/effection-inspector-backend/CHANGELOG.md index 120ed06d82..398446ef5a 100644 --- a/plugins/effection-inspector-backend/CHANGELOG.md +++ b/plugins/effection-inspector-backend/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-effection-inspector-backend +## 0.1.13 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.1.12 ### Patch Changes diff --git a/plugins/effection-inspector-backend/package.json b/plugins/effection-inspector-backend/package.json index 407f67ca7d..c3f7ea5542 100644 --- a/plugins/effection-inspector-backend/package.json +++ b/plugins/effection-inspector-backend/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-plugin-effection-inspector-backend", - "version": "0.1.12", + "version": "0.1.13", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/effection-inspector/CHANGELOG.md b/plugins/effection-inspector/CHANGELOG.md index b59aa463e9..3470956cb6 100644 --- a/plugins/effection-inspector/CHANGELOG.md +++ b/plugins/effection-inspector/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-effection-inspector +## 0.1.13 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.1.12 ### Patch Changes diff --git a/plugins/effection-inspector/package.json b/plugins/effection-inspector/package.json index 3e4146ff81..6cc79446a9 100644 --- a/plugins/effection-inspector/package.json +++ b/plugins/effection-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-plugin-effection-inspector", - "version": "0.1.12", + "version": "0.1.13", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/graphql-backend-module-catalog/CHANGELOG.md b/plugins/graphql-backend-module-catalog/CHANGELOG.md index 795f2473c5..f19fca3565 100644 --- a/plugins/graphql-backend-module-catalog/CHANGELOG.md +++ b/plugins/graphql-backend-module-catalog/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-graphql-backend-module-catalog +## 0.3.4 + +### Patch Changes + +- 870b26c: Update backstage deps +- Updated dependencies [870b26c] + - @frontside/backstage-plugin-graphql-backend@0.1.9 + ## 0.3.3 ### Patch Changes diff --git a/plugins/graphql-backend-module-catalog/package.json b/plugins/graphql-backend-module-catalog/package.json index a83edd3448..108240bda0 100644 --- a/plugins/graphql-backend-module-catalog/package.json +++ b/plugins/graphql-backend-module-catalog/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend-module-catalog", "description": "Backstage GraphQL backend module that adds catalog schema", - "version": "0.3.3", + "version": "0.3.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -63,7 +63,7 @@ "@backstage/catalog-model": "^1.5.0", "@backstage/plugin-auth-node": "^0.4.17", "@backstage/plugin-catalog-node": "^1.12.4", - "@frontside/backstage-plugin-graphql-backend": "^0.1.8", + "@frontside/backstage-plugin-graphql-backend": "^0.1.9", "@frontside/hydraphql": "^0.1.3", "@graphql-tools/load-files": "^7.0.0", "@graphql-tools/utils": "^10.0.0", diff --git a/plugins/graphql-backend-node/CHANGELOG.md b/plugins/graphql-backend-node/CHANGELOG.md index 7e773366bc..e41404f600 100644 --- a/plugins/graphql-backend-node/CHANGELOG.md +++ b/plugins/graphql-backend-node/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-graphql-backend-node +## 0.1.7 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.1.6 ### Patch Changes diff --git a/plugins/graphql-backend-node/package.json b/plugins/graphql-backend-node/package.json index 48fc81eb1f..432b7797dd 100644 --- a/plugins/graphql-backend-node/package.json +++ b/plugins/graphql-backend-node/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend-node", "description": "Backstage backend extensions plugin for GraphQL", - "version": "0.1.6", + "version": "0.1.7", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/graphql-backend/CHANGELOG.md b/plugins/graphql-backend/CHANGELOG.md index c0c6c492e9..131f152b62 100644 --- a/plugins/graphql-backend/CHANGELOG.md +++ b/plugins/graphql-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-graphql-backend +## 0.1.9 + +### Patch Changes + +- 870b26c: Update backstage deps +- Updated dependencies [870b26c] + - @frontside/backstage-plugin-graphql-backend-node@0.1.7 + ## 0.1.8 ### Patch Changes diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index 92846a37f6..b5e161b7e8 100644 --- a/plugins/graphql-backend/package.json +++ b/plugins/graphql-backend/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend", "description": "Backstage backend plugin for GraphQL", - "version": "0.1.8", + "version": "0.1.9", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -44,7 +44,7 @@ "@envelop/core": "^4.0.0", "@envelop/dataloader": "^5.0.0", "@envelop/graphql-modules": "^5.0.0", - "@frontside/backstage-plugin-graphql-backend-node": "^0.1.6", + "@frontside/backstage-plugin-graphql-backend-node": "^0.1.7", "@frontside/hydraphql": "^0.1.3", "dataloader": "^2.1.0", "express": "^4.17.1", diff --git a/plugins/healthcheck/CHANGELOG.md b/plugins/healthcheck/CHANGELOG.md index 2957c505b6..8adef009d7 100644 --- a/plugins/healthcheck/CHANGELOG.md +++ b/plugins/healthcheck/CHANGELOG.md @@ -1,5 +1,11 @@ # @internal/plugin-healthcheck +## 0.1.12 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.1.11 ### Patch Changes diff --git a/plugins/healthcheck/package.json b/plugins/healthcheck/package.json index 92a3d25b2b..93b8fa8ce0 100644 --- a/plugins/healthcheck/package.json +++ b/plugins/healthcheck/package.json @@ -1,6 +1,6 @@ { "name": "@internal/plugin-healthcheck", - "version": "0.1.11", + "version": "0.1.12", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/humanitec-backend/CHANGELOG.md b/plugins/humanitec-backend/CHANGELOG.md index 7bd14f7177..35e18c75a8 100644 --- a/plugins/humanitec-backend/CHANGELOG.md +++ b/plugins/humanitec-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-humanitec-backend +## 0.3.18 + +### Patch Changes + +- 870b26c: Update backstage deps +- Updated dependencies [870b26c] + - @frontside/backstage-plugin-humanitec-common@0.3.14 + ## 0.3.17 ### Patch Changes diff --git a/plugins/humanitec-backend/package.json b/plugins/humanitec-backend/package.json index 01f780b92b..c1913b2779 100644 --- a/plugins/humanitec-backend/package.json +++ b/plugins/humanitec-backend/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-humanitec-backend", "deprecate": "Deprecated in favor of @humanitec/backstage-plugin-backend", - "version": "0.3.17", + "version": "0.3.18", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -32,7 +32,7 @@ "@backstage/backend-common": "^0.23.3", "@backstage/config": "^1.2.0", "@backstage/plugin-scaffolder-backend": "^1.23.0", - "@frontside/backstage-plugin-humanitec-common": "^0.3.13", + "@frontside/backstage-plugin-humanitec-common": "^0.3.14", "@types/express": "*", "cross-fetch": "3.1.5", "express": "^4.17.1", diff --git a/plugins/humanitec-common/CHANGELOG.md b/plugins/humanitec-common/CHANGELOG.md index 1a87583704..22560ef1e8 100644 --- a/plugins/humanitec-common/CHANGELOG.md +++ b/plugins/humanitec-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec-common +## 0.3.14 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.3.13 ### Patch Changes diff --git a/plugins/humanitec-common/package.json b/plugins/humanitec-common/package.json index 028106baf1..28b398f51e 100644 --- a/plugins/humanitec-common/package.json +++ b/plugins/humanitec-common/package.json @@ -2,7 +2,7 @@ "name": "@frontside/backstage-plugin-humanitec-common", "deprecate": "Deprecated in favor of @humanitec/backstage-plugin-common", "description": "Humanitec API Client", - "version": "0.3.13", + "version": "0.3.14", "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 b51e075a03..8f245186e2 100644 --- a/plugins/humanitec/CHANGELOG.md +++ b/plugins/humanitec/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec +## 0.3.16 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.3.15 ### Patch Changes diff --git a/plugins/humanitec/package.json b/plugins/humanitec/package.json index 51b3c63543..4fc5022f08 100644 --- a/plugins/humanitec/package.json +++ b/plugins/humanitec/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-humanitec", "deprecate": "Deprecated in favor of @humanitec/backstage-plugin", - "version": "0.3.15", + "version": "0.3.16", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -51,7 +51,7 @@ "@backstage/core-app-api": "^1.14.1", "@backstage/dev-utils": "^1.0.36", "@backstage/test-utils": "^1.5.9", - "@frontside/backstage-plugin-humanitec-common": "^0.3.13", + "@frontside/backstage-plugin-humanitec-common": "^0.3.14", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^12.1.3", "@testing-library/user-event": "^14.5.1", diff --git a/plugins/incremental-ingestion-backend/CHANGELOG.md b/plugins/incremental-ingestion-backend/CHANGELOG.md index 06bd04cb5a..d2815e2682 100644 --- a/plugins/incremental-ingestion-backend/CHANGELOG.md +++ b/plugins/incremental-ingestion-backend/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-incremental-ingestion-backend +## 0.5.2 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.5.1 ### Patch Changes diff --git a/plugins/incremental-ingestion-backend/package.json b/plugins/incremental-ingestion-backend/package.json index 0e8b13d872..6b662cf7c6 100644 --- a/plugins/incremental-ingestion-backend/package.json +++ b/plugins/incremental-ingestion-backend/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-plugin-incremental-ingestion-backend", - "version": "0.5.1", + "version": "0.5.2", "deprecated": true, "main": "src/index.ts", "types": "src/index.ts", diff --git a/plugins/incremental-ingestion-github/CHANGELOG.md b/plugins/incremental-ingestion-github/CHANGELOG.md index 768dfd5c01..77f9e16d83 100644 --- a/plugins/incremental-ingestion-github/CHANGELOG.md +++ b/plugins/incremental-ingestion-github/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-incremental-ingestion-github +## 0.2.13 + +### Patch Changes + +- 870b26c: Update backstage deps +- Updated dependencies [870b26c] + - @frontside/backstage-plugin-incremental-ingestion-backend@0.5.2 + ## 0.2.12 ### Patch Changes diff --git a/plugins/incremental-ingestion-github/package.json b/plugins/incremental-ingestion-github/package.json index 9600be23b4..33059dedbf 100644 --- a/plugins/incremental-ingestion-github/package.json +++ b/plugins/incremental-ingestion-github/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-plugin-incremental-ingestion-github", - "version": "0.2.12", + "version": "0.2.13", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/scaffolder-frontend-workflow/CHANGELOG.md b/plugins/scaffolder-frontend-workflow/CHANGELOG.md index c0779bb6d7..66906aad14 100644 --- a/plugins/scaffolder-frontend-workflow/CHANGELOG.md +++ b/plugins/scaffolder-frontend-workflow/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-scaffolder-workflow +## 0.10.2 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.10.1 ### Patch Changes diff --git a/plugins/scaffolder-frontend-workflow/package.json b/plugins/scaffolder-frontend-workflow/package.json index fdf414a547..7b7879d272 100644 --- a/plugins/scaffolder-frontend-workflow/package.json +++ b/plugins/scaffolder-frontend-workflow/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-plugin-scaffolder-workflow", - "version": "0.10.1", + "version": "0.10.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/scaffolder-yaml-actions/CHANGELOG.md b/plugins/scaffolder-yaml-actions/CHANGELOG.md index 121bf4b4e9..29a6def7b2 100644 --- a/plugins/scaffolder-yaml-actions/CHANGELOG.md +++ b/plugins/scaffolder-yaml-actions/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/scaffolder-yaml-actions +## 0.3.2 + +### Patch Changes + +- 870b26c: Update backstage deps + ## 0.3.1 ### Patch Changes diff --git a/plugins/scaffolder-yaml-actions/package.json b/plugins/scaffolder-yaml-actions/package.json index 0783d45131..a0cd7ff069 100644 --- a/plugins/scaffolder-yaml-actions/package.json +++ b/plugins/scaffolder-yaml-actions/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/scaffolder-yaml-actions", "description": "Collection of actions for manipulation content of YAML documents", - "version": "0.3.1", + "version": "0.3.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",