Skip to content

Commit

Permalink
Upcoming Release Changes (#8536)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Oct 27, 2022
1 parent 88aa38f commit 7c25c4e
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 17 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8535-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/loud-feet-brush.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/cli": "2.13.8",
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-graphql-request/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/cli": "2.13.8",
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-resolvers/package.json
Expand Up @@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/cli": "2.13.8",
"@graphql-codegen/typescript": "2.8.0",
"@graphql-codegen/typescript-resolvers": "2.7.5"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-cli/codegen

## 2.4.11

### Patch Changes

- Updated dependencies [[`88aa38ff9`](https://github.com/dotansimha/graphql-code-generator/commit/88aa38ff9eb94b66d783a4af3116d9d3313fdbfd), [`88aa38ff9`](https://github.com/dotansimha/graphql-code-generator/commit/88aa38ff9eb94b66d783a4af3116d9d3313fdbfd)]:
- @graphql-codegen/cli@2.13.8

## 2.4.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "2.4.10",
"version": "2.4.11",
"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.",
"license": "MIT",
"keywords": [
Expand All @@ -25,7 +25,7 @@
"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"
},
"dependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/cli": "2.13.8",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
10 changes: 10 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
@@ -1,5 +1,15 @@
# @graphql-codegen/cli

## 2.13.8

### Patch Changes

- [#8535](https://github.com/dotansimha/graphql-code-generator/pull/8535) [`88aa38ff9`](https://github.com/dotansimha/graphql-code-generator/commit/88aa38ff9eb94b66d783a4af3116d9d3313fdbfd) Thanks [@charlypoly](https://github.com/charlypoly)! - dependencies updates:

- Updated dependency [`@graphql-tools/load@7.8.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/load/v/7.8.0) (from `^7.7.1`, in `dependencies`)

- [#8535](https://github.com/dotansimha/graphql-code-generator/pull/8535) [`88aa38ff9`](https://github.com/dotansimha/graphql-code-generator/commit/88aa38ff9eb94b66d783a4af3116d9d3313fdbfd) Thanks [@charlypoly](https://github.com/charlypoly)! - Upgrade `@graphql-tools/load` to get benefits of debug mode

## 2.13.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "2.13.7",
"version": "2.13.8",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Expand Up @@ -28,7 +28,7 @@
"@graphql-codegen/add": "3.2.1",
"@graphql-codegen/c-sharp": "4.3.1",
"@graphql-codegen/c-sharp-operations": "2.3.1",
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/cli": "2.13.8",
"@graphql-codegen/core": "2.6.2",
"@graphql-codegen/flow": "2.3.5",
"@graphql-codegen/flow-operations": "2.3.5",
Expand Down

0 comments on commit 7c25c4e

Please sign in to comment.