Skip to content

Commit

Permalink
Upcoming Release Changes (#5639)
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 Mar 7, 2021
1 parent 6ae448d commit 2f76985
Show file tree
Hide file tree
Showing 68 changed files with 470 additions and 184 deletions.
5 changes: 0 additions & 5 deletions .changeset/fresh-ligers-look.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/funny-pianos-speak.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-hairs-trade.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/old-eyes-hunt.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/pretty-bananas-destroy.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shaggy-lizards-live.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/slow-scissors-happen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thin-cheetahs-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/three-snails-shave.md

This file was deleted.

29 changes: 0 additions & 29 deletions .changeset/tricky-seahorses-rush.md

This file was deleted.

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

## 1.17.21

### Patch Changes

- Updated dependencies [29b75b1e]
- @graphql-codegen/cli@1.21.2

## 1.17.19

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

## 1.21.2

### Patch Changes

- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- Updated dependencies [29b75b1e]
- @graphql-codegen/plugin-helpers@1.18.3

## 1.21.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-cli/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/cli",
"version": "1.21.1",
"version": "1.21.2",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@graphql-codegen/core": "1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/plugin-helpers": "^1.18.3",
"@graphql-tools/apollo-engine-loader": "^6",
"@graphql-tools/code-file-loader": "^6",
"@graphql-tools/git-loader": "^6",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md
@@ -1,5 +1,18 @@
# @graphql-codegen/c-sharp-operations

## 1.18.1

### Patch Changes

- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- Updated dependencies [e947f8e3]
- Updated dependencies [29b75b1e]
- Updated dependencies [d4942d04]
- Updated dependencies [1f6f3db6]
- Updated dependencies [29b75b1e]
- @graphql-codegen/visitor-plugin-common@1.19.0
- @graphql-codegen/plugin-helpers@1.18.3

## 1.18.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp-operations/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-operations",
"version": "1.18.0",
"version": "1.18.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 @@ -14,8 +14,8 @@
"graphql-tag": "2.11.0"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.18.3",
"@graphql-codegen/plugin-helpers": "^1.18.3",
"@graphql-codegen/visitor-plugin-common": "^1.19.0",
"auto-bind": "~4.0.0",
"change-case-all": "^1.0.12",
"tslib": "~2.1.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/c-sharp/c-sharp/CHANGELOG.md
@@ -1,5 +1,18 @@
# @graphql-codegen/c-sharp

## 1.18.1

### Patch Changes

- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- Updated dependencies [e947f8e3]
- Updated dependencies [29b75b1e]
- Updated dependencies [d4942d04]
- Updated dependencies [1f6f3db6]
- Updated dependencies [29b75b1e]
- @graphql-codegen/visitor-plugin-common@1.19.0
- @graphql-codegen/plugin-helpers@1.18.3

## 1.18.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/c-sharp/c-sharp/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp",
"version": "1.18.0",
"version": "1.18.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 @@ -10,8 +10,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.18.3",
"@graphql-codegen/plugin-helpers": "^1.18.3",
"@graphql-codegen/visitor-plugin-common": "^1.19.0",
"strip-indent": "^3.0.0",
"tslib": "~2.1.0",
"unixify": "^1.0.0",
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/flow/flow/CHANGELOG.md
@@ -1,5 +1,18 @@
# @graphql-codegen/flow

## 1.18.5

### Patch Changes

- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- Updated dependencies [e947f8e3]
- Updated dependencies [29b75b1e]
- Updated dependencies [d4942d04]
- Updated dependencies [1f6f3db6]
- Updated dependencies [29b75b1e]
- @graphql-codegen/visitor-plugin-common@1.19.0
- @graphql-codegen/plugin-helpers@1.18.3

## 1.18.4

### 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": "1.18.4",
"version": "1.18.5",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
Expand All @@ -14,8 +14,8 @@
"prepack": "bob prepack"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.18.2",
"@graphql-codegen/plugin-helpers": "^1.18.3",
"@graphql-codegen/visitor-plugin-common": "^1.19.0",
"auto-bind": "~4.0.0",
"tslib": "~2.1.0"
},
Expand Down
15 changes: 15 additions & 0 deletions packages/plugins/flow/operations/CHANGELOG.md
@@ -1,5 +1,20 @@
# @graphql-codegen/flow-operations

## 1.18.7

### Patch Changes

- 1f6f3db6: Fix for @skip @include directives upon arrays
- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- Updated dependencies [e947f8e3]
- Updated dependencies [29b75b1e]
- Updated dependencies [d4942d04]
- Updated dependencies [1f6f3db6]
- Updated dependencies [29b75b1e]
- @graphql-codegen/visitor-plugin-common@1.19.0
- @graphql-codegen/flow@1.18.5
- @graphql-codegen/plugin-helpers@1.18.3

## 1.18.6

### 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": "1.18.6",
"version": "1.18.7",
"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.18.3",
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.18.1",
"@graphql-codegen/flow": "^1.18.5",
"@graphql-codegen/plugin-helpers": "^1.18.3",
"@graphql-codegen/visitor-plugin-common": "^1.19.0",
"auto-bind": "~4.0.0",
"tslib": "~2.1.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/java/apollo-android/CHANGELOG.md
@@ -1,5 +1,18 @@
# @graphql-codegen/java-apollo-android

## 1.17.10

### Patch Changes

- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- Updated dependencies [e947f8e3]
- Updated dependencies [29b75b1e]
- Updated dependencies [d4942d04]
- Updated dependencies [1f6f3db6]
- Updated dependencies [29b75b1e]
- @graphql-codegen/visitor-plugin-common@1.19.0
- @graphql-codegen/plugin-helpers@1.18.3

## 1.17.9

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/plugins/java/apollo-android/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/java-apollo-android",
"version": "1.17.9",
"version": "1.17.10",
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
"repository": {
"type": "git",
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@graphql-codegen/java-common": "^1.17.9",
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/visitor-plugin-common": "^1.17.20",
"@graphql-codegen/plugin-helpers": "^1.18.3",
"@graphql-codegen/visitor-plugin-common": "^1.19.0",
"auto-bind": "~4.0.0",
"change-case-all": "^1.0.12",
"pluralize": "^8.0.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/plugins/other/visitor-plugin-common/CHANGELOG.md
@@ -1,5 +1,20 @@
# @graphql-codegen/visitor-plugin-common

## 1.19.0

### Minor Changes

- d4942d04: NEW CONFIG (`onlyResolveTypeForInterfaces`): Allow to generate only \_\_resolveType for interfaces

### Patch Changes

- e947f8e3: Allow to have declarationKind of type: class, interface: interface
- 29b75b1e: enhance(docs): improve docs for naming convention
- 1f6f3db6: Fix for @skip @include directives upon arrays
- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- Updated dependencies [29b75b1e]
- @graphql-codegen/plugin-helpers@1.18.3

## 1.18.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/other/visitor-plugin-common/package.json
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/visitor-plugin-common",
"version": "1.18.3",
"version": "1.19.0",
"license": "MIT",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-tools/optimize": "^1.0.1",
"@graphql-codegen/plugin-helpers": "^1.18.2",
"@graphql-codegen/plugin-helpers": "^1.18.3",
"@graphql-tools/relay-operation-optimizer": "^6",
"array.prototype.flatmap": "^1.2.4",
"auto-bind": "~4.0.0",
Expand Down

0 comments on commit 2f76985

Please sign in to comment.