Skip to content

Commit

Permalink
Upcoming Release Changes (#6203)
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 Jun 30, 2021
1 parent 3b82d1b commit b38d018
Show file tree
Hide file tree
Showing 86 changed files with 421 additions and 137 deletions.
5 changes: 0 additions & 5 deletions .changeset/soft-buses-think.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/spicy-kangaroos-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-panthers-kiss.md

This file was deleted.

7 changes: 7 additions & 0 deletions packages/graphql-cli-codegen-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-cli/codegen

## 1.17.25

### Patch Changes

- Updated dependencies [3b82d1bd]
- @graphql-codegen/cli@1.21.6

## 1.17.24

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-cli-codegen-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-cli/codegen",
"version": "1.17.24",
"version": "1.17.25",
"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 @@ -26,7 +26,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"
},
"dependencies": {
"@graphql-codegen/cli": "1.21.5",
"@graphql-codegen/cli": "1.21.6",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/index.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @graphql-codegen/cli

## 1.21.6

### Patch Changes

- 3b82d1bd: update chokidar

## 1.21.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/graphql-codegen-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "1.21.5",
"version": "1.21.6",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/c-sharp-operations

## 1.19.4

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3

## 1.19.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-operations",
"version": "1.19.3",
"version": "1.19.4",
"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 @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.3.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/plugins/c-sharp/c-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @graphql-codegen/c-sharp

## 3.0.1

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3

## 3.0.0

### Major Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/c-sharp/c-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp",
"version": "3.0.0",
"version": "3.0.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 @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"tslib": "~2.3.0",
"unixify": "^1.0.0",
"change-case-all": "1.0.14"
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

## 1.19.4

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3

## 1.19.3

### 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": "1.19.3",
"version": "1.19.4",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"auto-bind": "~4.0.0",
"tslib": "~2.3.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

## 1.18.12

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3
- @graphql-codegen/flow@1.19.4

## 1.18.11

### 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": "1.18.11",
"version": "1.18.12",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/flow": "^1.19.3",
"@graphql-codegen/flow": "^1.19.4",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"auto-bind": "~4.0.0",
"tslib": "~2.3.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

## 1.17.17

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3
- @graphql-codegen/flow@1.19.4

## 1.17.16

### 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": "1.17.16",
"version": "1.17.17",
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/flow": "^1.19.3",
"@graphql-codegen/flow": "^1.19.4",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"@graphql-tools/utils": "^7.9.1",
"auto-bind": "~4.0.0",
"tslib": "~2.3.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

## 1.17.16

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3
- @graphql-codegen/java-common@1.17.12

## 1.17.15

### 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": "1.17.15",
"version": "1.17.16",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "^1.17.11",
"@graphql-codegen/java-common": "^1.17.12",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"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

## 1.17.12

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3

## 1.17.11

### 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": "1.17.11",
"version": "1.17.12",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "~2.3.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

## 2.0.3

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3
- @graphql-codegen/java-common@1.17.12

## 2.0.2

### 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": "2.0.2",
"version": "2.0.3",
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "^1.17.11",
"@graphql-codegen/java-common": "^1.17.12",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"tslib": "~2.3.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

## 1.18.4

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3
- @graphql-codegen/java-common@1.17.12

## 1.18.3

### 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": "1.18.3",
"version": "1.18.4",
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "^1.17.11",
"@graphql-codegen/java-common": "^1.17.12",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"tslib": "~2.3.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

## 1.18.4

### Patch Changes

- Updated dependencies [6762aff5]
- @graphql-codegen/visitor-plugin-common@1.21.3
- @graphql-codegen/java-common@1.17.12

## 1.18.3

### 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": "1.18.3",
"version": "1.18.4",
"description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends",
"repository": {
"type": "git",
Expand All @@ -14,9 +14,9 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/java-common": "^1.17.11",
"@graphql-codegen/java-common": "^1.17.12",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.2",
"@graphql-codegen/visitor-plugin-common": "1.21.3",
"tslib": "~2.3.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit b38d018

Please sign in to comment.