Skip to content

Commit 21fbf0d

Browse files
chore(release): update monorepo packages versions (#9947)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dfc5310 commit 21fbf0d

File tree

27 files changed

+144
-68
lines changed

27 files changed

+144
-68
lines changed

.changeset/curvy-lobsters-kneel.md

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

.changeset/gentle-ladybugs-speak.md

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

.changeset/new-radios-flash.md

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

.changeset/weak-kings-clap.md

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

examples/programmatic-typescript/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"@graphql-codegen/core": "4.0.2",
14-
"@graphql-codegen/plugin-helpers": "5.0.3",
15-
"@graphql-codegen/typed-document-node": "5.0.6",
16-
"@graphql-codegen/typescript": "4.0.6",
17-
"@graphql-codegen/typescript-operations": "4.2.0",
18-
"@graphql-codegen/typescript-resolvers": "4.0.6",
14+
"@graphql-codegen/plugin-helpers": "5.0.4",
15+
"@graphql-codegen/typed-document-node": "5.0.7",
16+
"@graphql-codegen/typescript": "4.0.7",
17+
"@graphql-codegen/typescript-operations": "4.2.1",
18+
"@graphql-codegen/typescript-resolvers": "4.1.0",
1919
"@graphql-tools/graphql-file-loader": "8.0.1",
2020
"@graphql-tools/load": "8.0.2",
2121
"@graphql-tools/schema": "10.0.3",

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.2",
7-
"@graphql-codegen/typescript": "4.0.6",
8-
"@graphql-codegen/typescript-resolvers": "4.0.6"
7+
"@graphql-codegen/typescript": "4.0.7",
8+
"@graphql-codegen/typescript-resolvers": "4.1.0"
99
},
1010
"dependencies": {
1111
"graphql": "16.8.0",

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# @graphql-codegen/visitor-plugin-common
22

3+
## 5.2.0
4+
5+
### Minor Changes
6+
7+
- [#9961](https://github.com/dotansimha/graphql-code-generator/pull/9961) [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e) Thanks [@eddeee888](https://github.com/eddeee888)! - Update typescript-resolvers to report generated resolver types in the run to meta field in the output
8+
9+
### Patch Changes
10+
11+
- [#9944](https://github.com/dotansimha/graphql-code-generator/pull/9944) [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431) Thanks [@eddeee888](https://github.com/eddeee888)! - Add \_ prefix to generated `RefType` in `ResolversInterfaceTypes` and `ResolversUnionTypes` as it is sometimes unused
12+
13+
- [#9962](https://github.com/dotansimha/graphql-code-generator/pull/9962) [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e) Thanks [@eddeee888](https://github.com/eddeee888)! - Fix interface mappers not working in nested/self-referencing scenarios
14+
15+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e)]:
16+
- @graphql-codegen/plugin-helpers@5.0.4
17+
318
## 5.1.0
419

520
### Minor Changes

packages/plugins/other/visitor-plugin-common/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/visitor-plugin-common",
3-
"version": "5.1.0",
3+
"version": "5.2.0",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@graphql-tools/optimize": "^2.0.0",
16-
"@graphql-codegen/plugin-helpers": "^5.0.3",
16+
"@graphql-codegen/plugin-helpers": "^5.0.4",
1717
"@graphql-tools/relay-operation-optimizer": "^7.0.0",
1818
"@graphql-tools/utils": "^10.0.0",
1919
"auto-bind": "~4.0.0",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/typescript-document-nodes
22

3+
## 4.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`156cc2b`](https://github.com/dotansimha/graphql-code-generator/commit/156cc2b9a2a5129beba121cfa987b04e29899431), [`dfc5310`](https://github.com/dotansimha/graphql-code-generator/commit/dfc5310ab476bed6deaefc608f311ff368722f7e), [`b49457b`](https://github.com/dotansimha/graphql-code-generator/commit/b49457b5f29328d2dc23c642788a2e697cb8966e)]:
8+
- @graphql-codegen/plugin-helpers@5.0.4
9+
- @graphql-codegen/visitor-plugin-common@5.2.0
10+
311
## 4.0.6
412

513
### Patch Changes

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

Lines changed: 3 additions & 3 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.6",
3+
"version": "4.0.7",
44
"description": "GraphQL Code Generator plugin for generating TypeScript modules with embedded GraphQL document nodes",
55
"repository": {
66
"type": "git",
@@ -13,8 +13,8 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^5.0.3",
17-
"@graphql-codegen/visitor-plugin-common": "5.1.0",
16+
"@graphql-codegen/plugin-helpers": "^5.0.4",
17+
"@graphql-codegen/visitor-plugin-common": "5.2.0",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.6.0"
2020
},

0 commit comments

Comments
 (0)