diff --git a/.changeset/light-eagles-appear.md b/.changeset/light-eagles-appear.md deleted file mode 100644 index 4567aa5fd..000000000 --- a/.changeset/light-eagles-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@roadiehq/backstage-plugin-buildkite': minor ---- - -To be more consistent with the character casing used throughout the rest of the plugin's exports, the API ref is now exported as `buildkiteApiRef` (rather than `buildKiteApiRef`). To preserve backwards compatibility, the original export, `buildKiteApiRef`, is also exported. diff --git a/plugins/frontend/backstage-plugin-buildkite/CHANGELOG.md b/plugins/frontend/backstage-plugin-buildkite/CHANGELOG.md index 50e238b66..d0419db74 100644 --- a/plugins/frontend/backstage-plugin-buildkite/CHANGELOG.md +++ b/plugins/frontend/backstage-plugin-buildkite/CHANGELOG.md @@ -1,5 +1,11 @@ # @roadiehq/backstage-plugin-buildkite +## 2.3.0 + +### Minor Changes + +- b98545b: To be more consistent with the character casing used throughout the rest of the plugin's exports, the API ref is now exported as `buildkiteApiRef` (rather than `buildKiteApiRef`). To preserve backwards compatibility, the original export, `buildKiteApiRef`, is also exported. + ## 2.2.0 ### Minor Changes diff --git a/plugins/frontend/backstage-plugin-buildkite/package.json b/plugins/frontend/backstage-plugin-buildkite/package.json index 92e4f7931..6a75903ca 100644 --- a/plugins/frontend/backstage-plugin-buildkite/package.json +++ b/plugins/frontend/backstage-plugin-buildkite/package.json @@ -1,6 +1,6 @@ { "name": "@roadiehq/backstage-plugin-buildkite", - "version": "2.2.0", + "version": "2.3.0", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",