diff --git a/.changeset/seven-frogs-stare.md b/.changeset/seven-frogs-stare.md deleted file mode 100644 index 293000deeb..0000000000 --- a/.changeset/seven-frogs-stare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@frontside/backstage-plugin-graphql-backend-module-catalog': patch ---- - -Add ability to override Catalog GraphQL module schema diff --git a/plugins/graphql-backend-module-catalog/CHANGELOG.md b/plugins/graphql-backend-module-catalog/CHANGELOG.md index c7b2c851f1..795f2473c5 100644 --- a/plugins/graphql-backend-module-catalog/CHANGELOG.md +++ b/plugins/graphql-backend-module-catalog/CHANGELOG.md @@ -1,5 +1,11 @@ # @frontside/backstage-plugin-graphql-backend-module-catalog +## 0.3.3 + +### Patch Changes + +- d4fe95d: Add ability to override Catalog GraphQL module schema + ## 0.3.2 ### Patch Changes diff --git a/plugins/graphql-backend-module-catalog/package.json b/plugins/graphql-backend-module-catalog/package.json index 23db639bfa..bea620a8aa 100644 --- a/plugins/graphql-backend-module-catalog/package.json +++ b/plugins/graphql-backend-module-catalog/package.json @@ -1,7 +1,7 @@ { "name": "@frontside/backstage-plugin-graphql-backend-module-catalog", "description": "Backstage GraphQL backend module that adds catalog schema", - "version": "0.3.2", + "version": "0.3.3", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",