diff --git a/workspaces/graphiql/.changeset/version-bump-1-40-2.md b/workspaces/graphiql/.changeset/version-bump-1-40-2.md deleted file mode 100644 index d75fb1062..000000000 --- a/workspaces/graphiql/.changeset/version-bump-1-40-2.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-graphiql': minor ---- - -Backstage version bump to v1.40.2 diff --git a/workspaces/graphiql/plugins/graphiql/CHANGELOG.md b/workspaces/graphiql/plugins/graphiql/CHANGELOG.md index 7e61ae61e..8fa924567 100644 --- a/workspaces/graphiql/plugins/graphiql/CHANGELOG.md +++ b/workspaces/graphiql/plugins/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-graphiql +## 0.5.0 + +### Minor Changes + +- 4e40c49: Backstage version bump to v1.40.2 + ## 0.4.1 ### Patch Changes diff --git a/workspaces/graphiql/plugins/graphiql/package.json b/workspaces/graphiql/plugins/graphiql/package.json index 2db81753c..e6fd33fac 100644 --- a/workspaces/graphiql/plugins/graphiql/package.json +++ b/workspaces/graphiql/plugins/graphiql/package.json @@ -1,6 +1,6 @@ { "name": "@backstage-community/plugin-graphiql", - "version": "0.4.1", + "version": "0.5.0", "description": "Backstage plugin for browsing GraphQL APIs", "backstage": { "role": "frontend-plugin",