Skip to content

Commit c55a8a2

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

11 files changed

Lines changed: 45 additions & 21 deletions

File tree

.changeset/@graphql-codegen_typescript-10764-dependencies.md

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

.changeset/sunny-shoes-glow.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
@@ -13,8 +13,8 @@
1313
"@graphql-codegen/core": "6.0.0",
1414
"@graphql-codegen/plugin-helpers": "7.0.0",
1515
"@graphql-codegen/typed-document-node": "7.0.0",
16-
"@graphql-codegen/typescript": "6.0.0",
17-
"@graphql-codegen/typescript-operations": "6.0.0",
16+
"@graphql-codegen/typescript": "6.0.1",
17+
"@graphql-codegen/typescript-operations": "6.0.1",
1818
"@graphql-codegen/typescript-resolvers": "6.0.0",
1919
"@graphql-tools/graphql-file-loader": "^8.1.12",
2020
"@graphql-tools/load": "8.1.10",

examples/typescript-resolvers/package.json

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

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

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

3+
## 7.0.1
4+
5+
### Patch Changes
6+
7+
- [#10781](https://github.com/dotansimha/graphql-code-generator/pull/10781)
8+
[`5f035cb`](https://github.com/dotansimha/graphql-code-generator/commit/5f035cb40ac351fa0e5b098369d2a77da3cd2803)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix `const` enum applying `typesPrefix` and
10+
`typesSuffix` incorrectly
11+
312
## 7.0.0
413

514
### Major 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": "7.0.0",
3+
"version": "7.0.1",
44
"type": "module",
55
"repository": {
66
"type": "git",

packages/plugins/typescript/operations/CHANGELOG.md

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

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- [#10781](https://github.com/dotansimha/graphql-code-generator/pull/10781)
8+
[`5f035cb`](https://github.com/dotansimha/graphql-code-generator/commit/5f035cb40ac351fa0e5b098369d2a77da3cd2803)
9+
Thanks [@eddeee888](https://github.com/eddeee888)! - Fix `const` enum applying `typesPrefix` and
10+
`typesSuffix` incorrectly
11+
12+
- Updated dependencies
13+
[[`5f035cb`](https://github.com/dotansimha/graphql-code-generator/commit/5f035cb40ac351fa0e5b098369d2a77da3cd2803)]:
14+
- @graphql-codegen/visitor-plugin-common@7.0.1
15+
316
## 6.0.0
417

518
### Major Changes

packages/plugins/typescript/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/typescript-operations",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",
66
"repository": {
@@ -48,7 +48,7 @@
4848
"dependencies": {
4949
"@graphql-codegen/plugin-helpers": "^7.0.0",
5050
"@graphql-codegen/schema-ast": "^6.0.0",
51-
"@graphql-codegen/visitor-plugin-common": "^7.0.0",
51+
"@graphql-codegen/visitor-plugin-common": "^7.0.1",
5252
"auto-bind": "^5.0.0",
5353
"tslib": "^2.8.0"
5454
},

packages/plugins/typescript/typescript/CHANGELOG.md

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

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- [#10764](https://github.com/dotansimha/graphql-code-generator/pull/10764)
8+
[`c95db26`](https://github.com/dotansimha/graphql-code-generator/commit/c95db264be92090ae593f3ca22010e42668dc813)
9+
Thanks [@renovate](https://github.com/apps/renovate)! - dependencies updates:
10+
- Updated dependency [`tslib@~2.8.0` ↗︎](https://www.npmjs.com/package/tslib/v/2.8.0) (from
11+
`~2.6.0`, in `dependencies`)
12+
- Updated dependencies
13+
[[`5f035cb`](https://github.com/dotansimha/graphql-code-generator/commit/5f035cb40ac351fa0e5b098369d2a77da3cd2803)]:
14+
- @graphql-codegen/visitor-plugin-common@7.0.1
15+
316
## 6.0.0
417

518
### Major Changes

packages/plugins/typescript/typescript/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",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating TypeScript types",
66
"repository": {
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@graphql-codegen/plugin-helpers": "^7.0.0",
4444
"@graphql-codegen/schema-ast": "^6.0.0",
45-
"@graphql-codegen/visitor-plugin-common": "^7.0.0",
45+
"@graphql-codegen/visitor-plugin-common": "^7.0.1",
4646
"auto-bind": "^5.0.0",
4747
"tslib": "~2.8.0"
4848
},

0 commit comments

Comments
 (0)