diff --git a/workspaces/bazaar/.changeset/hungry-stingrays-obey.md b/workspaces/bazaar/.changeset/hungry-stingrays-obey.md deleted file mode 100644 index e1d1c5eafe..0000000000 --- a/workspaces/bazaar/.changeset/hungry-stingrays-obey.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-bazaar': minor ---- - -Adding Completion Capabilities diff --git a/workspaces/bazaar/plugins/bazaar/CHANGELOG.md b/workspaces/bazaar/plugins/bazaar/CHANGELOG.md index bf4ea095c2..008e812801 100644 --- a/workspaces/bazaar/plugins/bazaar/CHANGELOG.md +++ b/workspaces/bazaar/plugins/bazaar/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-bazaar +## 0.3.0 + +### Minor Changes + +- 2873d5f: Adding Completion Capabilities + ## 0.2.30 ### Patch Changes diff --git a/workspaces/bazaar/plugins/bazaar/package.json b/workspaces/bazaar/plugins/bazaar/package.json index 68048301cf..9f35b943fc 100644 --- a/workspaces/bazaar/plugins/bazaar/package.json +++ b/workspaces/bazaar/plugins/bazaar/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-bazaar", - "version": "0.2.30", + "version": "0.3.0", "backstage": { "role": "frontend-plugin", "pluginId": "bazaar",