diff --git a/.changeset/brave-brooms-warn.md b/.changeset/brave-brooms-warn.md deleted file mode 100644 index 6620ecd8b2..0000000000 --- a/.changeset/brave-brooms-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-shortcuts': patch ---- - -Fix horizontal scroll bar appearance issue diff --git a/.changeset/long-keys-heal.md b/.changeset/long-keys-heal.md deleted file mode 100644 index c70600d439..0000000000 --- a/.changeset/long-keys-heal.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage/plugin-scaffolder-backend': patch ---- - -Instead of failing, warn when you need to pay for GitHub Pro. diff --git a/plugins/scaffolder-backend/CHANGELOG.md b/plugins/scaffolder-backend/CHANGELOG.md index e712eea638..db6044310c 100644 --- a/plugins/scaffolder-backend/CHANGELOG.md +++ b/plugins/scaffolder-backend/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage/plugin-scaffolder-backend +## 0.11.3 + +### Patch Changes + +- 021eb366a: Instead of failing, warn when you need to pay for GitHub Pro. + ## 0.11.2 ### Patch Changes diff --git a/plugins/scaffolder-backend/package.json b/plugins/scaffolder-backend/package.json index 031319bb14..c135f97ec9 100644 --- a/plugins/scaffolder-backend/package.json +++ b/plugins/scaffolder-backend/package.json @@ -1,6 +1,6 @@ { "name": "@backstage/plugin-scaffolder-backend", - "version": "0.11.2", + "version": "0.11.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0", diff --git a/plugins/shortcuts/CHANGELOG.md b/plugins/shortcuts/CHANGELOG.md index bdc4b3adba..9b1f51940c 100644 --- a/plugins/shortcuts/CHANGELOG.md +++ b/plugins/shortcuts/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage/plugin-shortcuts +## 0.1.3 + +### Patch Changes + +- 15ffc1ac9: Fix horizontal scroll bar appearance issue + ## 0.1.2 ### Patch Changes diff --git a/plugins/shortcuts/package.json b/plugins/shortcuts/package.json index 1d6591a0d8..9cb16d968b 100644 --- a/plugins/shortcuts/package.json +++ b/plugins/shortcuts/package.json @@ -1,6 +1,6 @@ { "name": "@backstage/plugin-shortcuts", - "version": "0.1.2", + "version": "0.1.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",