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

.changeset/funny-monkeys-hide.md

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

examples/programmatic-typescript/package.json

Lines changed: 4 additions & 4 deletions
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",

examples/typescript-resolvers/package.json

Lines changed: 2 additions & 2 deletions
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",

packages/plugins/other/visitor-plugin-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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

packages/plugins/other/visitor-plugin-common/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/visitor-plugin-common",
3-
"version": "5.7.0",
3+
"version": "5.7.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/plugins/typescript/document-nodes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

packages/plugins/typescript/document-nodes/package.json

Lines changed: 2 additions & 2 deletions
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
},

packages/plugins/typescript/gql-tag-operations/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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

packages/plugins/typescript/gql-tag-operations/package.json

Lines changed: 2 additions & 2 deletions
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
},

packages/plugins/typescript/operations/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
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

0 commit comments

Comments
 (0)