Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 11, 2023
1 parent d431f42 commit b95e8da
Show file tree
Hide file tree
Showing 50 changed files with 405 additions and 223 deletions.
10 changes: 0 additions & 10 deletions .changeset/eleven-news-lay.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/khaki-dolphins-pump.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/long-pears-peel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/modern-clouds-prove.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/orange-tables-cry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quiet-rocks-sin.md

This file was deleted.

100 changes: 0 additions & 100 deletions .changeset/tricky-swans-happen.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/persisted-documents-string-mode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/client-preset": "3.0.1",
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/client-preset": "3.1.0",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5"
Expand Down
4 changes: 2 additions & 2 deletions examples/persisted-documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/client-preset": "3.0.1",
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/client-preset": "3.1.0",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5"
Expand Down
10 changes: 5 additions & 5 deletions examples/programmatic-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
},
"dependencies": {
"@graphql-codegen/core": "3.1.0",
"@graphql-codegen/plugin-helpers": "4.2.0",
"@graphql-codegen/typed-document-node": "4.0.1",
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-operations": "3.0.4",
"@graphql-codegen/typescript-resolvers": "3.2.1",
"@graphql-codegen/plugin-helpers": "4.2.1",
"@graphql-codegen/typed-document-node": "4.1.0",
"@graphql-codegen/typescript": "3.1.0",
"@graphql-codegen/typescript-operations": "3.1.0",
"@graphql-codegen/typescript-resolvers": "3.3.0",
"@graphql-tools/graphql-file-loader": "7.5.16",
"@graphql-tools/load": "7.8.13",
"@graphql-tools/schema": "9.0.17",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/apollo-client-defer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"graphql-yoga": "3.7.3"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.0",
"@graphql-codegen/client-preset": "^3.0.0",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
"@types/react": "^18.0.15",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/apollo-client-swc-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"devDependencies": {
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.1.0",
"@graphql-codegen/cli": "^3.3.2",
"@vitejs/plugin-react-swc": "^3.3.0",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/apollo-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/http-executor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/nextjs-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"swr": "^1.3.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@graphql-codegen/schema-ast": "3.0.1",
"@graphql-codegen/client-preset-swc-plugin": "0.2.0",
"@types/node": "^18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/tanstack-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@vitejs/plugin-react": "^3.1.0",
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"devDependencies": {
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.10",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@vitejs/plugin-react": "^3.1.0",
"typescript": "5.0.4",
"serve": "14.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/client-preset": "3.0.1"
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/client-preset": "3.1.0"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.2.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/client-preset": "3.0.1",
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/client-preset": "3.1.0",
"babel-jest": "28.1.3",
"jest": "28.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/typescript": "3.0.4",
"@graphql-codegen/typescript-resolvers": "3.2.1"
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/typescript": "3.1.0",
"@graphql-codegen/typescript-resolvers": "3.3.0"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-cts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"vite": "^4.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/client-preset": "3.0.1",
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/client-preset": "3.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-mts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"vite": "^4.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/client-preset": "3.0.1",
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/client-preset": "3.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vite/vite-react-ts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"vite": "^4.1.0"
},
"devDependencies": {
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/client-preset": "3.0.1",
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/client-preset": "3.1.0",
"@types/react": "^18.0.27",
"@types/react-dom": "^18.0.10",
"cypress": "12.9.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/apollo-composable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"vue": "^3.2.45"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/villus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"vue": "^3.2.37"
},
"devDependencies": {
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^3.0.1",
"@graphql-codegen/cli": "^3.3.2",
"@graphql-codegen/client-preset": "^3.1.0",
"@vitejs/plugin-vue": "^4.0.0",
"typescript": "^5.0.0",
"vite": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/yoga-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"@graphql-typed-document-node/core": "3.2.0",
"jest": "28.1.3",
"babel-jest": "28.1.3",
"@graphql-codegen/cli": "3.3.1",
"@graphql-codegen/client-preset": "3.0.1",
"@graphql-codegen/cli": "3.3.2",
"@graphql-codegen/client-preset": "3.1.0",
"@babel/core": "7.21.8",
"@babel/preset-env": "7.21.5",
"@babel/preset-typescript": "7.21.5"
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/cli

## 3.3.2

### Patch Changes

- [#9371](https://github.com/dotansimha/graphql-code-generator/pull/9371) [`d431f426e`](https://github.com/dotansimha/graphql-code-generator/commit/d431f426eb594b820ac712b9f5c616f4badf6bff) Thanks [@Axxxx0n](https://github.com/Axxxx0n)! - Fixed option ignoreNoDocuments when using graphql configs

- Updated dependencies [[`63827fabe`](https://github.com/dotansimha/graphql-code-generator/commit/63827fabede76b2380d40392aba2a3ccb099f0c4)]:
- @graphql-codegen/plugin-helpers@4.2.1

## 3.3.1

### Patch Changes
Expand Down
Loading

0 comments on commit b95e8da

Please sign in to comment.