Skip to content

Commit

Permalink
Upcoming Release Changes (#8194)
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 Aug 8, 2022
1 parent 97f7100 commit 44db543
Show file tree
Hide file tree
Showing 121 changed files with 807 additions and 288 deletions.
62 changes: 0 additions & 62 deletions .changeset/cyan-pens-wink.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-islands-fetch.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/typescript-esm/package.json
Expand Up @@ -3,8 +3,8 @@
"version": "0.0.0",
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.11.3",
"@graphql-codegen/gql-tag-operations-preset": "1.5.3"
"@graphql-codegen/cli": "2.11.4",
"@graphql-codegen/gql-tag-operations-preset": "1.5.4"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.1.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-cli/codegen

## 2.3.9

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f)]:
- @graphql-codegen/cli@2.11.4

## 2.3.8

### 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.3.8",
"version": "2.3.9",
"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.11.3",
"@graphql-codegen/cli": "2.11.4",
"@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.11.4

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f)]:
- @graphql-codegen/core@2.6.1
- @graphql-codegen/plugin-helpers@2.6.2

## 2.11.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "2.11.3",
"version": "2.11.4",
"license": "MIT",
"bin": {
"gql-gen": "dist/cjs/bin.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@graphql-codegen/core": "2.6.0",
"@graphql-codegen/plugin-helpers": "^2.6.1",
"@graphql-codegen/core": "2.6.1",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-tools/apollo-engine-loader": "^7.3.6",
"@graphql-tools/code-file-loader": "^7.3.1",
"@graphql-tools/git-loader": "^7.2.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/graphql-codegen-core/CHANGELOG.md
@@ -1,5 +1,14 @@
# @graphql-codegen/core

## 2.6.1

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f)]:
- @graphql-codegen/plugin-helpers@2.6.2

## 2.6.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "2.6.0",
"version": "2.6.1",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -37,7 +37,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/plugin-helpers": "^2.5.0",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-tools/schema": "^8.5.0",
"@graphql-tools/utils": "^8.8.0",
"tslib": "~2.4.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/c-sharp/c-sharp-common/CHANGELOG.md
@@ -1,5 +1,15 @@
# @graphql-codegen/c-sharp-common

## 0.1.1

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2

## 0.1.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-common",
"version": "0.1.0",
"version": "0.1.1",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
"scripts": {
Expand All @@ -12,8 +12,8 @@
"graphql-tag": "2.12.6"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "^2.11.0",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.4.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/c-sharp-operations

## 2.3.1

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/c-sharp-common@0.1.1
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2

## 2.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/c-sharp/c-sharp-operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-operations",
"version": "2.3.0",
"version": "2.3.1",
"description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -13,9 +13,9 @@
"graphql-tag": "2.12.6"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "^2.11.0",
"@graphql-codegen/c-sharp-common": "0.1.0",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"@graphql-codegen/c-sharp-common": "0.1.1",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.4.0"
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/c-sharp/c-sharp/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/c-sharp

## 4.3.1

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/c-sharp-common@0.1.1
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2

## 4.3.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/c-sharp/c-sharp/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp",
"version": "4.3.0",
"version": "4.3.1",
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -9,9 +9,9 @@
"test": "jest --no-watchman"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.5.0",
"@graphql-codegen/visitor-plugin-common": "^2.11.0",
"@graphql-codegen/c-sharp-common": "0.1.0",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"@graphql-codegen/c-sharp-common": "0.1.1",
"tslib": "~2.4.0",
"unixify": "^1.0.0",
"change-case-all": "1.0.14"
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/flow/flow/CHANGELOG.md
@@ -1,5 +1,15 @@
# @graphql-codegen/flow

## 2.3.3

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2

## 2.3.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/flow/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "2.3.2",
"version": "2.3.3",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
Expand All @@ -13,8 +13,8 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.1",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/flow/operations/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/flow-operations

## 2.3.3

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/flow@2.3.3
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2

## 2.3.2

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/plugins/flow/operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "2.3.2",
"version": "2.3.3",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "^2.3.2",
"@graphql-codegen/plugin-helpers": "^2.6.0",
"@graphql-codegen/visitor-plugin-common": "2.12.0",
"@graphql-codegen/flow": "^2.3.3",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.1",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
11 changes: 11 additions & 0 deletions packages/plugins/flow/resolvers/CHANGELOG.md
@@ -1,5 +1,16 @@
# @graphql-codegen/flow-resolvers

## 2.4.1

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/flow@2.3.3
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2

## 2.4.0

### Minor Changes
Expand Down

1 comment on commit 44db543

@vercel
Copy link

@vercel vercel bot commented on 44db543 Aug 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.