Skip to content

Commit ec9f4e7

Browse files
chore(release): update monorepo packages versions
1 parent d8f63b0 commit ec9f4e7

File tree

16 files changed

+60
-39
lines changed

16 files changed

+60
-39
lines changed

.changeset/angry-carrots-boil.md

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

.changeset/dull-games-destroy.md

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

.changeset/eight-eyes-type.md

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

.changeset/nine-cameras-agree.md

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

.changeset/stupid-bats-mate.md

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

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

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

3+
## 1.17.9
4+
5+
### Patch Changes
6+
7+
- f92c5245: Fix c-sharp-operations package description
8+
- Updated dependencies [07f9b1b2]
9+
- Updated dependencies [35f67120]
10+
- @graphql-codegen/visitor-plugin-common@1.17.14
11+
312
## 1.17.8
13+
414
### Patch Changes
515

616
- 1d7c6432: Bump all packages to allow "^" in deps and fix compatibility issues

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": "1.17.8",
3+
"version": "1.17.9",
44
"description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -15,7 +15,7 @@
1515
},
1616
"dependencies": {
1717
"@graphql-codegen/plugin-helpers": "^1.17.8",
18-
"@graphql-codegen/visitor-plugin-common": "^1.17.13",
18+
"@graphql-codegen/visitor-plugin-common": "^1.17.14",
1919
"auto-bind": "~4.0.0",
2020
"camel-case": "^4.1.1",
2121
"tslib": "~2.0.0"

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

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

3+
## 1.17.9
4+
5+
### Patch Changes
6+
7+
- f92c5245: Remove unused c-sharp code
8+
- Updated dependencies [07f9b1b2]
9+
- Updated dependencies [35f67120]
10+
- @graphql-codegen/visitor-plugin-common@1.17.14
11+
312
## 1.17.8
13+
414
### Patch Changes
515

616
- 1d7c6432: Bump all packages to allow "^" in deps and fix compatibility issues

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": "1.17.8",
3+
"version": "1.17.9",
44
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
55
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
66
"license": "MIT",
@@ -11,7 +11,7 @@
1111
},
1212
"dependencies": {
1313
"@graphql-codegen/plugin-helpers": "^1.17.8",
14-
"@graphql-codegen/visitor-plugin-common": "^1.17.13",
14+
"@graphql-codegen/visitor-plugin-common": "^1.17.14",
1515
"strip-indent": "^3.0.0",
1616
"tslib": "~2.0.0",
1717
"unixify": "^1.0.0"

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

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

3+
## 1.17.14
4+
5+
### Patch Changes
6+
7+
- 07f9b1b2: Fix a bug caused numeric enum values defined in the GraphQLSchema to be printed incorrectly
8+
- 35f67120: bugfix: allow to specify mappers for GraphQL `interface` and override the default behaviour.
9+
310
## 1.17.13
411

512
### Patch Changes

0 commit comments

Comments
 (0)