Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 27, 2021
1 parent a701c47 commit 939b52d
Show file tree
Hide file tree
Showing 99 changed files with 725 additions and 224 deletions.
45 changes: 0 additions & 45 deletions .changeset/eighty-ligers-repair.md

This file was deleted.

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

## 2.1.4

### Patch Changes

- @graphql-codegen/cli@2.2.2

## 2.1.3

### 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": "2.1.3",
"version": "2.1.4",
"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": "2.2.1",
"@graphql-codegen/cli": "2.2.2",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/index.js",
Expand Down
8 changes: 8 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @graphql-codegen/cli

## 2.2.2

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/core@2.3.0
- @graphql-codegen/plugin-helpers@2.3.0

## 2.2.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions 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": "2.2.1",
"version": "2.2.2",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"homepage": "https://github.com/dotansimha/graphql-code-generator#readme",
"dependencies": {
"@graphql-codegen/core": "2.2.0",
"@graphql-codegen/plugin-helpers": "^2.2.0",
"@graphql-codegen/core": "2.3.0",
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-tools/apollo-engine-loader": "^7.0.5",
"@graphql-tools/code-file-loader": "^7.0.6",
"@graphql-tools/git-loader": "^7.0.5",
Expand Down
11 changes: 11 additions & 0 deletions packages/graphql-codegen-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @graphql-codegen/core

## 2.3.0

### Minor Changes

- 97ddb487a: feat: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/plugin-helpers@2.3.0

## 2.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/graphql-codegen-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/core",
"version": "2.2.0",
"version": "2.3.0",
"license": "MIT",
"repository": {
"type": "git",
Expand Down Expand Up @@ -38,7 +38,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/plugin-helpers": "^2.2.0",
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-tools/schema": "^8.1.2",
"@graphql-tools/utils": "^8.1.1",
"tslib": "~2.3.0"
Expand Down
12 changes: 12 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,17 @@
# @graphql-codegen/c-sharp-operations

## 2.2.0

### Minor Changes

- 97ddb487a: feat: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/visitor-plugin-common@2.5.0
- @graphql-codegen/plugin-helpers@2.3.0

## 2.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "2.1.6",
"version": "2.2.0",
"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.12.5"
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.2.0",
"@graphql-codegen/visitor-plugin-common": "2.4.0",
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-codegen/visitor-plugin-common": "2.5.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.3.0"
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/c-sharp/c-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-codegen/c-sharp

## 4.2.0

### Minor Changes

- 97ddb487a: feat: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/visitor-plugin-common@2.5.0
- @graphql-codegen/plugin-helpers@2.3.0

## 4.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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": "4.1.6",
"version": "4.2.0",
"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": "^2.2.0",
"@graphql-codegen/visitor-plugin-common": "2.4.0",
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-codegen/visitor-plugin-common": "2.5.0",
"tslib": "~2.3.0",
"unixify": "^1.0.0",
"change-case-all": "1.0.14"
Expand Down
12 changes: 12 additions & 0 deletions packages/plugins/flow/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @graphql-codegen/flow

## 2.2.0

### Minor Changes

- 97ddb487a: feat: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/visitor-plugin-common@2.5.0
- @graphql-codegen/plugin-helpers@2.3.0

## 2.1.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.1.6",
"version": "2.2.0",
"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": "^2.2.0",
"@graphql-codegen/visitor-plugin-common": "2.4.0",
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-codegen/visitor-plugin-common": "2.5.0",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/flow/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-codegen/flow-operations

## 2.2.0

### Minor Changes

- 97ddb487a: feat: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/flow@2.2.0
- @graphql-codegen/visitor-plugin-common@2.5.0
- @graphql-codegen/plugin-helpers@2.3.0

## 2.1.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1.6",
"version": "2.2.0",
"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": "^2.1.6",
"@graphql-codegen/plugin-helpers": "^2.2.0",
"@graphql-codegen/visitor-plugin-common": "2.4.0",
"@graphql-codegen/flow": "^2.2.0",
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-codegen/visitor-plugin-common": "2.5.0",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
},
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/flow/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-codegen/flow-resolvers

## 2.2.0

### Minor Changes

- 97ddb487a: feat: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/flow@2.2.0
- @graphql-codegen/visitor-plugin-common@2.5.0
- @graphql-codegen/plugin-helpers@2.3.0

## 2.1.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1.6",
"version": "2.2.0",
"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": "^2.1.6",
"@graphql-codegen/plugin-helpers": "^2.2.0",
"@graphql-codegen/visitor-plugin-common": "2.4.0",
"@graphql-codegen/flow": "^2.2.0",
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-codegen/visitor-plugin-common": "2.5.0",
"@graphql-tools/utils": "^8.1.1",
"auto-bind": "~4.0.0",
"tslib": "~2.3.0"
Expand Down
13 changes: 13 additions & 0 deletions packages/plugins/java/apollo-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-codegen/java-apollo-android

## 2.2.0

### Minor Changes

- 97ddb487a: feat: GraphQL v16 compatibility

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/visitor-plugin-common@2.5.0
- @graphql-codegen/plugin-helpers@2.3.0
- @graphql-codegen/java-common@2.1.7

## 2.1.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 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.1.6",
"version": "2.2.0",
"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": "^2.1.6",
"@graphql-codegen/plugin-helpers": "^2.2.0",
"@graphql-codegen/visitor-plugin-common": "2.4.0",
"@graphql-codegen/java-common": "^2.1.7",
"@graphql-codegen/plugin-helpers": "^2.3.0",
"@graphql-codegen/visitor-plugin-common": "2.5.0",
"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

## 2.1.7

### Patch Changes

- Updated dependencies [97ddb487a]
- @graphql-codegen/visitor-plugin-common@2.5.0
- @graphql-codegen/plugin-helpers@2.3.0

## 2.1.6

### Patch Changes
Expand Down
Loading

0 comments on commit 939b52d

Please sign in to comment.