Skip to content

Commit 42ce2fd

Browse files
chore(release): update monorepo packages versions
1 parent 7824fb6 commit 42ce2fd

File tree

9 files changed

+30
-15
lines changed

9 files changed

+30
-15
lines changed

.changeset/@graphql-codegen_core-dependencies.md

Lines changed: 0 additions & 7 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.11.5",
6+
"@graphql-codegen/cli": "2.11.6",
77
"@graphql-codegen/gql-tag-operations-preset": "1.5.4"
88
},
99
"dependencies": {

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.3.11
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @graphql-codegen/cli@2.11.6
9+
310
## 2.3.10
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.3.10",
3+
"version": "2.3.11",
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.11.5",
28+
"@graphql-codegen/cli": "2.11.6",
2929
"@graphql-cli/common": "4.1.0"
3030
},
3131
"main": "dist/cjs/index.js",

packages/graphql-codegen-cli/CHANGELOG.md

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

3+
## 2.11.6
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`6c7d3e54b`](https://github.com/dotansimha/graphql-code-generator/commit/6c7d3e54bb3cb53d8bbbd25e31c45b66f29f4640)]:
8+
- @graphql-codegen/core@2.6.2
9+
310
## 2.11.5
411

512
### Patch Changes

packages/graphql-codegen-cli/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/cli",
3-
"version": "2.11.5",
3+
"version": "2.11.6",
44
"license": "MIT",
55
"bin": {
66
"gql-gen": "dist/cjs/bin.js",
@@ -40,7 +40,7 @@
4040
},
4141
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
4242
"dependencies": {
43-
"@graphql-codegen/core": "2.6.1",
43+
"@graphql-codegen/core": "2.6.2",
4444
"@graphql-codegen/plugin-helpers": "^2.6.2",
4545
"@graphql-tools/apollo-engine-loader": "^7.3.6",
4646
"@graphql-tools/code-file-loader": "^7.3.1",

packages/graphql-codegen-core/CHANGELOG.md

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

3+
## 2.6.2
4+
5+
### Patch Changes
6+
7+
- [#8207](https://github.com/dotansimha/graphql-code-generator/pull/8207) [`6c7d3e54b`](https://github.com/dotansimha/graphql-code-generator/commit/6c7d3e54bb3cb53d8bbbd25e31c45b66f29f4640) Thanks [@renovate](https://github.com/apps/renovate)! - ### Dependencies Updates
8+
9+
- Updated dependency ([`@graphql-tools/schema@^9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/schema/v/^9.0.0)) (was `^8.5.0`, in `dependencies`)
10+
311
## 2.6.1
412

513
### Patch Changes

packages/graphql-codegen-core/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/core",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

website/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"@graphql-codegen/add": "3.2.1",
3030
"@graphql-codegen/c-sharp": "4.3.1",
3131
"@graphql-codegen/c-sharp-operations": "2.3.1",
32-
"@graphql-codegen/cli": "2.11.5",
33-
"@graphql-codegen/core": "2.6.1",
32+
"@graphql-codegen/cli": "2.11.6",
33+
"@graphql-codegen/core": "2.6.2",
3434
"@graphql-codegen/flow": "2.3.3",
3535
"@graphql-codegen/flow-operations": "2.3.3",
3636
"@graphql-codegen/flow-resolvers": "2.4.1",

0 commit comments

Comments
 (0)