Skip to content

Commit

Permalink
Upcoming Release Changes (#8564)
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 Nov 2, 2022
1 parent 64e553c commit da87bb9
Show file tree
Hide file tree
Showing 16 changed files with 43 additions and 31 deletions.
5 changes: 0 additions & 5 deletions .changeset/@graphql-cli_codegen-8556-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_cli-8556-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/@graphql-codegen_core-8556-dependencies.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/metal-ravens-juggle.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.10",
"@graphql-codegen/cli": "2.13.11",
"@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.10",
"@graphql-codegen/cli": "2.13.11",
"@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.10",
"@graphql-codegen/cli": "2.13.11",
"@graphql-codegen/typescript": "2.8.1",
"@graphql-codegen/typescript-resolvers": "2.7.6"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-cli/codegen

## 2.4.14

### Patch Changes

- [#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:
- Updated dependency [`@graphql-codegen/cli@2.13.10` ↗︎](https://www.npmjs.com/package/@graphql-codegen/cli/v/2.13.10) (from `2.13.9`, in `dependencies`)
- Updated dependencies [[`64e553c3f`](https://github.com/dotansimha/graphql-code-generator/commit/64e553c3f62618a2aedf122d292e2700fd93d6e1)]:
- @graphql-codegen/cli@2.13.11

## 2.4.13

### 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.13",
"version": "2.4.14",
"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.10",
"@graphql-codegen/cli": "2.13.11",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/cjs/index.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-codegen/cli

## 2.13.11

### Patch Changes

- [#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:
- Updated dependency [`@graphql-codegen/core@2.6.4` ↗︎](https://www.npmjs.com/package/@graphql-codegen/core/v/2.6.4) (from `2.6.3`, in `dependencies`)
- Updated dependencies [[`64e553c3f`](https://github.com/dotansimha/graphql-code-generator/commit/64e553c3f62618a2aedf122d292e2700fd93d6e1)]:
- @graphql-codegen/core@2.6.5

## 2.13.10

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "2.13.10",
"version": "2.13.11",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@babel/generator": "^7.18.13",
"@babel/template": "^7.18.10",
"@babel/types": "^7.18.13",
"@graphql-codegen/core": "2.6.4",
"@graphql-codegen/core": "2.6.5",
"@graphql-codegen/plugin-helpers": "^2.7.2",
"@graphql-tools/apollo-engine-loader": "^7.3.6",
"@graphql-tools/code-file-loader": "^7.3.1",
Expand Down
7 changes: 7 additions & 0 deletions packages/graphql-codegen-core/CHANGELOG.md
@@ -1,5 +1,12 @@
# @graphql-codegen/core

## 2.6.5

### Patch Changes

- [#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:
- Updated dependency [`@graphql-tools/utils@9.0.0` ↗︎](https://www.npmjs.com/package/@graphql-tools/utils/v/9.0.0) (from `^8.8.0`, in `dependencies`)

## 2.6.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "2.6.4",
"version": "2.6.5",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/utils/graphql-codegen-testing/CHANGELOG.md
@@ -0,0 +1,7 @@
# @graphql-codegen/testing

## 1.18.0

### Minor Changes

- [#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)! - `mockGraphQLServer`, resolvers common testing helpers and fixtures, typing updates
2 changes: 1 addition & 1 deletion packages/utils/graphql-codegen-testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/testing",
"version": "1.17.7",
"version": "1.18.0",
"description": "GraphQL Codegen Testing Utils",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
Expand Down
4 changes: 2 additions & 2 deletions website/package.json
Expand Up @@ -28,8 +28,8 @@
"@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.10",
"@graphql-codegen/core": "2.6.4",
"@graphql-codegen/cli": "2.13.11",
"@graphql-codegen/core": "2.6.5",
"@graphql-codegen/flow": "2.3.6",
"@graphql-codegen/flow-operations": "2.3.6",
"@graphql-codegen/flow-resolvers": "2.4.4",
Expand Down

0 comments on commit da87bb9

Please sign in to comment.