diff --git a/.changeset/giant-pumpkins-carry.md b/.changeset/giant-pumpkins-carry.md deleted file mode 100644 index db823153bc..0000000000 --- a/.changeset/giant-pumpkins-carry.md +++ /dev/null @@ -1,22 +0,0 @@ ---- -'@frontside/backstage-plugin-graphql-backend-module-catalog': minor -'@frontside/backstage-plugin-incremental-ingestion-backend': minor -'@frontside/backstage-plugin-scaffolder-workflow': minor -'@frontside/scaffolder-yaml-actions': minor -'@frontside/backstage-ingestion-tests': minor -'@frontside/backstage-plugin-batch-loader': minor -'backend': minor -'app': minor -'@frontside/backstage-plugin-incremental-ingestion-github': patch -'@frontside/backstage-plugin-effection-inspector-backend': patch -'@frontside/backstage-plugin-graphql-backend-node': patch -'@frontside/backstage-plugin-effection-inspector': patch -'@frontside/backstage-plugin-humanitec-backend': patch -'@frontside/backstage-plugin-humanitec-common': patch -'@frontside/backstage-plugin-graphql-backend': patch -'@internal/plugin-healthcheck': patch -'@frontside/graphgen-backstage': patch -'@frontside/backstage-plugin-humanitec': patch ---- - -Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. diff --git a/packages/app/CHANGELOG.md b/packages/app/CHANGELOG.md index c6364d2085..ec3531b4a1 100644 --- a/packages/app/CHANGELOG.md +++ b/packages/app/CHANGELOG.md @@ -1,5 +1,18 @@ # app +## 0.2.0 + +### Minor Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + +### Patch Changes + +- Updated dependencies [b6f76c1] + - @frontside/backstage-plugin-scaffolder-workflow@0.9.0 + - @frontside/backstage-plugin-effection-inspector@0.1.11 + - @frontside/backstage-plugin-humanitec@0.3.12 + ## 0.1.4 ### Patch Changes diff --git a/packages/app/package.json b/packages/app/package.json index 35db7ab8d2..5995ebf2c0 100644 --- a/packages/app/package.json +++ b/packages/app/package.json @@ -1,6 +1,6 @@ { "name": "app", - "version": "0.1.4", + "version": "0.2.0", "private": true, "backstage": { "role": "frontend" @@ -34,9 +34,9 @@ "@backstage/plugin-user-settings": "^0.7.13", "@backstage/theme": "^0.4.4", "@backstage/types": "^1.1.1", - "@frontside/backstage-plugin-effection-inspector": "^0.1.10", - "@frontside/backstage-plugin-humanitec": "^0.3.11", - "@frontside/backstage-plugin-scaffolder-workflow": "^0.8.1", + "@frontside/backstage-plugin-effection-inspector": "^0.1.11", + "@frontside/backstage-plugin-humanitec": "^0.3.12", + "@frontside/backstage-plugin-scaffolder-workflow": "^0.9.0", "@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 8b6b1bd4f0..8c6910ab5a 100644 --- a/packages/backend/CHANGELOG.md +++ b/packages/backend/CHANGELOG.md @@ -1,5 +1,24 @@ # backend +## 0.1.0 + +### Minor Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + +### Patch Changes + +- Updated dependencies [b6f76c1] + - @frontside/backstage-plugin-graphql-backend-module-catalog@0.2.0 + - @frontside/backstage-plugin-incremental-ingestion-backend@0.5.0 + - @frontside/scaffolder-yaml-actions@0.3.0 + - @frontside/backstage-plugin-batch-loader@0.4.0 + - app@0.2.0 + - @frontside/backstage-plugin-effection-inspector-backend@0.1.11 + - @frontside/backstage-plugin-humanitec-backend@0.3.12 + - @frontside/backstage-plugin-graphql-backend@0.1.4 + - @internal/plugin-healthcheck@0.1.10 + ## 0.0.24 ### Patch Changes diff --git a/packages/backend/package.json b/packages/backend/package.json index 6c3cb0e413..04c355a45e 100644 --- a/packages/backend/package.json +++ b/packages/backend/package.json @@ -1,6 +1,6 @@ { "name": "backend", - "version": "0.0.24", + "version": "0.1.0", "main": "dist/index.cjs.js", "types": "src/index.ts", "private": true, @@ -40,15 +40,15 @@ "@backstage/plugin-search-backend-module-pg": "^0.5.16", "@backstage/plugin-search-backend-node": "^1.2.11", "@backstage/plugin-techdocs-backend": "^1.9.0", - "@frontside/backstage-plugin-batch-loader": "0.3.6", - "@frontside/backstage-plugin-effection-inspector-backend": "0.1.10", - "@frontside/backstage-plugin-graphql-backend": "^0.1.3", - "@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.1.3", - "@frontside/backstage-plugin-humanitec-backend": "^0.3.11", + "@frontside/backstage-plugin-batch-loader": "0.4.0", + "@frontside/backstage-plugin-effection-inspector-backend": "0.1.11", + "@frontside/backstage-plugin-graphql-backend": "^0.1.4", + "@frontside/backstage-plugin-graphql-backend-module-catalog": "^0.2.0", + "@frontside/backstage-plugin-humanitec-backend": "^0.3.12", "@frontside/backstage-plugin-incremental-ingestion-backend": "*", - "@frontside/scaffolder-yaml-actions": "^0.2.4", + "@frontside/scaffolder-yaml-actions": "^0.3.0", "@gitbeaker/node": "^34.6.0", - "@internal/plugin-healthcheck": "0.1.9", + "@internal/plugin-healthcheck": "0.1.10", "@octokit/rest": "^19.0.5", "app": "*", "assert-ts": "^0.3.4", diff --git a/packages/graphgen/CHANGELOG.md b/packages/graphgen/CHANGELOG.md index 7100216772..793345cb01 100644 --- a/packages/graphgen/CHANGELOG.md +++ b/packages/graphgen/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/graphgen-backstage +## 0.3.3 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.3.2 ### Patch Changes diff --git a/packages/graphgen/package.json b/packages/graphgen/package.json index f5d76a9ec4..714609e0c9 100644 --- a/packages/graphgen/package.json +++ b/packages/graphgen/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/graphgen-backstage", - "version": "0.3.2", + "version": "0.3.3", "description": "The simulated data used in @frontside/backstage-plugin-graphql", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/ingestion-tests/CHANGELOG.md b/packages/ingestion-tests/CHANGELOG.md index a012a4b919..0f32d5c582 100644 --- a/packages/ingestion-tests/CHANGELOG.md +++ b/packages/ingestion-tests/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-ingestion-tests +## 0.7.0 + +### Minor Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.6.2 ### Patch Changes diff --git a/packages/ingestion-tests/package.json b/packages/ingestion-tests/package.json index f1a5654497..0af8f8dda7 100644 --- a/packages/ingestion-tests/package.json +++ b/packages/ingestion-tests/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-ingestion-tests", - "version": "0.6.2", + "version": "0.7.0", "scripts": { "start": "backstage-cli package start", "build": "backstage-cli package build", diff --git a/plugins/batch-loader/CHANGELOG.md b/plugins/batch-loader/CHANGELOG.md index f6b42c5e75..9b4e182947 100644 --- a/plugins/batch-loader/CHANGELOG.md +++ b/plugins/batch-loader/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-batch-loader +## 0.4.0 + +### Minor Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.3.6 ### Patch Changes diff --git a/plugins/batch-loader/package.json b/plugins/batch-loader/package.json index a6c7b5e625..4b87c4a3e3 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.3.6", + "version": "0.4.0", "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 8afa6bd908..2bf2c7efa9 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.11 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.1.10 ### Patch Changes diff --git a/plugins/effection-inspector-backend/package.json b/plugins/effection-inspector-backend/package.json index b80b9a8d31..95b9d7d26a 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.10", + "version": "0.1.11", "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 53ed7ad75a..85a0d58fa6 100644 --- a/plugins/effection-inspector/CHANGELOG.md +++ b/plugins/effection-inspector/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-effection-inspector +## 0.1.11 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.1.10 ### Patch Changes diff --git a/plugins/effection-inspector/package.json b/plugins/effection-inspector/package.json index 81c2d8347e..909787179f 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.10", + "version": "0.1.11", "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 c23c24a998..c2e63a5acf 100644 --- a/plugins/graphql-backend-module-catalog/CHANGELOG.md +++ b/plugins/graphql-backend-module-catalog/CHANGELOG.md @@ -1,5 +1,16 @@ # @frontside/backstage-plugin-graphql-backend-module-catalog +## 0.2.0 + +### Minor Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + +### Patch Changes + +- Updated dependencies [b6f76c1] + - @frontside/backstage-plugin-graphql-backend@0.1.4 + ## 0.1.4 ### Patch Changes diff --git a/plugins/graphql-backend-module-catalog/package.json b/plugins/graphql-backend-module-catalog/package.json index 243e87a0fd..1bbb5195a9 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.1.4", + "version": "0.2.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -45,7 +45,7 @@ "@backstage/catalog-client": "^1.4.6", "@backstage/catalog-model": "^1.4.3", "@backstage/plugin-catalog-node": "^1.5.0", - "@frontside/backstage-plugin-graphql-backend": "^0.1.3", + "@frontside/backstage-plugin-graphql-backend": "^0.1.4", "@frontside/hydraphql": "^0.1.1", "@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 ee099548b6..3f21fefbc7 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.3 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.1.2 ### Patch Changes diff --git a/plugins/graphql-backend-node/package.json b/plugins/graphql-backend-node/package.json index 46ec50d6c2..fe29ee7a70 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.2", + "version": "0.1.3", "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 42289c8290..9a17495ef2 100644 --- a/plugins/graphql-backend/CHANGELOG.md +++ b/plugins/graphql-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-graphql-backend +## 0.1.4 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. +- Updated dependencies [b6f76c1] + - @frontside/backstage-plugin-graphql-backend-node@0.1.3 + ## 0.1.3 ### Patch Changes diff --git a/plugins/graphql-backend/package.json b/plugins/graphql-backend/package.json index 1066503a69..ad91da8bba 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.3", + "version": "0.1.4", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -38,7 +38,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.2", + "@frontside/backstage-plugin-graphql-backend-node": "^0.1.3", "@frontside/hydraphql": "^0.1.1", "dataloader": "^2.1.0", "express": "^4.17.1", diff --git a/plugins/healthcheck/CHANGELOG.md b/plugins/healthcheck/CHANGELOG.md index 2e55ec55c6..781a6514dd 100644 --- a/plugins/healthcheck/CHANGELOG.md +++ b/plugins/healthcheck/CHANGELOG.md @@ -1,5 +1,11 @@ # @internal/plugin-healthcheck +## 0.1.10 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.1.9 ### Patch Changes diff --git a/plugins/healthcheck/package.json b/plugins/healthcheck/package.json index 51b6fef591..96c35be2fa 100644 --- a/plugins/healthcheck/package.json +++ b/plugins/healthcheck/package.json @@ -1,6 +1,6 @@ { "name": "@internal/plugin-healthcheck", - "version": "0.1.9", + "version": "0.1.10", "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 698dae59db..5b881d7336 100644 --- a/plugins/humanitec-backend/CHANGELOG.md +++ b/plugins/humanitec-backend/CHANGELOG.md @@ -1,5 +1,13 @@ # @frontside/backstage-plugin-humanitec-backend +## 0.3.12 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. +- Updated dependencies [b6f76c1] + - @frontside/backstage-plugin-humanitec-common@0.3.10 + ## 0.3.11 ### Patch Changes diff --git a/plugins/humanitec-backend/package.json b/plugins/humanitec-backend/package.json index 07a1face46..600be4116e 100644 --- a/plugins/humanitec-backend/package.json +++ b/plugins/humanitec-backend/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-plugin-humanitec-backend", - "version": "0.3.11", + "version": "0.3.12", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -25,7 +25,7 @@ "@backstage/backend-common": "^0.19.9", "@backstage/config": "^1.1.1", "@backstage/plugin-scaffolder-backend": "^1.19.1", - "@frontside/backstage-plugin-humanitec-common": "^0.3.9", + "@frontside/backstage-plugin-humanitec-common": "^0.3.10", "@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 ca0dee7e78..fbcb25fed3 100644 --- a/plugins/humanitec-common/CHANGELOG.md +++ b/plugins/humanitec-common/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec-common +## 0.3.10 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.3.9 ### Patch Changes diff --git a/plugins/humanitec-common/package.json b/plugins/humanitec-common/package.json index 8579a8a17e..7cf46706b7 100644 --- a/plugins/humanitec-common/package.json +++ b/plugins/humanitec-common/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-humanitec-common", "description": "Humanitec API Client", - "version": "0.3.9", + "version": "0.3.10", "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 7f77f84ed0..9a7ac1aecb 100644 --- a/plugins/humanitec/CHANGELOG.md +++ b/plugins/humanitec/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-humanitec +## 0.3.12 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.3.11 ### Patch Changes diff --git a/plugins/humanitec/package.json b/plugins/humanitec/package.json index 404c506251..21bb61a5e2 100644 --- a/plugins/humanitec/package.json +++ b/plugins/humanitec/package.json @@ -1,6 +1,6 @@ { "name": "@frontside/backstage-plugin-humanitec", - "version": "0.3.11", + "version": "0.3.12", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", @@ -42,7 +42,7 @@ "@backstage/core-app-api": "^1.11.1", "@backstage/dev-utils": "^1.0.24", "@backstage/test-utils": "^1.4.5", - "@frontside/backstage-plugin-humanitec-common": "^0.3.9", + "@frontside/backstage-plugin-humanitec-common": "^0.3.10", "@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 9c74574b6e..30213d309b 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.0 + +### Minor Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.4.9 ### Patch Changes diff --git a/plugins/incremental-ingestion-backend/package.json b/plugins/incremental-ingestion-backend/package.json index 51ce880548..03f7904281 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.4.9", + "version": "0.5.0", "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 a27cf4061c..3d69b64805 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.11 + +### Patch Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. +- Updated dependencies [b6f76c1] + - @frontside/backstage-plugin-incremental-ingestion-backend@0.5.0 + ## 0.2.10 ### Patch Changes diff --git a/plugins/incremental-ingestion-github/package.json b/plugins/incremental-ingestion-github/package.json index 7a5290d247..04b3f7e396 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.10", + "version": "0.2.11", "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 97ae46d41f..f6d9f6a304 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.9.0 + +### Minor Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.8.1 ### Patch Changes diff --git a/plugins/scaffolder-frontend-workflow/package.json b/plugins/scaffolder-frontend-workflow/package.json index bd8da60dd2..d4d4b1aed4 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.8.1", + "version": "0.9.0", "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 e97508656a..e3038f3153 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.0 + +### Minor Changes + +- b6f76c1: Bump Backstage to `1.20.x` along with related dependencies. This includes a bump of Knex to v3. Additionally, this version of Backstage begins to shift scaffolder alpha features into the mainline which affects the types in related packages. + ## 0.2.5 ### Patch Changes diff --git a/plugins/scaffolder-yaml-actions/package.json b/plugins/scaffolder-yaml-actions/package.json index a3bbadc7bd..a613692d34 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.2.5", + "version": "0.3.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",