Skip to content

Commit bac9637

Browse files
chore(release): update monorepo packages versions (dotansimha#10798)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6ed420a commit bac9637

8 files changed

Lines changed: 29 additions & 13 deletions

File tree

.changeset/tangy-terms-dance.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": "6.0.0",
14-
"@graphql-codegen/plugin-helpers": "7.0.0",
14+
"@graphql-codegen/plugin-helpers": "7.0.1",
1515
"@graphql-codegen/typed-document-node": "7.0.0",
1616
"@graphql-codegen/typescript": "6.0.1",
1717
"@graphql-codegen/typescript-operations": "6.0.2",
18-
"@graphql-codegen/typescript-resolvers": "6.0.0",
18+
"@graphql-codegen/typescript-resolvers": "6.0.1",
1919
"@graphql-tools/graphql-file-loader": "^8.1.12",
2020
"@graphql-tools/load": "8.1.10",
2121
"@graphql-tools/schema": "10.0.33",

examples/typescript-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"devDependencies": {
1818
"@graphql-codegen/cli": "7.0.0",
1919
"@graphql-codegen/typescript": "6.0.1",
20-
"@graphql-codegen/typescript-resolvers": "6.0.0"
20+
"@graphql-codegen/typescript-resolvers": "6.0.1"
2121
},
2222
"bob": false
2323
}

packages/plugins/typescript/resolvers/CHANGELOG.md

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

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- [#10797](https://github.com/dotansimha/graphql-code-generator/pull/10797)
8+
[`6ed420a`](https://github.com/dotansimha/graphql-code-generator/commit/6ed420a4c12f810b3b610cd2baad161ec96bde56)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix FederationTypes not having typesPrefix
10+
and typesSuffix applied
11+
12+
- Updated dependencies
13+
[[`6ed420a`](https://github.com/dotansimha/graphql-code-generator/commit/6ed420a4c12f810b3b610cd2baad161ec96bde56)]:
14+
- @graphql-codegen/plugin-helpers@7.0.1
15+
316
## 6.0.0
417

518
### Major 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": "6.0.0",
3+
"version": "6.0.1",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating TypeScript types for resolvers signature",
66
"repository": {
@@ -46,7 +46,7 @@
4646
}
4747
},
4848
"dependencies": {
49-
"@graphql-codegen/plugin-helpers": "^7.0.0",
49+
"@graphql-codegen/plugin-helpers": "^7.0.1",
5050
"@graphql-codegen/typescript": "^6.0.0",
5151
"@graphql-codegen/visitor-plugin-common": "^7.0.0",
5252
"@graphql-tools/utils": "^11.0.0",

packages/utils/plugins-helpers/CHANGELOG.md

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

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- [#10797](https://github.com/dotansimha/graphql-code-generator/pull/10797)
8+
[`6ed420a`](https://github.com/dotansimha/graphql-code-generator/commit/6ed420a4c12f810b3b610cd2baad161ec96bde56)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix FederationTypes not having typesPrefix
10+
and typesSuffix applied
11+
312
## 7.0.0
413

514
### Major 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": "7.0.0",
3+
"version": "7.0.1",
44
"type": "module",
55
"description": "GraphQL Code Generator common utils and types",
66
"repository": {

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@graphql-codegen/typescript-operations": "6.0.2",
4848
"@graphql-codegen/typescript-react-apollo": "4.4.2",
4949
"@graphql-codegen/typescript-react-query": "4.1.0",
50-
"@graphql-codegen/typescript-resolvers": "6.0.0",
50+
"@graphql-codegen/typescript-resolvers": "6.0.1",
5151
"@graphql-codegen/typescript-rtk-query": "4.0.1",
5252
"@graphql-codegen/typescript-stencil-apollo": "4.0.1",
5353
"@graphql-codegen/typescript-type-graphql": "3.0.1",

0 commit comments

Comments
 (0)