Skip to content

Commit

Permalink
Upcoming Release Changes (#6150)
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] authored Jun 20, 2021
1 parent 6e38cd3 commit d1edc94
Show file tree
Hide file tree
Showing 91 changed files with 433 additions and 174 deletions.
6 changes: 0 additions & 6 deletions .changeset/breezy-eggs-jump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-moles-knock.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/flat-tables-clap.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fluffy-snakes-kneel.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/healthy-foxes-develop.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/serious-seas-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-bees-drum.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sharp-cherries-yell.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/shiny-news-search.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/sweet-olives-warn.md

This file was deleted.

8 changes: 8 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,13 @@
# @graphql-codegen/c-sharp-operations

## 1.19.2

### Patch Changes

- 49a2c3b0: Replace float with double
- Updated dependencies [cf1e5abc]
- @graphql-codegen/visitor-plugin-common@1.21.1

## 1.19.1

### 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.1",
"version": "1.19.2",
"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.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.3.0"
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/c-sharp/c-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/c-sharp

## 2.0.2

### Patch Changes

- 49a2c3b0: Replace float with double
- Updated dependencies [cf1e5abc]
- @graphql-codegen/visitor-plugin-common@1.21.1

## 2.0.1

### Patch 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": "2.0.1",
"version": "2.0.2",
"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.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"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.2

### Patch Changes

- Updated dependencies [cf1e5abc]
- @graphql-codegen/visitor-plugin-common@1.21.1

## 1.19.1

### 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.1",
"version": "1.19.2",
"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.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"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.10

### Patch Changes

- Updated dependencies [cf1e5abc]
- @graphql-codegen/visitor-plugin-common@1.21.1
- @graphql-codegen/flow@1.19.2

## 1.18.9

### 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.9",
"version": "1.18.10",
"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.1",
"@graphql-codegen/flow": "^1.19.2",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/flow/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/flow-resolvers

## 1.17.15

### Patch Changes

- 541e5497: Fixes for deps
- Updated dependencies [cf1e5abc]
- @graphql-codegen/visitor-plugin-common@1.21.1
- @graphql-codegen/flow@1.19.2

## 1.17.14

### 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.14",
"version": "1.17.15",
"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.1",
"@graphql-codegen/flow": "^1.19.2",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"@graphql-tools/utils": "^7.9.1",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/apollo-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java-apollo-android

## 1.17.14

### Patch Changes

- Updated dependencies [cf1e5abc]
- Updated dependencies [541e5497]
- @graphql-codegen/visitor-plugin-common@1.21.1
- @graphql-codegen/java-common@1.17.10

## 1.17.13

### 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.13",
"version": "1.17.14",
"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.9",
"@graphql-codegen/java-common": "^1.17.10",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"pluralize": "^8.0.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/plugins/java/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/java-common

## 1.17.10

### Patch Changes

- 541e5497: Fixes for deps
- Updated dependencies [cf1e5abc]
- @graphql-codegen/visitor-plugin-common@1.21.1

## 1.17.9

### 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.9",
"version": "1.17.10",
"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.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "~2.3.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java

## 2.0.1

### Patch Changes

- Updated dependencies [cf1e5abc]
- Updated dependencies [541e5497]
- @graphql-codegen/visitor-plugin-common@1.21.1
- @graphql-codegen/java-common@1.17.10

## 2.0.0

### Major 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.0",
"version": "2.0.1",
"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.9",
"@graphql-codegen/java-common": "^1.17.10",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/kotlin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/kotlin

## 1.18.2

### Patch Changes

- Updated dependencies [cf1e5abc]
- Updated dependencies [541e5497]
- @graphql-codegen/visitor-plugin-common@1.21.1
- @graphql-codegen/java-common@1.17.10

## 1.18.1

### 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.1",
"version": "1.18.2",
"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.9",
"@graphql-codegen/java-common": "^1.17.10",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java-resolvers

## 1.18.2

### Patch Changes

- Updated dependencies [cf1e5abc]
- Updated dependencies [541e5497]
- @graphql-codegen/visitor-plugin-common@1.21.1
- @graphql-codegen/java-common@1.17.10

## 1.18.1

### 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.1",
"version": "1.18.2",
"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.9",
"@graphql-codegen/java-common": "^1.17.10",
"@graphql-codegen/plugin-helpers": "^1.18.7",
"@graphql-codegen/visitor-plugin-common": "1.21.0",
"@graphql-codegen/visitor-plugin-common": "1.21.1",
"tslib": "~2.3.0"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit d1edc94

Please sign in to comment.