diff --git a/.changeset/small-days-double.md b/.changeset/small-days-double.md deleted file mode 100644 index 95a9a8327c..0000000000 --- a/.changeset/small-days-double.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@frontside/backstage-plugin-graphql-backend-module-catalog': patch ---- - -Fix text search property name for a cursor diff --git a/plugins/graphql-backend-module-catalog/CHANGELOG.md b/plugins/graphql-backend-module-catalog/CHANGELOG.md index 00b274de69..c7b2c851f1 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.2 + +### Patch Changes + +- 80cc44b: Fix text search property name for a cursor + ## 0.3.1 ### Patch Changes diff --git a/plugins/graphql-backend-module-catalog/package.json b/plugins/graphql-backend-module-catalog/package.json index eb085c0123..23db639bfa 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.1", + "version": "0.3.2", "main": "src/index.ts", "types": "src/index.ts", "license": "Apache-2.0",