Skip to content

Commit

Permalink
chore(release): update monorepo packages versions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 17, 2023
1 parent b2ab7cb commit c1f056e
Show file tree
Hide file tree
Showing 91 changed files with 1,407 additions and 502 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/calm-yaks-tell.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dull-laws-sneeze.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/famous-islands-joke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-monkeys-camp.md

This file was deleted.

45 changes: 0 additions & 45 deletions .changeset/yellow-lions-carry.md

This file was deleted.

21 changes: 18 additions & 3 deletions packages/plugins/c-sharp/c-sharp-common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,35 @@
# @graphql-codegen/c-sharp-common

## 1.0.0

### Major Changes

- [#348](https://github.com/dotansimha/graphql-code-generator-community/pull/348)
[`9b6f8a648`](https://github.com/dotansimha/graphql-code-generator-community/commit/9b6f8a648492adf2584cbbbb721bd94277084413)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Drop support for Node.js 12 and 14. Require Node.js
`>= 16`

## 0.1.1

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189)
[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with
`moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- Updated dependencies
[[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f),
[`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2

## 0.1.0

### Minor Changes

- d84afec09: Support TypeScript ESM modules (`"module": "node16"` and `"moduleResolution": "node16"`).
- d84afec09: Support TypeScript ESM modules (`"module": "node16"` and
`"moduleResolution": "node16"`).

[More information on the TypeScript Release Notes.](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js)

Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/c-sharp/c-sharp-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-common",
"version": "0.1.1",
"version": "1.0.0",
"type": "module",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
"license": "MIT",
Expand Down
39 changes: 32 additions & 7 deletions packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
# @graphql-codegen/c-sharp-operations

## 3.0.0

### Major Changes

- [#348](https://github.com/dotansimha/graphql-code-generator-community/pull/348)
[`9b6f8a648`](https://github.com/dotansimha/graphql-code-generator-community/commit/9b6f8a648492adf2584cbbbb721bd94277084413)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Drop support for Node.js 12 and 14. Require Node.js
`>= 16`

### Patch Changes

- Updated dependencies
[[`9b6f8a648`](https://github.com/dotansimha/graphql-code-generator-community/commit/9b6f8a648492adf2584cbbbb721bd94277084413)]:
- @graphql-codegen/c-sharp-common@1.0.0

## 2.3.1

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189)
[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with
`moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- Updated dependencies
[[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f),
[`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/c-sharp-common@0.1.1
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2
Expand All @@ -15,7 +35,8 @@

### Minor Changes

- d84afec09: Support TypeScript ESM modules (`"module": "node16"` and `"moduleResolution": "node16"`).
- d84afec09: Support TypeScript ESM modules (`"module": "node16"` and
`"moduleResolution": "node16"`).

[More information on the TypeScript Release Notes.](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js)

Expand Down Expand Up @@ -203,7 +224,8 @@

### Minor Changes

- 39773f59b: enhance(plugins): use getDocumentNodeFromSchema and other utilities from @graphql-tools/utils
- 39773f59b: enhance(plugins): use getDocumentNodeFromSchema and other utilities from
@graphql-tools/utils
- 440172cfe: support ESM

### Patch Changes
Expand All @@ -223,7 +245,8 @@

‼️ ‼️ ‼️ Please note ‼️ ‼️ ‼️:

This is a breaking change since Node 10 is no longer supported in `graphql-tools`, and also no longer supported for Codegen packages.
This is a breaking change since Node 10 is no longer supported in `graphql-tools`, and also no
longer supported for Codegen packages.

### Patch Changes

Expand Down Expand Up @@ -302,7 +325,8 @@

### Patch Changes

- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming
convention
- Updated dependencies [e947f8e3]
- Updated dependencies [29b75b1e]
- Updated dependencies [d4942d04]
Expand Down Expand Up @@ -346,7 +370,8 @@
### Patch Changes

- 1d7c6432: Bump all packages to allow "^" in deps and fix compatibility issues
- 1d7c6432: Bump versions of @graphql-tools/ packages to fix issues with loading schemas and SDL comments
- 1d7c6432: Bump versions of @graphql-tools/ packages to fix issues with loading schemas and SDL
comments
- 1980230d: Correctly escape double quotes for constant strings
- Updated dependencies [1d7c6432]
- Updated dependencies [1d7c6432]
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/c-sharp/c-sharp-operations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp-operations",
"version": "2.3.1",
"version": "3.0.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating CSharp code based on GraphQL operations",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
Expand Down Expand Up @@ -37,7 +37,7 @@
"graphql-tag": "2.12.6"
},
"dependencies": {
"@graphql-codegen/c-sharp-common": "0.1.1",
"@graphql-codegen/c-sharp-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"auto-bind": "~4.0.0",
Expand Down
42 changes: 34 additions & 8 deletions packages/plugins/c-sharp/c-sharp/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,32 @@
# @graphql-codegen/c-sharp

## 5.0.0

### Major Changes

- [#348](https://github.com/dotansimha/graphql-code-generator-community/pull/348)
[`9b6f8a648`](https://github.com/dotansimha/graphql-code-generator-community/commit/9b6f8a648492adf2584cbbbb721bd94277084413)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Drop support for Node.js 12 and 14. Require Node.js
`>= 16`

### Patch Changes

- Updated dependencies
[[`9b6f8a648`](https://github.com/dotansimha/graphql-code-generator-community/commit/9b6f8a648492adf2584cbbbb721bd94277084413)]:
- @graphql-codegen/c-sharp-common@1.0.0

## 4.3.1

### Patch Changes

- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189) [`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f) Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with `moduleResolution` `node16` or `nodenext`
- [#8189](https://github.com/dotansimha/graphql-code-generator/pull/8189)
[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f)
Thanks [@n1ru4l](https://github.com/n1ru4l)! - Fix CommonJS TypeScript resolution with
`moduleResolution` `node16` or `nodenext`

- Updated dependencies [[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f), [`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- Updated dependencies
[[`b408f8238`](https://github.com/dotansimha/graphql-code-generator/commit/b408f8238c00bbb4cd448501093856c06cfde50f),
[`47d0a57e2`](https://github.com/dotansimha/graphql-code-generator/commit/47d0a57e27dd0d2334670bfc6c81c45e00ff4e74)]:
- @graphql-codegen/c-sharp-common@0.1.1
- @graphql-codegen/visitor-plugin-common@2.12.1
- @graphql-codegen/plugin-helpers@2.6.2
Expand All @@ -15,7 +35,8 @@

### Minor Changes

- d84afec09: Support TypeScript ESM modules (`"module": "node16"` and `"moduleResolution": "node16"`).
- d84afec09: Support TypeScript ESM modules (`"module": "node16"` and
`"moduleResolution": "node16"`).

[More information on the TypeScript Release Notes.](https://devblogs.microsoft.com/typescript/announcing-typescript-4-7/#ecmascript-module-support-in-node-js)

Expand Down Expand Up @@ -208,7 +229,8 @@

### Minor Changes

- 39773f59b: enhance(plugins): use getDocumentNodeFromSchema and other utilities from @graphql-tools/utils
- 39773f59b: enhance(plugins): use getDocumentNodeFromSchema and other utilities from
@graphql-tools/utils
- 440172cfe: support ESM

### Patch Changes
Expand All @@ -228,7 +250,8 @@

‼️ ‼️ ‼️ Please note ‼️ ‼️ ‼️:

This is a breaking change since Node 10 is no longer supported in `graphql-tools`, and also no longer supported for Codegen packages.
This is a breaking change since Node 10 is no longer supported in `graphql-tools`, and also no
longer supported for Codegen packages.

### Minor Changes

Expand Down Expand Up @@ -291,7 +314,8 @@

### Major Changes

- 0d3b202a: According to feedback, it is needed to remove the access modifiers for interface properties.
- 0d3b202a: According to feedback, it is needed to remove the access modifiers for interface
properties.

### Patch Changes

Expand Down Expand Up @@ -326,7 +350,8 @@

### Patch Changes

- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming convention
- 29b75b1e: enhance(namingConvention): use change-case-all instead of individual packages for naming
convention
- Updated dependencies [e947f8e3]
- Updated dependencies [29b75b1e]
- Updated dependencies [d4942d04]
Expand Down Expand Up @@ -385,7 +410,8 @@
### Patch Changes
- 1d7c6432: Bump all packages to allow "^" in deps and fix compatibility issues
- 1d7c6432: Bump versions of @graphql-tools/ packages to fix issues with loading schemas and SDL comments
- 1d7c6432: Bump versions of @graphql-tools/ packages to fix issues with loading schemas and SDL
comments
- Updated dependencies [1d7c6432]
- Updated dependencies [1d7c6432]
- @graphql-codegen/visitor-plugin-common@1.17.13
Expand Down
4 changes: 2 additions & 2 deletions packages/plugins/c-sharp/c-sharp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@graphql-codegen/c-sharp",
"version": "4.3.1",
"version": "5.0.0",
"type": "module",
"description": "GraphQL Code Generator plugin for generating CSharp code based on a GraphQL schema",
"repository": "git@github.com:dotansimha/graphql-code-generator.git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0"
},
"dependencies": {
"@graphql-codegen/c-sharp-common": "0.1.1",
"@graphql-codegen/c-sharp-common": "1.0.0",
"@graphql-codegen/plugin-helpers": "^3.0.0",
"@graphql-codegen/visitor-plugin-common": "^2.12.1",
"change-case-all": "1.0.15",
Expand Down
Loading

0 comments on commit c1f056e

Please sign in to comment.