Skip to content

Commit 673857c

Browse files
chore(release): update monorepo packages versions (#10024)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8f864ef commit 673857c

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.changeset/forty-ears-rule.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/react/nextjs-swr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"devDependencies": {
2222
"@graphql-codegen/cli": "^5.0.2",
23-
"@graphql-codegen/schema-ast": "4.0.2",
23+
"@graphql-codegen/schema-ast": "4.1.0",
2424
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
2525
"@types/node": "^18.11.18",
2626
"@types/react": "^18.0.17",

packages/plugins/other/schema-ast/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/schema-ast
22

3+
## 4.1.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
39
## 4.0.2
410

511
### Patch Changes

packages/plugins/other/schema-ast/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/schema-ast",
3-
"version": "4.0.2",
3+
"version": "4.1.0",
44
"description": "GraphQL Code Generator plugin for generating a .graphql file from a given schema",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"@graphql-codegen/kotlin": "2.3.6",
4242
"@graphql-codegen/named-operations-object": "2.3.1",
4343
"@graphql-codegen/near-operation-file-preset": "2.5.0",
44-
"@graphql-codegen/schema-ast": "4.0.2",
44+
"@graphql-codegen/schema-ast": "4.1.0",
4545
"@graphql-codegen/time": "5.0.1",
4646
"@graphql-codegen/typed-document-node": "5.0.8",
4747
"@graphql-codegen/typescript": "4.0.8",

0 commit comments

Comments
 (0)