Skip to content

Commit c7510cc

Browse files
ci: Version Packages (#9916)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 758414f commit c7510cc

File tree

9 files changed

+21
-13
lines changed

9 files changed

+21
-13
lines changed

.changeset/curvy-webs-create.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/vue/basic/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/vue-query": "^5.91.4",
12-
"@tanstack/vue-query-devtools": "^6.1.1",
11+
"@tanstack/vue-query": "^5.92.0",
12+
"@tanstack/vue-query-devtools": "^7.0.0",
1313
"vue": "^3.4.27"
1414
},
1515
"devDependencies": {

examples/vue/dependent-queries/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/vue-query": "^5.91.4",
11+
"@tanstack/vue-query": "^5.92.0",
1212
"vue": "^3.4.27"
1313
},
1414
"devDependencies": {

examples/vue/persister/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@tanstack/query-core": "^5.90.11",
1212
"@tanstack/query-persist-client-core": "^5.91.10",
1313
"@tanstack/query-sync-storage-persister": "^5.90.13",
14-
"@tanstack/vue-query": "^5.91.4",
14+
"@tanstack/vue-query": "^5.92.0",
1515
"idb-keyval": "^6.2.1",
1616
"vue": "^3.4.27"
1717
},

examples/vue/simple/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/vue-query": "^5.91.4",
12-
"@tanstack/vue-query-devtools": "^6.1.1",
11+
"@tanstack/vue-query": "^5.92.0",
12+
"@tanstack/vue-query-devtools": "^7.0.0",
1313
"vue": "^3.4.27"
1414
},
1515
"devDependencies": {

packages/vue-query-devtools/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/vue-query-devtools
22

3+
## 7.0.0
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`758414f`](https://github.com/TanStack/query/commit/758414fcecb9b56142014edf3ff455c283fb556e)]:
8+
- @tanstack/vue-query@5.92.0
9+
310
## 6.1.1
411

512
### Patch Changes

packages/vue-query-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/vue-query-devtools",
3-
"version": "6.1.1",
3+
"version": "7.0.0",
44
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
55
"author": "tannerlinsley",
66
"license": "MIT",

packages/vue-query/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/vue-query
22

3+
## 5.92.0
4+
5+
### Minor Changes
6+
7+
- feat(vue-query): allow options getters in additional composables ([#9914](https://github.com/TanStack/query/pull/9914))
8+
39
## 5.91.4
410

511
### Patch Changes

packages/vue-query/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/vue-query",
3-
"version": "5.91.4",
3+
"version": "5.92.0",
44
"description": "Hooks for managing, caching and syncing asynchronous and remote data in Vue",
55
"author": "Damian Osipiuk",
66
"license": "MIT",

0 commit comments

Comments
 (0)