Skip to content

Commit 2ca94f5

Browse files
chore(release): update monorepo packages versions (#10421)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 2fc3869 commit 2ca94f5

File tree

6 files changed

+10
-9
lines changed

6 files changed

+10
-9
lines changed

.changeset/mighty-hornets-laugh.md

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

examples/programmatic-typescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@graphql-codegen/typed-document-node": "5.1.2",
1616
"@graphql-codegen/typescript": "4.1.6",
1717
"@graphql-codegen/typescript-operations": "4.6.1",
18-
"@graphql-codegen/typescript-resolvers": "4.5.1",
18+
"@graphql-codegen/typescript-resolvers": "4.5.2",
1919
"@graphql-tools/graphql-file-loader": "8.0.1",
2020
"@graphql-tools/load": "8.1.0",
2121
"@graphql-tools/schema": "10.0.6",

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": "5.0.7",
77
"@graphql-codegen/typescript": "4.1.6",
8-
"@graphql-codegen/typescript-resolvers": "4.5.1"
8+
"@graphql-codegen/typescript-resolvers": "4.5.2"
99
},
1010
"dependencies": {
1111
"graphql": "16.9.0",

packages/plugins/typescript/resolvers/CHANGELOG.md

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

3+
## 4.5.2
4+
5+
### Patch Changes
6+
7+
- [#10419](https://github.com/dotansimha/graphql-code-generator/pull/10419) [`2fc3869`](https://github.com/dotansimha/graphql-code-generator/commit/2fc3869de216554fa896359a082066eaa18e8634) Thanks [@chdanielmueller](https://github.com/chdanielmueller)! - Fix enum resolver for partially mapped enumValues
8+
39
## 4.5.1
410

511
### Patch Changes

packages/plugins/typescript/resolvers/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/typescript-resolvers",
3-
"version": "4.5.1",
3+
"version": "4.5.2",
44
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
"@graphql-codegen/typescript-operations": "4.6.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.5.1",
62+
"@graphql-codegen/typescript-resolvers": "4.5.2",
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)