Skip to content

Commit d8e550a

Browse files
chore(release): update monorepo packages versions (#8069)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 525ad58 commit d8e550a

File tree

82 files changed

+420
-132
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

82 files changed

+420
-132
lines changed

.changeset/eleven-buckets-explode.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/plugins/flow/flow/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/flow
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
310
## 2.3.0
411

512
### Minor Changes

packages/plugins/flow/flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/flow",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "GraphQL Code Generator plugin for generating Flow types",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^2.5.0",
17-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
17+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1818
"auto-bind": "~4.0.0",
1919
"tslib": "~2.4.0"
2020
},

packages/plugins/flow/operations/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/flow-operations
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
- @graphql-codegen/flow@2.3.1
10+
311
## 2.3.0
412

513
### Minor Changes

packages/plugins/flow/operations/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/flow-operations",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/flow": "^2.3.0",
16+
"@graphql-codegen/flow": "^2.3.1",
1717
"@graphql-codegen/plugin-helpers": "^2.5.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.4.0"
2121
},

packages/plugins/flow/resolvers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/flow-resolvers
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
- @graphql-codegen/flow@2.3.1
10+
311
## 2.3.0
412

513
### Minor Changes

packages/plugins/flow/resolvers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/flow-resolvers",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL resolvers signature",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/flow": "^2.3.0",
16+
"@graphql-codegen/flow": "^2.3.1",
1717
"@graphql-codegen/plugin-helpers": "^2.5.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1919
"@graphql-tools/utils": "^8.8.0",
2020
"auto-bind": "~4.0.0",
2121
"tslib": "~2.4.0"

packages/plugins/java/apollo-android/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/java-apollo-android
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
- @graphql-codegen/java-common@2.2.1
10+
311
## 2.3.0
412

513
### Minor Changes

packages/plugins/java/apollo-android/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/java-apollo-android",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "GraphQL Code Generator plugin for generating Java classes for Apollo-Android",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/java-common": "^2.2.0",
16+
"@graphql-codegen/java-common": "^2.2.1",
1717
"@graphql-codegen/plugin-helpers": "^2.5.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1919
"auto-bind": "~4.0.0",
2020
"change-case-all": "1.0.14",
2121
"pluralize": "^8.0.0",

packages/plugins/java/common/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/java-common
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
310
## 2.2.0
411

512
### Minor Changes

packages/plugins/java/common/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/java-common",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "GraphQL Code Generator utils library for developing Java plugins",
55
"repository": {
66
"type": "git",
@@ -13,7 +13,7 @@
1313
},
1414
"dependencies": {
1515
"@graphql-codegen/plugin-helpers": "^2.5.0",
16-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
16+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1717
"auto-bind": "~4.0.0",
1818
"min-indent": "1.0.1",
1919
"tslib": "~2.4.0",

packages/plugins/java/java/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/java
22

3+
## 3.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
- @graphql-codegen/java-common@2.2.1
10+
311
## 3.3.0
412

513
### Minor Changes

packages/plugins/java/java/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/java",
3-
"version": "3.3.0",
3+
"version": "3.3.1",
44
"description": "GraphQL Code Generator plugin for generating Java code based on a GraphQL schema",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/java-common": "^2.2.0",
16+
"@graphql-codegen/java-common": "^2.2.1",
1717
"@graphql-codegen/plugin-helpers": "^2.5.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1919
"tslib": "~2.4.0"
2020
},
2121
"peerDependencies": {

packages/plugins/java/kotlin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/kotlin
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
- @graphql-codegen/java-common@2.2.1
10+
311
## 2.3.0
412

513
### Minor Changes

packages/plugins/java/kotlin/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/kotlin",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "GraphQL Code Generator plugin for generating Kotlin code based on a GraphQL schema",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/java-common": "^2.2.0",
16+
"@graphql-codegen/java-common": "^2.2.1",
1717
"@graphql-codegen/plugin-helpers": "^2.5.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1919
"tslib": "~2.4.0"
2020
},
2121
"peerDependencies": {

packages/plugins/java/resolvers/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @graphql-codegen/java-resolvers
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
- @graphql-codegen/java-common@2.2.1
10+
311
## 2.3.0
412

513
### Minor Changes

packages/plugins/java/resolvers/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/java-resolvers",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "GraphQL Code Generator plugin for generating resolvers signature for Java backends",
55
"repository": {
66
"type": "git",
@@ -13,9 +13,9 @@
1313
"test": "jest --no-watchman --config ../../../../jest.config.js"
1414
},
1515
"dependencies": {
16-
"@graphql-codegen/java-common": "^2.2.0",
16+
"@graphql-codegen/java-common": "^2.2.1",
1717
"@graphql-codegen/plugin-helpers": "^2.5.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1919
"tslib": "~2.4.0"
2020
},
2121
"peerDependencies": {

packages/plugins/other/jsdoc/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/jsdoc
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
310
## 2.3.0
411

512
### Minor Changes

packages/plugins/other/jsdoc/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/jsdoc",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "GraphQL Code Generator plugin for generating JSDoc based types for GraphQL queries, mutations, subscriptions and fragments",
55
"repository": {
66
"type": "git",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"@graphql-codegen/plugin-helpers": "^2.5.0",
17-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
17+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
1818
"tslib": "~2.4.0"
1919
},
2020
"peerDependencies": {

packages/plugins/other/visitor-plugin-common/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @graphql-codegen/visitor-plugin-common
22

3+
## 2.11.1
4+
5+
### Patch Changes
6+
7+
- 525ad580b: Revert breaking change for Next.js applications that are incapable of resolving an import with a `.js` extension.
8+
39
## 2.11.0
410

511
### Minor Changes

packages/plugins/other/visitor-plugin-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/visitor-plugin-common",
3-
"version": "2.11.0",
3+
"version": "2.11.1",
44
"license": "MIT",
55
"repository": {
66
"type": "git",

packages/plugins/typescript/apollo-angular/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typescript-apollo-angular
22

3+
## 3.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
310
## 3.5.0
411

512
### Minor Changes

packages/plugins/typescript/apollo-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-apollo-angular",
3-
"version": "3.5.0",
3+
"version": "3.5.1",
44
"description": "GraphQL Code Generator plugin for generating ready-to-use Angular Components based on GraphQL operations",
55
"repository": {
66
"type": "git",
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@graphql-codegen/plugin-helpers": "^2.5.0",
23-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
23+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
2424
"auto-bind": "~4.0.0",
2525
"change-case-all": "1.0.14",
2626
"tslib": "~2.4.0"

packages/plugins/typescript/apollo-client-helpers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typescript-apollo-client-helpers
22

3+
## 2.2.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
310
## 2.2.0
411

512
### Minor Changes

packages/plugins/typescript/apollo-client-helpers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-apollo-client-helpers",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "GraphQL Code Generator plugin for generating TypeScript helpers for Apollo Client > 3",
55
"repository": {
66
"type": "git",
@@ -21,7 +21,7 @@
2121
"dependencies": {
2222
"change-case-all": "1.0.14",
2323
"@graphql-codegen/plugin-helpers": "^2.5.0",
24-
"@graphql-codegen/visitor-plugin-common": "2.11.0",
24+
"@graphql-codegen/visitor-plugin-common": "2.11.1",
2525
"auto-bind": "~4.0.0",
2626
"tslib": "~2.4.0"
2727
},

packages/plugins/typescript/document-nodes/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @graphql-codegen/typescript-document-nodes
22

3+
## 2.3.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [525ad580b]
8+
- @graphql-codegen/visitor-plugin-common@2.11.1
9+
310
## 2.3.0
411

512
### Minor Changes

0 commit comments

Comments
 (0)