From 3f1708856bb4a47e10e4f99a21b27e955720fdf3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:47:13 -0400 Subject: [PATCH] chore(release): update monorepo packages versions (#834) Co-authored-by: github-actions[bot] --- .changeset/eight-pandas-vanish.md | 7 ----- .changeset/few-apes-march.md | 5 ---- .changeset/quick-insects-matter.md | 9 ------ .changeset/smooth-timers-peel.md | 5 ---- .changeset/strong-turkeys-sneeze.md | 6 ---- .../c-sharp/c-sharp-common/CHANGELOG.md | 18 ++++++++++++ .../c-sharp/c-sharp-common/package.json | 2 +- .../c-sharp/c-sharp-operations/CHANGELOG.md | 23 +++++++++++++++ .../c-sharp/c-sharp-operations/package.json | 4 +-- packages/plugins/c-sharp/c-sharp/CHANGELOG.md | 28 +++++++++++++++++++ packages/plugins/c-sharp/c-sharp/package.json | 4 +-- .../typescript/react-apollo/CHANGELOG.md | 9 ++++++ .../typescript/react-apollo/package.json | 2 +- .../plugins/typescript/vue-urql/CHANGELOG.md | 8 ++++++ .../plugins/typescript/vue-urql/package.json | 2 +- 15 files changed, 93 insertions(+), 39 deletions(-) delete mode 100644 .changeset/eight-pandas-vanish.md delete mode 100644 .changeset/few-apes-march.md delete mode 100644 .changeset/quick-insects-matter.md delete mode 100644 .changeset/smooth-timers-peel.md delete mode 100644 .changeset/strong-turkeys-sneeze.md diff --git a/.changeset/eight-pandas-vanish.md b/.changeset/eight-pandas-vanish.md deleted file mode 100644 index cb2215a85..000000000 --- a/.changeset/eight-pandas-vanish.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@graphql-codegen/c-sharp-operations': patch -'@graphql-codegen/c-sharp-common': patch -'@graphql-codegen/c-sharp': patch ---- - -upgrade dependencies and fix type errors diff --git a/.changeset/few-apes-march.md b/.changeset/few-apes-march.md deleted file mode 100644 index ad0f6f266..000000000 --- a/.changeset/few-apes-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/typescript-react-apollo': patch ---- - -Move `graphql-tag` to `devDependencies` from `peerDependencies`. diff --git a/.changeset/quick-insects-matter.md b/.changeset/quick-insects-matter.md deleted file mode 100644 index aec87bfc0..000000000 --- a/.changeset/quick-insects-matter.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -'@graphql-codegen/c-sharp-operations': minor -'@graphql-codegen/c-sharp-common': minor -'@graphql-codegen/c-sharp': minor ---- - -Added support for the new configuration option `memberNameConvention` to the c-sharp-operations -plugin. Now both C# plugins can generate C# code with standard member casing. The default is still -camel case, to avoid generating code that breaks user's existing code base. diff --git a/.changeset/smooth-timers-peel.md b/.changeset/smooth-timers-peel.md deleted file mode 100644 index 8b702c2fb..000000000 --- a/.changeset/smooth-timers-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@graphql-codegen/typescript-vue-urql': minor ---- - -Fix types for variables used in a query/subscription diff --git a/.changeset/strong-turkeys-sneeze.md b/.changeset/strong-turkeys-sneeze.md deleted file mode 100644 index 7d968c60e..000000000 --- a/.changeset/strong-turkeys-sneeze.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-codegen/c-sharp': minor ---- - -Added `memberNameConvention` which allows you to customize the naming convention for -interface/class/record members. diff --git a/packages/plugins/c-sharp/c-sharp-common/CHANGELOG.md b/packages/plugins/c-sharp/c-sharp-common/CHANGELOG.md index 55d9358c4..23411577c 100644 --- a/packages/plugins/c-sharp/c-sharp-common/CHANGELOG.md +++ b/packages/plugins/c-sharp/c-sharp-common/CHANGELOG.md @@ -1,5 +1,23 @@ # @graphql-codegen/c-sharp-common +## 1.1.0 + +### Minor Changes + +- [#816](https://github.com/dotansimha/graphql-code-generator-community/pull/816) + [`b1ec118`](https://github.com/dotansimha/graphql-code-generator-community/commit/b1ec1187507089362301b874546bf08dd4c8aec3) + Thanks [@mariusmuntean](https://github.com/mariusmuntean)! - Added support for the new + configuration option `memberNameConvention` to the c-sharp-operations plugin. Now both C# plugins + can generate C# code with standard member casing. The default is still camel case, to avoid + generating code that breaks user's existing code base. + +### Patch Changes + +- [#820](https://github.com/dotansimha/graphql-code-generator-community/pull/820) + [`581e733`](https://github.com/dotansimha/graphql-code-generator-community/commit/581e733d6ede02261f89c332c1e3fd4621d34ddc) + Thanks [@mariusmuntean](https://github.com/mariusmuntean)! - upgrade dependencies and fix type + errors + ## 1.0.0 ### Major Changes diff --git a/packages/plugins/c-sharp/c-sharp-common/package.json b/packages/plugins/c-sharp/c-sharp-common/package.json index f7e4d0459..35e778003 100644 --- a/packages/plugins/c-sharp/c-sharp-common/package.json +++ b/packages/plugins/c-sharp/c-sharp-common/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/c-sharp-common", - "version": "1.0.0", + "version": "1.1.0", "type": "module", "repository": "git@github.com:dotansimha/graphql-code-generator.git", "license": "MIT", diff --git a/packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md b/packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md index b219b4dae..27bdf05d3 100644 --- a/packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md +++ b/packages/plugins/c-sharp/c-sharp-operations/CHANGELOG.md @@ -1,5 +1,28 @@ # @graphql-codegen/c-sharp-operations +## 3.1.0 + +### Minor Changes + +- [#816](https://github.com/dotansimha/graphql-code-generator-community/pull/816) + [`b1ec118`](https://github.com/dotansimha/graphql-code-generator-community/commit/b1ec1187507089362301b874546bf08dd4c8aec3) + Thanks [@mariusmuntean](https://github.com/mariusmuntean)! - Added support for the new + configuration option `memberNameConvention` to the c-sharp-operations plugin. Now both C# plugins + can generate C# code with standard member casing. The default is still camel case, to avoid + generating code that breaks user's existing code base. + +### Patch Changes + +- [#820](https://github.com/dotansimha/graphql-code-generator-community/pull/820) + [`581e733`](https://github.com/dotansimha/graphql-code-generator-community/commit/581e733d6ede02261f89c332c1e3fd4621d34ddc) + Thanks [@mariusmuntean](https://github.com/mariusmuntean)! - upgrade dependencies and fix type + errors + +- Updated dependencies + [[`581e733`](https://github.com/dotansimha/graphql-code-generator-community/commit/581e733d6ede02261f89c332c1e3fd4621d34ddc), + [`b1ec118`](https://github.com/dotansimha/graphql-code-generator-community/commit/b1ec1187507089362301b874546bf08dd4c8aec3)]: + - @graphql-codegen/c-sharp-common@1.1.0 + ## 3.0.0 ### Major Changes diff --git a/packages/plugins/c-sharp/c-sharp-operations/package.json b/packages/plugins/c-sharp/c-sharp-operations/package.json index 19a9a4ec3..5465d5c70 100644 --- a/packages/plugins/c-sharp/c-sharp-operations/package.json +++ b/packages/plugins/c-sharp/c-sharp-operations/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/c-sharp-operations", - "version": "3.0.0", + "version": "3.1.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", @@ -37,7 +37,7 @@ "graphql-tag": "2.12.6" }, "dependencies": { - "@graphql-codegen/c-sharp-common": "1.0.0", + "@graphql-codegen/c-sharp-common": "1.1.0", "@graphql-codegen/plugin-helpers": "5.0.4", "@graphql-codegen/visitor-plugin-common": "^5.3.1", "auto-bind": "~4.0.0", diff --git a/packages/plugins/c-sharp/c-sharp/CHANGELOG.md b/packages/plugins/c-sharp/c-sharp/CHANGELOG.md index 41569263e..3201d9c5d 100644 --- a/packages/plugins/c-sharp/c-sharp/CHANGELOG.md +++ b/packages/plugins/c-sharp/c-sharp/CHANGELOG.md @@ -1,5 +1,33 @@ # @graphql-codegen/c-sharp +## 5.1.0 + +### Minor Changes + +- [#816](https://github.com/dotansimha/graphql-code-generator-community/pull/816) + [`b1ec118`](https://github.com/dotansimha/graphql-code-generator-community/commit/b1ec1187507089362301b874546bf08dd4c8aec3) + Thanks [@mariusmuntean](https://github.com/mariusmuntean)! - Added support for the new + configuration option `memberNameConvention` to the c-sharp-operations plugin. Now both C# plugins + can generate C# code with standard member casing. The default is still camel case, to avoid + generating code that breaks user's existing code base. + +- [#806](https://github.com/dotansimha/graphql-code-generator-community/pull/806) + [`d1d6d6e`](https://github.com/dotansimha/graphql-code-generator-community/commit/d1d6d6e2cc06b547ff132514ab3e697517438179) + Thanks [@mariusmuntean](https://github.com/mariusmuntean)! - Added `memberNameConvention` which + allows you to customize the naming convention for interface/class/record members. + +### Patch Changes + +- [#820](https://github.com/dotansimha/graphql-code-generator-community/pull/820) + [`581e733`](https://github.com/dotansimha/graphql-code-generator-community/commit/581e733d6ede02261f89c332c1e3fd4621d34ddc) + Thanks [@mariusmuntean](https://github.com/mariusmuntean)! - upgrade dependencies and fix type + errors + +- Updated dependencies + [[`581e733`](https://github.com/dotansimha/graphql-code-generator-community/commit/581e733d6ede02261f89c332c1e3fd4621d34ddc), + [`b1ec118`](https://github.com/dotansimha/graphql-code-generator-community/commit/b1ec1187507089362301b874546bf08dd4c8aec3)]: + - @graphql-codegen/c-sharp-common@1.1.0 + ## 5.0.0 ### Major Changes diff --git a/packages/plugins/c-sharp/c-sharp/package.json b/packages/plugins/c-sharp/c-sharp/package.json index cdc3db227..adf06ca5a 100644 --- a/packages/plugins/c-sharp/c-sharp/package.json +++ b/packages/plugins/c-sharp/c-sharp/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/c-sharp", - "version": "5.0.0", + "version": "5.1.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", @@ -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": "1.0.0", + "@graphql-codegen/c-sharp-common": "1.1.0", "@graphql-codegen/plugin-helpers": "^5.0.4", "@graphql-codegen/visitor-plugin-common": "^5.3.1", "change-case-all": "1.0.15", diff --git a/packages/plugins/typescript/react-apollo/CHANGELOG.md b/packages/plugins/typescript/react-apollo/CHANGELOG.md index 753c9b8a1..eead328e3 100644 --- a/packages/plugins/typescript/react-apollo/CHANGELOG.md +++ b/packages/plugins/typescript/react-apollo/CHANGELOG.md @@ -1,5 +1,14 @@ # @graphql-codegen/typescript-react-apollo +## 4.3.1 + +### Patch Changes + +- [#805](https://github.com/dotansimha/graphql-code-generator-community/pull/805) + [`7df8028`](https://github.com/dotansimha/graphql-code-generator-community/commit/7df8028191c4b956ef3801816ad56a127221e658) + Thanks [@scottopherson](https://github.com/scottopherson)! - Move `graphql-tag` to + `devDependencies` from `peerDependencies`. + ## 4.3.0 ### Minor Changes diff --git a/packages/plugins/typescript/react-apollo/package.json b/packages/plugins/typescript/react-apollo/package.json index de45c4bf4..925574016 100644 --- a/packages/plugins/typescript/react-apollo/package.json +++ b/packages/plugins/typescript/react-apollo/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-react-apollo", - "version": "4.3.0", + "version": "4.3.1", "type": "module", "description": "GraphQL Code Generator plugin for generating a ready-to-use React Components/HOC/Hooks based on GraphQL operations", "repository": { diff --git a/packages/plugins/typescript/vue-urql/CHANGELOG.md b/packages/plugins/typescript/vue-urql/CHANGELOG.md index 098ce007c..f86c8a28c 100644 --- a/packages/plugins/typescript/vue-urql/CHANGELOG.md +++ b/packages/plugins/typescript/vue-urql/CHANGELOG.md @@ -1,5 +1,13 @@ # @graphql-codegen/typescript-vue-urql +## 3.2.0 + +### Minor Changes + +- [#801](https://github.com/dotansimha/graphql-code-generator-community/pull/801) + [`6970825`](https://github.com/dotansimha/graphql-code-generator-community/commit/69708250bfd21fb847bf6524e26109efbbace29b) + Thanks [@yurks](https://github.com/yurks)! - Fix types for variables used in a query/subscription + ## 3.1.0 ### Minor Changes diff --git a/packages/plugins/typescript/vue-urql/package.json b/packages/plugins/typescript/vue-urql/package.json index eff47abe1..0ba99ba67 100644 --- a/packages/plugins/typescript/vue-urql/package.json +++ b/packages/plugins/typescript/vue-urql/package.json @@ -1,6 +1,6 @@ { "name": "@graphql-codegen/typescript-vue-urql", - "version": "3.1.0", + "version": "3.2.0", "type": "module", "description": "GraphQL Code Generator plugin for generating ready-to-use Vue-Urql composition functions based on GraphQL operations", "repository": {