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

0 commit comments

Comments
 (0)