Skip to content

Commit 66688de

Browse files
chore(release): update monorepo packages versions (#649)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 656d05f commit 66688de

3 files changed

Lines changed: 11 additions & 7 deletions

File tree

.changeset/kind-pens-argue.md

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

packages/plugins/typescript/vue-urql/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @graphql-codegen/typescript-vue-urql
22

3+
## 3.1.0
4+
5+
### Minor Changes
6+
7+
- [#494](https://github.com/dotansimha/graphql-code-generator-community/pull/494)
8+
[`b79e1a0`](https://github.com/dotansimha/graphql-code-generator-community/commit/b79e1a0f348d743b061f3d5f3cfae5636c504b35)
9+
Thanks [@mlesin](https://github.com/mlesin)! - Generate explicit type for variables used in a
10+
subscription to work with urql v4 Possibly a breaking change - now it requires to define empty
11+
object for variables argument if no variables are used in subscription
12+
313
## 3.0.0
414

515
### Major Changes

packages/plugins/typescript/vue-urql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@graphql-codegen/typescript-vue-urql",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"type": "module",
55
"description": "GraphQL Code Generator plugin for generating ready-to-use Vue-Urql composition functions based on GraphQL operations",
66
"repository": {

0 commit comments

Comments
 (0)