Skip to content

Commit 8150a9c

Browse files
Upcoming Release Changes (#7999)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 92f7142 commit 8150a9c

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/afraid-clocks-ring.md

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

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

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

3+
## 2.2.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [92f714278]
8+
- @graphql-codegen/cli@2.6.4
9+
310
## 2.2.4
411

512
### 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.2.4",
3+
"version": "2.2.5",
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": [
@@ -26,7 +26,7 @@
2626
"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"
2727
},
2828
"dependencies": {
29-
"@graphql-codegen/cli": "2.6.3",
29+
"@graphql-codegen/cli": "2.6.4",
3030
"@graphql-cli/common": "4.1.0"
3131
},
3232
"main": "dist/index.js",

packages/graphql-codegen-cli/CHANGELOG.md

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

3+
## 2.6.4
4+
5+
### Patch Changes
6+
7+
- 92f714278: Revert "Upgrade latest version"
8+
39
## 2.6.3
410

511
### Patch Changes

packages/graphql-codegen-cli/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/cli",
3-
"version": "2.6.3",
3+
"version": "2.6.4",
44
"license": "MIT",
55
"bin": {
66
"gql-gen": "dist/bin.js",

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@graphql-codegen/add": "3.1.1",
3838
"@graphql-codegen/c-sharp": "4.2.14",
3939
"@graphql-codegen/c-sharp-operations": "2.2.13",
40-
"@graphql-codegen/cli": "2.6.3",
40+
"@graphql-codegen/cli": "2.6.4",
4141
"@graphql-codegen/core": "2.5.1",
4242
"@graphql-codegen/flow": "2.2.13",
4343
"@graphql-codegen/flow-operations": "2.2.13",

0 commit comments

Comments
 (0)