diff --git a/.changeset/forty-ears-rule.md b/.changeset/forty-ears-rule.md deleted file mode 100644 index 97fdfe3c9cb..00000000000 --- a/.changeset/forty-ears-rule.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/schema-ast': minor ---- - -Allow .graphqls as schema extension diff --git a/examples/react/nextjs-swr/package.json b/examples/react/nextjs-swr/package.json index 5ae7220cebc..15a8ec74761 100644 --- a/examples/react/nextjs-swr/package.json +++ b/examples/react/nextjs-swr/package.json @@ -20,7 +20,7 @@ }, "devDependencies": { "@graphql-codegen/cli": "^5.0.2", - "@graphql-codegen/schema-ast": "4.0.2", + "@graphql-codegen/schema-ast": "4.1.0", "@graphql-codegen/client-preset-swc-plugin": "0.2.0", "@types/node": "^18.11.18", "@types/react": "^18.0.17", diff --git a/packages/plugins/other/schema-ast/CHANGELOG.md b/packages/plugins/other/schema-ast/CHANGELOG.md index 06bedddccf3..ec5e79fd5f8 100644 --- a/packages/plugins/other/schema-ast/CHANGELOG.md +++ b/packages/plugins/other/schema-ast/CHANGELOG.md @@ -1,5 +1,11 @@ # @graphql-codegen/schema-ast +## 4.1.0 + +### Minor Changes + +- [#10023](https://github.com/dotansimha/graphql-code-generator/pull/10023) [`8f864ef`](https://github.com/dotansimha/graphql-code-generator/commit/8f864ef8aad11f233330c71c467a61c449bf270a) Thanks [@eddeee888](https://github.com/eddeee888)! - Allow .graphqls as schema extension + ## 4.0.2 ### Patch Changes diff --git a/packages/plugins/other/schema-ast/package.json b/packages/plugins/other/schema-ast/package.json index e07bbc50c34..fa765201fa8 100644 --- a/packages/plugins/other/schema-ast/package.json +++ b/packages/plugins/other/schema-ast/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/schema-ast", - "version": "4.0.2", + "version": "4.1.0", "description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema", "repository": { "type": "git", diff --git a/website/package.json b/website/package.json index 70226015022..638a24b288f 100644 --- a/website/package.json +++ b/website/package.json @@ -41,7 +41,7 @@ "@graphql-codegen/kotlin": "2.3.6", "@graphql-codegen/named-operations-object": "2.3.1", "@graphql-codegen/near-operation-file-preset": "2.5.0", - "@graphql-codegen/schema-ast": "4.0.2", + "@graphql-codegen/schema-ast": "4.1.0", "@graphql-codegen/time": "5.0.1", "@graphql-codegen/typed-document-node": "5.0.8", "@graphql-codegen/typescript": "4.0.8",