Skip to content

Commit 79e92db

Browse files
chore(release): update monorepo packages versions (#6526)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5260634 commit 79e92db

File tree

82 files changed

+412
-126
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

+412
-126
lines changed

.changeset/nine-kiwis-remain.md

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

packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md

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

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aabeff181]
8+
- @graphql-codegen/visitor-plugin-common@2.1.1
9+
310
## 2.1.0
411

512
### Minor Changes

packages/plugins/c-sharp/c-sharp-operations/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/c-sharp-operations",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@graphql-codegen/plugin-helpers": "^2.1.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.1.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.1.1",
1919
"auto-bind": "~4.0.0",
2020
"change-case-all": "1.0.14",
2121
"tslib": "~2.3.0"

packages/plugins/c-sharp/c-sharp/CHANGELOG.md

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

3+
## 4.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aabeff181]
8+
- @graphql-codegen/visitor-plugin-common@2.1.1
9+
310
## 4.1.0
411

512
### Minor Changes

packages/plugins/c-sharp/c-sharp/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/c-sharp",
3-
"version": "4.1.0",
3+
"version": "4.1.1",
44
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
55
"repository": "[email protected]:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@graphql-codegen/plugin-helpers": "^2.1.0",
14-
"@graphql-codegen/visitor-plugin-common": "2.1.0",
14+
"@graphql-codegen/visitor-plugin-common": "2.1.1",
1515
"tslib": "~2.3.0",
1616
"unixify": "^1.0.0",
1717
"change-case-all": "1.0.14"

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.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aabeff181]
8+
- @graphql-codegen/visitor-plugin-common@2.1.1
9+
310
## 2.1.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.1.0",
3+
"version": "2.1.1",
44
"description": "GraphQL Code Generator plugin for generating Flow types",
55
"repository": {
66
"type": "git",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@graphql-codegen/plugin-helpers": "^2.1.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.1.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.1.1",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.3.0"
2121
},

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.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aabeff181]
8+
- @graphql-codegen/visitor-plugin-common@2.1.1
9+
- @graphql-codegen/flow@2.1.1
10+
311
## 2.1.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.1.0",
3+
"version": "2.1.1",
44
"description": "GraphQL Code Generator plugin for generating Flow types for GraphQL operations (query/mutation/subscription/fragment)",
55
"repository": {
66
"type": "git",
@@ -14,9 +14,9 @@
1414
"prepack": "bob prepack"
1515
},
1616
"dependencies": {
17-
"@graphql-codegen/flow": "^2.1.0",
17+
"@graphql-codegen/flow": "^2.1.1",
1818
"@graphql-codegen/plugin-helpers": "^2.1.0",
19-
"@graphql-codegen/visitor-plugin-common": "2.1.0",
19+
"@graphql-codegen/visitor-plugin-common": "2.1.1",
2020
"auto-bind": "~4.0.0",
2121
"tslib": "~2.3.0"
2222
},

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.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [aabeff181]
8+
- @graphql-codegen/visitor-plugin-common@2.1.1
9+
- @graphql-codegen/flow@2.1.1
10+
311
## 2.1.0
412

513
### Minor Changes

0 commit comments

Comments
 (0)