Skip to content

Commit 1e77bd4

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

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.changeset/mighty-actors-lose.md

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

examples/vue/basic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@tanstack/vue-query": "^5.90.5",
12-
"@tanstack/vue-query-devtools": "^5.90.2",
12+
"@tanstack/vue-query-devtools": "^5.91.0",
1313
"vue": "^3.4.27"
1414
},
1515
"devDependencies": {

examples/vue/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"@tanstack/vue-query": "^5.90.5",
12-
"@tanstack/vue-query-devtools": "^5.90.2",
12+
"@tanstack/vue-query-devtools": "^5.91.0",
1313
"vue": "^3.4.27"
1414
},
1515
"devDependencies": {
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tanstack/vue-query-devtools
2+
3+
## 5.91.0
4+
5+
### Minor Changes
6+
7+
- feat(vue-query-devtools): Add embedded panel mode ([#9790](https://github.com/TanStack/query/pull/9790))

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": "5.90.2",
3+
"version": "5.91.0",
44
"description": "Developer tools to interact with and visualize the TanStack/vue-query cache",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)