Skip to content

Commit

Permalink
Version Packages (#3640)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 26, 2024
1 parent 068df71 commit b638bc8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/chatty-mice-join.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.3.2",
"@urql/vue": "^1.4.0",
"graphql": "^16.6.0",
"vue": "^3.2.47"
},
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-urql/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @urql/vue

## 1.4.0

### Minor Changes

- Refactor composable functions with a focus on avoiding memory leaks and Vue best practices
Submitted by [@yurks](https://github.com/yurks) (See [#3619](https://github.com/urql-graphql/urql/pull/3619))

## 1.3.2

### 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.3.2",
"version": "1.4.0",
"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.3.2",
"version": "1.4.0",
"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 b638bc8

Please sign in to comment.