Skip to content

Commit 1d5f856

Browse files
chore(release): update monorepo packages versions
1 parent a1c30f0 commit 1d5f856

File tree

8 files changed

+22
-13
lines changed

8 files changed

+22
-13
lines changed

.changeset/bright-impalas-try.md

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

examples/programmatic-typescript/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
},
1212
"dependencies": {
1313
"@graphql-codegen/core": "3.1.0",
14-
"@graphql-codegen/plugin-helpers": "4.1.0",
14+
"@graphql-codegen/plugin-helpers": "4.1.1",
1515
"@graphql-codegen/typed-document-node": "3.0.2",
1616
"@graphql-codegen/typescript": "3.0.2",
1717
"@graphql-codegen/typescript-operations": "3.0.2",
18-
"@graphql-codegen/typescript-resolvers": "3.1.1",
18+
"@graphql-codegen/typescript-resolvers": "3.1.2",
1919
"@graphql-tools/graphql-file-loader": "7.5.16",
2020
"@graphql-tools/load": "7.8.13",
2121
"@graphql-tools/schema": "9.0.17",

examples/typescript-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"devDependencies": {
66
"@graphql-codegen/cli": "3.2.2",
77
"@graphql-codegen/typescript": "3.0.2",
8-
"@graphql-codegen/typescript-resolvers": "3.1.1"
8+
"@graphql-codegen/typescript-resolvers": "3.1.2"
99
},
1010
"dependencies": {
1111
"graphql": "16.6.0",

packages/plugins/typescript/resolvers/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @graphql-codegen/typescript-resolvers
22

3+
## 3.1.2
4+
5+
### Patch Changes
6+
7+
- [`f104619ac`](https://github.com/dotansimha/graphql-code-generator/commit/f104619acd27c9d62a06bc577737500880731087) Thanks [@saihaj](https://github.com/saihaj)! - Resolve issue with nesting fields in `@provides` directive being prevented
8+
9+
- Updated dependencies [[`f104619ac`](https://github.com/dotansimha/graphql-code-generator/commit/f104619acd27c9d62a06bc577737500880731087)]:
10+
- @graphql-codegen/plugin-helpers@4.1.1
11+
312
## 3.1.1
413

514
### Patch Changes

packages/plugins/typescript/resolvers/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-resolvers",
3-
"version": "3.1.1",
3+
"version": "3.1.2",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/plugin-helpers": "^4.1.0",
16+
"@graphql-codegen/plugin-helpers": "^4.1.1",
1717
"@graphql-codegen/typescript": "^3.0.2",
1818
"@graphql-codegen/visitor-plugin-common": "3.0.2",
1919
"@graphql-tools/utils": "^9.0.0",

packages/utils/plugins-helpers/CHANGELOG.md

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

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- [`f104619ac`](https://github.com/dotansimha/graphql-code-generator/commit/f104619acd27c9d62a06bc577737500880731087) Thanks [@saihaj](https://github.com/saihaj)! - Resolve issue with nesting fields in `@provides` directive being prevented
8+
39
## 4.1.0
410

511
### Minor Changes

packages/utils/plugins-helpers/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/plugin-helpers",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "GraphQL Code Generator common utils and types",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"@graphql-codegen/typescript-operations": "3.0.2",
5656
"@graphql-codegen/typescript-react-apollo": "3.3.7",
5757
"@graphql-codegen/typescript-react-query": "4.1.0",
58-
"@graphql-codegen/typescript-resolvers": "3.1.1",
58+
"@graphql-codegen/typescript-resolvers": "3.1.2",
5959
"@graphql-codegen/typescript-rtk-query": "2.4.1",
6060
"@graphql-codegen/typescript-stencil-apollo": "2.3.6",
6161
"@graphql-codegen/typescript-type-graphql": "2.3.6",

0 commit comments

Comments
 (0)