Skip to content

Commit

Permalink
chore(release): update monorepo packages versions (#649)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] committed Mar 8, 2024
1 parent 656d05f commit 66688de
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .changeset/kind-pens-argue.md

This file was deleted.

10 changes: 10 additions & 0 deletions packages/plugins/typescript/vue-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/plugins/typescript/vue-urql/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 66688de

Please sign in to comment.