diff --git a/.changeset/kind-pens-argue.md b/.changeset/kind-pens-argue.md deleted file mode 100644 index a6e6818a8..000000000 --- a/.changeset/kind-pens-argue.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@graphql-codegen/typescript-vue-urql': minor ---- - -Generate explicit type for variables used in a subscription to work with urql v4 -Possibly a breaking change - now it requires to define empty object for variables argument if no variables are used in subscription diff --git a/packages/plugins/typescript/vue-urql/CHANGELOG.md b/packages/plugins/typescript/vue-urql/CHANGELOG.md index 8a7272e95..098ce007c 100644 --- a/packages/plugins/typescript/vue-urql/CHANGELOG.md +++ b/packages/plugins/typescript/vue-urql/CHANGELOG.md @@ -1,5 +1,15 @@ # @graphql-codegen/typescript-vue-urql +## 3.1.0 + +### Minor Changes + +- [#494](https://github.com/dotansimha/graphql-code-generator-community/pull/494) + [`b79e1a0`](https://github.com/dotansimha/graphql-code-generator-community/commit/b79e1a0f348d743b061f3d5f3cfae5636c504b35) + Thanks [@mlesin](https://github.com/mlesin)! - Generate explicit type for variables used in a + subscription to work with urql v4 Possibly a breaking change - now it requires to define empty + object for variables argument if no variables are used in subscription + ## 3.0.0 ### Major Changes diff --git a/packages/plugins/typescript/vue-urql/package.json b/packages/plugins/typescript/vue-urql/package.json index e0ab8114e..eff47abe1 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.0.0", + "version": "3.1.0", "type": "module", "description": "GraphQL Code Generator plugin for generating ready-to-use Vue-Urql composition functions based on GraphQL operations", "repository": {