Skip to content

Commit da87bb9

Browse files
Upcoming Release Changes (#8564)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 64e553c commit da87bb9

File tree

16 files changed

+43
-31
lines changed

16 files changed

+43
-31
lines changed

.changeset/@graphql-cli_codegen-8556-dependencies.md

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

.changeset/@graphql-codegen_cli-8556-dependencies.md

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

.changeset/@graphql-codegen_core-8556-dependencies.md

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

.changeset/metal-ravens-juggle.md

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

examples/typescript-esm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"devDependencies": {
6-
"@graphql-codegen/cli": "2.13.10",
6+
"@graphql-codegen/cli": "2.13.11",
77
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
88
},
99
"dependencies": {

examples/typescript-graphql-request/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"devDependencies": {
6-
"@graphql-codegen/cli": "2.13.10",
6+
"@graphql-codegen/cli": "2.13.11",
77
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
88
},
99
"dependencies": {

examples/typescript-resolvers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version": "0.0.0",
44
"private": true,
55
"devDependencies": {
6-
"@graphql-codegen/cli": "2.13.10",
6+
"@graphql-codegen/cli": "2.13.11",
77
"@graphql-codegen/typescript": "2.8.1",
88
"@graphql-codegen/typescript-resolvers": "2.7.6"
99
},

packages/graphql-cli-codegen-plugin/CHANGELOG.md

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

3+
## 2.4.14
4+
5+
### Patch Changes
6+
7+
- [#8556](https://github.com/dotansimha/graphql-code-generator/pull/8556) [`64e553c3f`](https://github.com/dotansimha/graphql-code-generator/commit/64e553c3f62618a2aedf122d292e2700fd93d6e1) Thanks [@charlypoly](https://github.com/charlypoly)! - dependencies updates:
8+
- Updated dependency [`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/cli/v/2.13.10) (from `2.13.9`, in `dependencies`)
9+
- Updated dependencies [[`64e553c3f`](https://github.com/dotansimha/graphql-code-generator/commit/64e553c3f62618a2aedf122d292e2700fd93d6e1)]:
10+
- @graphql-codegen/cli@2.13.11
11+
312
## 2.4.13
413

514
### Patch Changes

packages/graphql-cli-codegen-plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-cli/codegen",
3-
"version": "2.4.13",
3+
"version": "2.4.14",
44
"description": "GraphQL Code Generator's GraphQL CLI plugin. GraphQL Code Generator is a tool that generates code from your GraphQL schema and documents for your backend or frontend with flexible support for custom plugins and templates.",
55
"license": "MIT",
66
"keywords": [
@@ -25,7 +25,7 @@
2525
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
2626
},
2727
"dependencies": {
28-
"@graphql-codegen/cli": "2.13.10",
28+
"@graphql-codegen/cli": "2.13.11",
2929
"@graphql-cli/common": "4.1.0"
3030
},
3131
"main": "dist/cjs/index.js",

packages/graphql-codegen-cli/CHANGELOG.md

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

3+
## 2.13.11
4+
5+
### Patch Changes
6+
7+
- [#8556](https://github.com/dotansimha/graphql-code-generator/pull/8556) [`64e553c3f`](https://github.com/dotansimha/graphql-code-generator/commit/64e553c3f62618a2aedf122d292e2700fd93d6e1) Thanks [@charlypoly](https://github.com/charlypoly)! - dependencies updates:
8+
- Updated dependency [`@graphql-codegen/[email protected]` ↗︎](https://www.npmjs.com/package/@graphql-codegen/core/v/2.6.4) (from `2.6.3`, in `dependencies`)
9+
- Updated dependencies [[`64e553c3f`](https://github.com/dotansimha/graphql-code-generator/commit/64e553c3f62618a2aedf122d292e2700fd93d6e1)]:
10+
- @graphql-codegen/core@2.6.5
11+
312
## 2.13.10
413

514
### Patch Changes

0 commit comments

Comments
 (0)