Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#8004)
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 Jul 4, 2022
1 parent 4dce442 commit b2f5a13
Show file tree
Hide file tree
Showing 94 changed files with 534 additions and 163 deletions.
5 changes: 0 additions & 5 deletions .changeset/early-pots-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-jars-end.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fresh-elephants-provide.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lovely-eagles-wonder.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-tips-grin.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spotty-waves-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-socks-hear.md

This file was deleted.

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

## 2.2.6

### Patch Changes

- Updated dependencies [e050230c0]
- Updated dependencies [dfd9f07dc]
- Updated dependencies [2fb1d8b87]
- Updated dependencies [4dce44263]
- @graphql-codegen/cli@2.7.0

## 2.2.5

### 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.2.5",
"version": "2.2.6",
"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 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/cli": "2.6.4",
"@graphql-codegen/cli": "2.7.0",
"@graphql-cli/common": "4.1.0"
},
"main": "dist/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/graphql-codegen-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @graphql-codegen/cli

## 2.7.0

### Minor Changes

- e050230c0: Remove unnecessary browser check

### Patch Changes

- dfd9f07dc: Fix/multi project
- 2fb1d8b87: Remove unused `tryToBuildSchema` function
- 4dce44263: Bumps `@graphql-tools/url-loader` to the latest `cross-undici-fetch` version that has pinned `undici` to `~5.5.0` in order to fix a bug/breaking-change introduced with `[email protected]` that causes a `GET/HEAD requests cannot have 'body'` error.
See https://github.com/ardatan/graphql-tools/pull/4559#issue-1292915844 for more details.

## 2.6.4

### 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": "2.6.4",
"version": "2.7.0",
"license": "MIT",
"bin": {
"gql-gen": "dist/bin.js",
Expand Down
9 changes: 9 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,14 @@
# @graphql-codegen/c-sharp-operations

## 2.2.14

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0

## 2.2.13

### 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": "2.2.13",
"version": "2.2.14",
"description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-codegen/visitor-plugin-common": "2.10.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"tslib": "~2.4.0"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/c-sharp/c-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/c-sharp

## 4.2.15

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0

## 4.2.14

### 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": "4.2.14",
"version": "4.2.15",
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand All @@ -11,7 +11,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-codegen/visitor-plugin-common": "2.10.0",
"tslib": "~2.4.0",
"unixify": "^1.0.0",
"change-case-all": "1.0.14"
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/flow/flow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/flow

## 2.2.14

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0

## 2.2.13

### 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.2.13",
"version": "2.2.14",
"description": "GraphQL Code Generator plugin for generating Flow types",
"repository": {
"type": "git",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-codegen/visitor-plugin-common": "2.10.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/flow/operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/flow-operations

## 2.2.14

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0
- @graphql-codegen/flow@2.2.14

## 2.2.13

### 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.2.13",
"version": "2.2.14",
"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.2.13",
"@graphql-codegen/flow": "^2.2.14",
"@graphql-codegen/plugin-helpers": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-codegen/visitor-plugin-common": "2.10.0",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
},
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/flow/resolvers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/flow-resolvers

## 2.2.15

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0
- @graphql-codegen/flow@2.2.14

## 2.2.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": "2.2.14",
"version": "2.2.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": "^2.2.13",
"@graphql-codegen/flow": "^2.2.14",
"@graphql-codegen/plugin-helpers": "^2.4.2",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-codegen/visitor-plugin-common": "2.10.0",
"@graphql-tools/utils": "^8.1.1",
"auto-bind": "~4.0.0",
"tslib": "~2.4.0"
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/java/apollo-android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/java-apollo-android

## 2.2.14

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0
- @graphql-codegen/java-common@2.1.21

## 2.2.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": "2.2.13",
"version": "2.2.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": "^2.1.20",
"@graphql-codegen/java-common": "^2.1.21",
"@graphql-codegen/plugin-helpers": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-codegen/visitor-plugin-common": "2.10.0",
"auto-bind": "~4.0.0",
"change-case-all": "1.0.14",
"pluralize": "^8.0.0",
Expand Down
9 changes: 9 additions & 0 deletions packages/plugins/java/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @graphql-codegen/java-common

## 2.1.21

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0

## 2.1.20

### 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.1.20",
"version": "2.1.21",
"description": "GraphQL Code Generator utils library for developing Java plugins",
"repository": {
"type": "git",
Expand All @@ -14,7 +14,7 @@
},
"dependencies": {
"@graphql-codegen/plugin-helpers": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-codegen/visitor-plugin-common": "2.10.0",
"auto-bind": "~4.0.0",
"min-indent": "1.0.1",
"tslib": "~2.4.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/java/java/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/java

## 3.2.15

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0
- @graphql-codegen/java-common@2.1.21

## 3.2.14

### 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.2.14",
"version": "3.2.15",
"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": "^2.1.20",
"@graphql-codegen/java-common": "^2.1.21",
"@graphql-codegen/plugin-helpers": "^2.4.0",
"@graphql-codegen/visitor-plugin-common": "2.9.1",
"@graphql-codegen/visitor-plugin-common": "2.10.0",
"tslib": "~2.4.0"
},
"peerDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/plugins/java/kotlin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @graphql-codegen/kotlin

## 2.2.15

### Patch Changes

- Updated dependencies [aa1e6eafd]
- Updated dependencies [a42fcbfe4]
- Updated dependencies [8b10f22be]
- @graphql-codegen/visitor-plugin-common@2.10.0
- @graphql-codegen/java-common@2.1.21

## 2.2.14

### Patch Changes
Expand Down
Loading

1 comment on commit b2f5a13

@vercel
Copy link

@vercel vercel bot commented on b2f5a13 Jul 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.