Skip to content

Commit 97aceef

Browse files
chore(release): update monorepo packages versions
1 parent fe212a4 commit 97aceef

File tree

87 files changed

+428
-133
lines changed

Some content is hidden

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

87 files changed

+428
-133
lines changed

.changeset/early-waves-punch.md

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

.changeset/wicked-geckos-do.md

Lines changed: 0 additions & 6 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.2.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c3d7b7226]
8+
- @graphql-codegen/visitor-plugin-common@2.9.0
9+
310
## 2.2.11
411

512
### Patch 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.2.11",
3+
"version": "2.2.12",
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.4.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.8.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.9.0",
1919
"auto-bind": "~4.0.0",
2020
"change-case-all": "1.0.14",
2121
"tslib": "~2.4.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.2.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c3d7b7226]
8+
- @graphql-codegen/visitor-plugin-common@2.9.0
9+
310
## 4.2.12
411

512
### Patch 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.2.12",
3+
"version": "4.2.13",
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.4.0",
14-
"@graphql-codegen/visitor-plugin-common": "2.8.0",
14+
"@graphql-codegen/visitor-plugin-common": "2.9.0",
1515
"tslib": "~2.4.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.2.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c3d7b7226]
8+
- @graphql-codegen/visitor-plugin-common@2.9.0
9+
310
## 2.2.11
411

512
### Patch 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.2.11",
3+
"version": "2.2.12",
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.4.0",
18-
"@graphql-codegen/visitor-plugin-common": "2.8.0",
18+
"@graphql-codegen/visitor-plugin-common": "2.9.0",
1919
"auto-bind": "~4.0.0",
2020
"tslib": "~2.4.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.2.12
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [c3d7b7226]
8+
- @graphql-codegen/visitor-plugin-common@2.9.0
9+
- @graphql-codegen/flow@2.2.12
10+
311
## 2.2.11
412

513
### Patch 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.2.11",
3+
"version": "2.2.12",
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.2.11",
17+
"@graphql-codegen/flow": "^2.2.12",
1818
"@graphql-codegen/plugin-helpers": "^2.4.0",
19-
"@graphql-codegen/visitor-plugin-common": "2.8.0",
19+
"@graphql-codegen/visitor-plugin-common": "2.9.0",
2020
"auto-bind": "~4.0.0",
2121
"tslib": "~2.4.0"
2222
},

0 commit comments

Comments
 (0)