Skip to content

Commit bd5772a

Browse files
authored
chore(release): update monorepo packages versions (#10303)
1 parent d8566c0 commit bd5772a

File tree

22 files changed

+106
-41
lines changed

22 files changed

+106
-41
lines changed

Diff for: .changeset/funny-monkeys-hide.md

-7
This file was deleted.

Diff for: examples/programmatic-typescript/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
"dependencies": {
1313
"@graphql-codegen/core": "4.0.2",
1414
"@graphql-codegen/plugin-helpers": "5.1.0",
15-
"@graphql-codegen/typed-document-node": "5.0.14",
16-
"@graphql-codegen/typescript": "4.1.4",
17-
"@graphql-codegen/typescript-operations": "4.5.0",
18-
"@graphql-codegen/typescript-resolvers": "4.4.3",
15+
"@graphql-codegen/typed-document-node": "5.0.15",
16+
"@graphql-codegen/typescript": "4.1.5",
17+
"@graphql-codegen/typescript-operations": "4.5.1",
18+
"@graphql-codegen/typescript-resolvers": "4.4.4",
1919
"@graphql-tools/graphql-file-loader": "8.0.1",
2020
"@graphql-tools/load": "8.0.2",
2121
"@graphql-tools/schema": "10.0.6",

Diff for: examples/typescript-resolvers/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"private": true,
55
"devDependencies": {
66
"@graphql-codegen/cli": "5.0.5",
7-
"@graphql-codegen/typescript": "4.1.4",
8-
"@graphql-codegen/typescript-resolvers": "4.4.3"
7+
"@graphql-codegen/typescript": "4.1.5",
8+
"@graphql-codegen/typescript-resolvers": "4.4.4"
99
},
1010
"dependencies": {
1111
"graphql": "16.9.0",

Diff for: packages/plugins/other/visitor-plugin-common/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/visitor-plugin-common
22

3+
## 5.7.1
4+
5+
### Patch Changes
6+
7+
- [#10302](https://github.com/dotansimha/graphql-code-generator/pull/10302) [`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a) Thanks [@eddeee888](https://github.com/eddeee888)! - Fix Apollo unmask directive incorrectly generating fragmentRefs
8+
39
## 5.7.0
410

511
### Minor Changes

Diff for: packages/plugins/other/visitor-plugin-common/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/visitor-plugin-common",
3-
"version": "5.7.0",
3+
"version": "5.7.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

Diff for: packages/plugins/typescript/document-nodes/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typescript-document-nodes
22

3+
## 4.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a)]:
8+
- @graphql-codegen/visitor-plugin-common@5.7.1
9+
310
## 4.0.14
411

512
### Patch Changes

Diff for: packages/plugins/typescript/document-nodes/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-document-nodes",
3-
"version": "4.0.14",
3+
"version": "4.0.15",
44
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.1.0",
17-
"@graphql-codegen/visitor-plugin-common": "5.7.0",
17+
"@graphql-codegen/visitor-plugin-common": "5.7.1",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.6.0"
2020
},

Diff for: packages/plugins/typescript/gql-tag-operations/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/gql-tag-operations
22

3+
## 4.0.16
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a)]:
8+
- @graphql-codegen/visitor-plugin-common@5.7.1
9+
310
## 4.0.15
411

512
### Patch Changes

Diff for: packages/plugins/typescript/gql-tag-operations/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/gql-tag-operations",
3-
"version": "4.0.15",
3+
"version": "4.0.16",
44
"description": "GraphQL Code Generator plugin for generating a typed gql tag function",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"@graphql-tools/utils": "^10.0.0",
2020
"@graphql-codegen/plugin-helpers": "^5.1.0",
21-
"@graphql-codegen/visitor-plugin-common": "5.7.0",
21+
"@graphql-codegen/visitor-plugin-common": "5.7.1",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.6.0"
2424
},

Diff for: packages/plugins/typescript/operations/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-codegen/typescript-operations
22

3+
## 4.5.1
4+
5+
### Patch Changes
6+
7+
- [#10302](https://github.com/dotansimha/graphql-code-generator/pull/10302) [`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a) Thanks [@eddeee888](https://github.com/eddeee888)! - Fix Apollo unmask directive incorrectly generating fragmentRefs
8+
9+
- Updated dependencies [[`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a)]:
10+
- @graphql-codegen/visitor-plugin-common@5.7.1
11+
- @graphql-codegen/typescript@4.1.5
12+
313
## 4.5.0
414

515
### Minor Changes

Diff for: packages/plugins/typescript/operations/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-operations",
3-
"version": "4.5.0",
3+
"version": "4.5.1",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
55
"repository": {
66
"type": "git",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.1.0",
17-
"@graphql-codegen/typescript": "^4.1.4",
18-
"@graphql-codegen/visitor-plugin-common": "5.7.0",
17+
"@graphql-codegen/typescript": "^4.1.5",
18+
"@graphql-codegen/visitor-plugin-common": "5.7.1",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.6.0"
2121
},

Diff for: packages/plugins/typescript/resolvers/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/typescript-resolvers
22

3+
## 4.4.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a)]:
8+
- @graphql-codegen/visitor-plugin-common@5.7.1
9+
- @graphql-codegen/typescript@4.1.5
10+
311
## 4.4.3
412

513
### Patch Changes

Diff for: packages/plugins/typescript/resolvers/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-resolvers",
3-
"version": "4.4.3",
3+
"version": "4.4.4",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
55
"repository": {
66
"type": "git",
@@ -14,8 +14,8 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.1.0",
17-
"@graphql-codegen/typescript": "^4.1.4",
18-
"@graphql-codegen/visitor-plugin-common": "5.7.0",
17+
"@graphql-codegen/typescript": "^4.1.5",
18+
"@graphql-codegen/visitor-plugin-common": "5.7.1",
1919
"@graphql-tools/utils": "^10.0.0",
2020
"auto-bind": "~4.0.0",
2121
"tslib": "~2.6.0"

Diff for: packages/plugins/typescript/typed-document-node/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typed-document-node
22

3+
## 5.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a)]:
8+
- @graphql-codegen/visitor-plugin-common@5.7.1
9+
310
## 5.0.14
411

512
### Patch Changes

Diff for: packages/plugins/typescript/typed-document-node/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typed-document-node",
3-
"version": "5.0.14",
3+
"version": "5.0.15",
44
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
55
"repository": {
66
"type": "git",
@@ -18,7 +18,7 @@
1818
"dependencies": {
1919
"change-case-all": "1.0.15",
2020
"@graphql-codegen/plugin-helpers": "^5.1.0",
21-
"@graphql-codegen/visitor-plugin-common": "5.7.0",
21+
"@graphql-codegen/visitor-plugin-common": "5.7.1",
2222
"auto-bind": "~4.0.0",
2323
"tslib": "~2.6.0"
2424
},

Diff for: packages/plugins/typescript/typescript/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typescript
22

3+
## 4.1.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a)]:
8+
- @graphql-codegen/visitor-plugin-common@5.7.1
9+
310
## 4.1.4
411

512
### Patch Changes

Diff for: packages/plugins/typescript/typescript/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^5.1.0",
1717
"@graphql-codegen/schema-ast": "^4.0.2",
18-
"@graphql-codegen/visitor-plugin-common": "5.7.0",
18+
"@graphql-codegen/visitor-plugin-common": "5.7.1",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.6.0"
2121
},

Diff for: packages/presets/client/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @graphql-codegen/client-preset
22

3+
## 4.6.4
4+
5+
### Patch Changes
6+
7+
- [#10302](https://github.com/dotansimha/graphql-code-generator/pull/10302) [`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a) Thanks [@eddeee888](https://github.com/eddeee888)! - Fix Apollo unmask directive incorrectly generating fragmentRefs
8+
9+
- Updated dependencies [[`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a)]:
10+
- @graphql-codegen/visitor-plugin-common@5.7.1
11+
- @graphql-codegen/typescript-operations@4.5.1
12+
- @graphql-codegen/gql-tag-operations@4.0.16
13+
- @graphql-codegen/typed-document-node@5.0.15
14+
- @graphql-codegen/typescript@4.1.5
15+
316
## 4.6.3
417

518
### Patch Changes

Diff for: packages/presets/client/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/client-preset",
3-
"version": "4.6.3",
3+
"version": "4.6.4",
44
"description": "GraphQL Code Generator preset for client.",
55
"repository": {
66
"type": "git",
@@ -20,12 +20,12 @@
2020
"@babel/helper-plugin-utils": "^7.20.2",
2121
"@babel/template": "^7.20.7",
2222
"@graphql-codegen/add": "^5.0.3",
23-
"@graphql-codegen/typed-document-node": "^5.0.14",
24-
"@graphql-codegen/typescript": "^4.1.4",
25-
"@graphql-codegen/typescript-operations": "^4.5.0",
26-
"@graphql-codegen/gql-tag-operations": "4.0.15",
23+
"@graphql-codegen/typed-document-node": "^5.0.15",
24+
"@graphql-codegen/typescript": "^4.1.5",
25+
"@graphql-codegen/typescript-operations": "^4.5.1",
26+
"@graphql-codegen/gql-tag-operations": "4.0.16",
2727
"@graphql-codegen/plugin-helpers": "^5.1.0",
28-
"@graphql-codegen/visitor-plugin-common": "^5.7.0",
28+
"@graphql-codegen/visitor-plugin-common": "^5.7.1",
2929
"@graphql-typed-document-node/core": "3.2.0",
3030
"@graphql-tools/documents": "^1.0.0",
3131
"@graphql-tools/utils": "^10.0.0",

Diff for: packages/presets/graphql-modules/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/graphql-modules-preset
22

3+
## 4.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d8566c0`](https://github.com/dotansimha/graphql-code-generator/commit/d8566c015943ea4dbcaeaf57d3d8406553ae230a)]:
8+
- @graphql-codegen/visitor-plugin-common@5.7.1
9+
310
## 4.0.14
411

512
### Patch Changes

Diff for: packages/presets/graphql-modules/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/graphql-modules-preset",
3-
"version": "4.0.14",
3+
"version": "4.0.15",
44
"description": "GraphQL Code Generator preset for modularized schema",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@graphql-codegen/plugin-helpers": "^5.1.0",
19-
"@graphql-codegen/visitor-plugin-common": "5.7.0",
19+
"@graphql-codegen/visitor-plugin-common": "5.7.1",
2020
"@graphql-tools/utils": "^10.0.0",
2121
"parse-filepath": "^1.0.2",
2222
"change-case-all": "1.0.15",

Diff for: website/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@graphql-codegen/c-sharp": "4.3.1",
2828
"@graphql-codegen/c-sharp-operations": "2.3.1",
2929
"@graphql-codegen/cli": "5.0.5",
30-
"@graphql-codegen/client-preset": "4.6.3",
30+
"@graphql-codegen/client-preset": "4.6.4",
3131
"@graphql-codegen/core": "4.0.2",
3232
"@graphql-codegen/flow": "2.3.6",
3333
"@graphql-codegen/flow-operations": "2.3.6",
@@ -46,8 +46,8 @@
4646
"@graphql-codegen/near-operation-file-preset": "2.5.0",
4747
"@graphql-codegen/schema-ast": "4.1.0",
4848
"@graphql-codegen/time": "5.0.1",
49-
"@graphql-codegen/typed-document-node": "5.0.14",
50-
"@graphql-codegen/typescript": "4.1.4",
49+
"@graphql-codegen/typed-document-node": "5.0.15",
50+
"@graphql-codegen/typescript": "4.1.5",
5151
"@graphql-codegen/typescript-apollo-angular": "3.5.6",
5252
"@graphql-codegen/typescript-apollo-client-helpers": "2.2.6",
5353
"@graphql-codegen/typescript-generic-sdk": "3.1.0",
@@ -56,10 +56,10 @@
5656
"@graphql-codegen/typescript-mongodb": "2.4.6",
5757
"@graphql-codegen/typescript-msw": "3.0.0",
5858
"@graphql-codegen/typescript-nhost": "0.0.2",
59-
"@graphql-codegen/typescript-operations": "4.5.0",
59+
"@graphql-codegen/typescript-operations": "4.5.1",
6060
"@graphql-codegen/typescript-react-apollo": "3.3.7",
6161
"@graphql-codegen/typescript-react-query": "4.1.0",
62-
"@graphql-codegen/typescript-resolvers": "4.4.3",
62+
"@graphql-codegen/typescript-resolvers": "4.4.4",
6363
"@graphql-codegen/typescript-rtk-query": "2.4.1",
6464
"@graphql-codegen/typescript-stencil-apollo": "2.3.6",
6565
"@graphql-codegen/typescript-type-graphql": "2.3.6",

0 commit comments

Comments
 (0)