Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#10024)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
theguild-bot and github-actions[bot] committed Jun 30, 2024
1 parent 8f864ef commit 673857c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/forty-ears-rule.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/react/nextjs-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/other/schema-ast/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/schema-ast/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 673857c

Please sign in to comment.