Skip to content

Commit

Permalink
Version Packages (#3606)
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] authored Jun 18, 2024
1 parent 23150fa commit 2b9bfa2
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 13 deletions.
5 changes: 0 additions & 5 deletions .changeset/fluffy-seals-confess.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/friendly-timers-taste.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"dependencies": {
"@urql/core": "^5.0.4",
"@urql/vue": "^1.2.1",
"@urql/vue": "^1.2.2",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
Expand Down
9 changes: 9 additions & 0 deletions packages/vue-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @urql/vue

## 1.2.2

### Patch Changes

- ⚠️ Fix reactaive typings for `variables` (See [#3605](https://github.com/urql-graphql/urql/pull/3605))
Submitted by [@JoviDeCroock](https://github.com/JoviDeCroock) (See [`118d74b2`](https://github.com/urql-graphql/urql/commit/118d74b238007264cacfb91fc12de74370d5766e))
- Restore the possibility to use a getter for the pause property
Submitted by [@arkandias](https://github.com/arkandias) (See [#3598](https://github.com/urql-graphql/urql/pull/3598))

## 1.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-urql/jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/vue",
"version": "1.2.1",
"version": "1.2.2",
"exports": {
".": "./src/index.ts"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-urql/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@urql/vue",
"version": "1.2.1",
"version": "1.2.2",
"description": "A highly customizable and versatile GraphQL client for vue",
"sideEffects": false,
"homepage": "https://formidable.com/open-source/urql/docs/",
Expand Down

0 comments on commit 2b9bfa2

Please sign in to comment.