diff --git a/workspaces/bulk-import/.changeset/renovate-a8498a8.md b/workspaces/bulk-import/.changeset/renovate-a8498a8.md deleted file mode 100644 index 99579bb600e..00000000000 --- a/workspaces/bulk-import/.changeset/renovate-a8498a8.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import-backend': patch -'@red-hat-developer-hub/backstage-plugin-bulk-import': patch ---- - -Updated dependency `@openapitools/openapi-generator-cli` to `2.40.1`. -Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.15.0`. diff --git a/workspaces/bulk-import/.changeset/renovate-fd3a433.md b/workspaces/bulk-import/.changeset/renovate-fd3a433.md deleted file mode 100644 index a3fd87a5291..00000000000 --- a/workspaces/bulk-import/.changeset/renovate-fd3a433.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-bulk-import-backend': patch -'@red-hat-developer-hub/backstage-plugin-bulk-import-common': patch -'@red-hat-developer-hub/backstage-plugin-bulk-import': patch ---- - -Updated dependency `prettier` to `3.9.5`. diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md index 2652b7c0673..d650152ce0d 100644 --- a/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import-backend/CHANGELOG.md @@ -1,5 +1,15 @@ # @red-hat-developer-hub/backstage-plugin-bulk-import-backend +## 8.0.1 + +### Patch Changes + +- 503c66e: Updated dependency `@openapitools/openapi-generator-cli` to `2.40.1`. + Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.15.0`. +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [8966faf] + - @red-hat-developer-hub/backstage-plugin-bulk-import-common@8.0.1 + ## 8.0.0 ### Minor Changes diff --git a/workspaces/bulk-import/plugins/bulk-import-backend/package.json b/workspaces/bulk-import/plugins/bulk-import-backend/package.json index 4721e72e65f..4120addf5d6 100644 --- a/workspaces/bulk-import/plugins/bulk-import-backend/package.json +++ b/workspaces/bulk-import/plugins/bulk-import-backend/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bulk-import-backend", - "version": "8.0.0", + "version": "8.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md index cd41e1696c8..1a4083dcd14 100644 --- a/workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import-common/CHANGELOG.md @@ -1,5 +1,11 @@ ## @red-hat-developer-hub/backstage-plugin-bulk-import-common [0.2.0](https://github.com/janus-idp/backstage-plugins/compare/@red-hat-developer-hub/backstage-plugin-bulk-import-common@0.1.0...@red-hat-developer-hub/backstage-plugin-bulk-import-common@0.2.0) (2024-07-25) +## 8.0.1 + +### Patch Changes + +- 8966faf: Updated dependency `prettier` to `3.9.5`. + ## 8.0.0 ### Minor Changes diff --git a/workspaces/bulk-import/plugins/bulk-import-common/package.json b/workspaces/bulk-import/plugins/bulk-import-common/package.json index a4c76722d89..e97b3a47865 100644 --- a/workspaces/bulk-import/plugins/bulk-import-common/package.json +++ b/workspaces/bulk-import/plugins/bulk-import-common/package.json @@ -1,7 +1,7 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bulk-import-common", "description": "Common functionalities for the bulk-import plugin", - "version": "8.0.0", + "version": "8.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md index bdd0a304a26..ea52d3ebd17 100644 --- a/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md +++ b/workspaces/bulk-import/plugins/bulk-import/CHANGELOG.md @@ -1,5 +1,15 @@ # @red-hat-developer-hub/backstage-plugin-bulk-import +## 8.0.1 + +### Patch Changes + +- 503c66e: Updated dependency `@openapitools/openapi-generator-cli` to `2.40.1`. + Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.15.0`. +- 8966faf: Updated dependency `prettier` to `3.9.5`. +- Updated dependencies [8966faf] + - @red-hat-developer-hub/backstage-plugin-bulk-import-common@8.0.1 + ## 8.0.0 ### Major Changes diff --git a/workspaces/bulk-import/plugins/bulk-import/package.json b/workspaces/bulk-import/plugins/bulk-import/package.json index d0668d29f4c..354805cbdb0 100644 --- a/workspaces/bulk-import/plugins/bulk-import/package.json +++ b/workspaces/bulk-import/plugins/bulk-import/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-bulk-import", - "version": "8.0.0", + "version": "8.0.1", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",