diff --git a/workspaces/graphiql/.changeset/fresh-pets-happen.md b/workspaces/graphiql/.changeset/fresh-pets-happen.md deleted file mode 100644 index 146a95a29..000000000 --- a/workspaces/graphiql/.changeset/fresh-pets-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@backstage-community/plugin-graphiql': minor ---- - -Add support for GraphiQL plugins. diff --git a/workspaces/graphiql/plugins/graphiql/CHANGELOG.md b/workspaces/graphiql/plugins/graphiql/CHANGELOG.md index b74562cbf..182113ced 100644 --- a/workspaces/graphiql/plugins/graphiql/CHANGELOG.md +++ b/workspaces/graphiql/plugins/graphiql/CHANGELOG.md @@ -1,5 +1,11 @@ # @backstage-community/plugin-graphiql +## 0.4.0 + +### Minor Changes + +- d6ab6de: Add support for GraphiQL plugins. + ## 0.3.11 ### Patch Changes diff --git a/workspaces/graphiql/plugins/graphiql/package.json b/workspaces/graphiql/plugins/graphiql/package.json index 5afd8ecff..26b44d49d 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.3.11", + "version": "0.4.0", "description": "Backstage plugin for browsing GraphQL APIs", "backstage": { "role": "frontend-plugin",