Skip to content

Commit 2b9bfa2

Browse files
Version Packages (#3606)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 23150fa commit 2b9bfa2

File tree

6 files changed

+12
-13
lines changed

6 files changed

+12
-13
lines changed

.changeset/fluffy-seals-confess.md

-5
This file was deleted.

.changeset/friendly-timers-taste.md

-5
This file was deleted.

examples/with-vue3/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@urql/core": "^5.0.4",
12-
"@urql/vue": "^1.2.1",
12+
"@urql/vue": "^1.2.2",
1313
"graphql": "^16.6.0",
1414
"vue": "^3.2.47"
1515
},

packages/vue-urql/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @urql/vue
22

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- ⚠️ Fix reactaive typings for `variables` (See [#3605](https://github.com/urql-graphql/urql/pull/3605))
8+
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [`118d74b2`](https://github.com/urql-graphql/urql/commit/118d74b238007264cacfb91fc12de74370d5766e))
9+
- Restore the possibility to use a getter for the pause property
10+
Submitted by [@arkandias](https://github.com/arkandias) (See [#3598](https://github.com/urql-graphql/urql/pull/3598))
11+
312
## 1.2.1
413

514
### Patch Changes

packages/vue-urql/jsr.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/vue",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"exports": {
55
".": "./src/index.ts"
66
},

packages/vue-urql/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@urql/vue",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "A highly customizable and versatile GraphQL client for vue",
55
"sideEffects": false,
66
"homepage": "https://formidable.com/open-source/urql/docs/",

0 commit comments

Comments
 (0)