Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/curvy-webs-create.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/vue/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.91.4",
"@tanstack/vue-query-devtools": "^6.1.1",
"@tanstack/vue-query": "^5.92.0",
"@tanstack/vue-query-devtools": "^7.0.0",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/dependent-queries/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.91.4",
"@tanstack/vue-query": "^5.92.0",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@tanstack/query-core": "^5.90.11",
"@tanstack/query-persist-client-core": "^5.91.10",
"@tanstack/query-sync-storage-persister": "^5.90.13",
"@tanstack/vue-query": "^5.91.4",
"@tanstack/vue-query": "^5.92.0",
"idb-keyval": "^6.2.1",
"vue": "^3.4.27"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/vue-query": "^5.91.4",
"@tanstack/vue-query-devtools": "^6.1.1",
"@tanstack/vue-query": "^5.92.0",
"@tanstack/vue-query-devtools": "^7.0.0",
"vue": "^3.4.27"
},
"devDependencies": {
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-query-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/vue-query-devtools

## 7.0.0

### Patch Changes

- Updated dependencies [[`758414f`](https://github.com/TanStack/query/commit/758414fcecb9b56142014edf3ff455c283fb556e)]:
- @tanstack/vue-query@5.92.0

## 6.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-query-devtools",
"version": "6.1.1",
"version": "7.0.0",
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/vue-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/vue-query

## 5.92.0

### Minor Changes

- feat(vue-query): allow options getters in additional composables ([#9914](https://github.com/TanStack/query/pull/9914))

## 5.91.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-query",
"version": "5.91.4",
"version": "5.92.0",
"description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",
"author": "Damian Osipiuk",
"license": "MIT",
Expand Down