Skip to content

Commit

Permalink
Upcoming Release Changes (#8492)
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 20, 2022
1 parent 71aae7a commit 27cc3f4
Show file tree
Hide file tree
Showing 89 changed files with 447 additions and 148 deletions.
7 changes: 0 additions & 7 deletions .changeset/dry-pianos-grab.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/moody-windows-type.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sweet-nails-tie.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/typescript-esm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/gql-tag-operations-preset": "1.6.0"
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
},
"dependencies": {
"@graphql-typed-document-node/core": "3.1.1",
Expand Down
2 changes: 1 addition & 1 deletion examples/typescript-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/gql-tag-operations-preset": "1.6.0"
"@graphql-codegen/gql-tag-operations-preset": "1.7.0"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/typescript-resolvers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"private": true,
"devDependencies": {
"@graphql-codegen/cli": "2.13.7",
"@graphql-codegen/typescript": "2.7.4",
"@graphql-codegen/typescript-resolvers": "2.7.4"
"@graphql-codegen/typescript": "2.7.5",
"@graphql-codegen/typescript-resolvers": "2.7.5"
},
"dependencies": {
"graphql": "16.6.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/flow/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/flow

## 2.3.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0

## 2.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/flow/flow/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow",
"version": "2.3.4",
"version": "2.3.5",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/flow/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/flow-operations

## 2.3.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0
- @graphql-codegen/flow@2.3.5

## 2.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-operations",
"version": "2.3.4",
"version": "2.3.5",
"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.4",
"@graphql-codegen/flow": "^2.3.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/flow/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/flow-resolvers

## 2.4.3

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0
- @graphql-codegen/flow@2.3.5

## 2.4.2

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/flow/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/flow-resolvers",
"version": "2.4.2",
"version": "2.4.3",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/flow": "^2.3.4",
"@graphql-codegen/flow": "^2.3.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"@graphql-tools/utils": "^8.8.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/java/apollo-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/java-apollo-android

## 2.3.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0
- @graphql-codegen/java-common@2.2.5

## 2.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/apollo-android/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-apollo-android",
"version": "2.3.4",
"version": "2.3.5",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.4",
"@graphql-codegen/java-common": "^2.2.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"pluralize": "^8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/java/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/java-common

## 2.2.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0

## 2.2.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/java/common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-common",
"version": "2.2.4",
"version": "2.2.5",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": {
"type": "git",
Expand All @@ -13,7 +13,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "~2.4.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/java/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/java

## 3.3.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0
- @graphql-codegen/java-common@2.2.5

## 3.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java",
"version": "3.3.4",
"version": "3.3.5",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.4",
"@graphql-codegen/java-common": "^2.2.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/java/kotlin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/kotlin

## 2.3.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0
- @graphql-codegen/java-common@2.2.5

## 2.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/kotlin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/kotlin",
"version": "2.3.4",
"version": "2.3.5",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.4",
"@graphql-codegen/java-common": "^2.2.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/java/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/java-resolvers

## 2.3.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0
- @graphql-codegen/java-common@2.2.5

## 2.3.4

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/resolvers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-resolvers",
"version": "2.3.4",
"version": "2.3.5",
"description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends",
"repository": {
"type": "git",
Expand All @@ -13,9 +13,9 @@
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"dependencies": {
"@graphql-codegen/java-common": "^2.2.4",
"@graphql-codegen/java-common": "^2.2.5",
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/other/jsdoc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/jsdoc

## 2.3.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0

## 2.3.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/jsdoc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/jsdoc",
"version": "2.3.4",
"version": "2.3.5",
"description": "GraphQL Code Generator plugin for generating JSDoc based types for GraphQL queries, mutations, subscriptions and fragments",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
6 changes: 6 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/visitor-plugin-common

## 2.13.0

### Minor Changes

- [#8498](https://github.com/dotansimha/graphql-code-generator/pull/8498) [`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b) Thanks [@charlypoly](https://github.com/charlypoly)! - Fragment masking ` $fragmentName` and ` $fragmentRefs` are optionals

## 2.12.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/other/visitor-plugin-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/visitor-plugin-common",
"version": "2.12.2",
"version": "2.13.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/typescript/apollo-angular/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/typescript-apollo-angular

## 3.5.5

### Patch Changes

- Updated dependencies [[`a46b8d99c`](https://github.com/dotansimha/graphql-code-generator/commit/a46b8d99c797283d773ec14163c62be9c84d4c2b)]:
- @graphql-codegen/visitor-plugin-common@2.13.0

## 3.5.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/typescript/apollo-angular/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/typescript-apollo-angular",
"version": "3.5.4",
"version": "3.5.5",
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
"repository": {
"type": "git",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.6.2",
"@graphql-codegen/visitor-plugin-common": "2.12.2",
"@graphql-codegen/visitor-plugin-common": "2.13.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.4.0"
Expand Down

0 comments on commit 27cc3f4

Please sign in to comment.