Skip to content

Commit 6252715

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

File tree

6 files changed

+11
-10
lines changed

6 files changed

+11
-10
lines changed

.changeset/funny-lines-visit.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.92.9",
12-
"@tanstack/vue-query-devtools": "^6.1.4",
12+
"@tanstack/vue-query-devtools": "^6.1.5",
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.92.9",
12-
"@tanstack/vue-query-devtools": "^6.1.4",
12+
"@tanstack/vue-query-devtools": "^6.1.5",
1313
"vue": "^3.4.27"
1414
},
1515
"devDependencies": {

packages/vue-query-devtools/CHANGELOG.md

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

3+
## 6.1.5
4+
5+
### Patch Changes
6+
7+
- fix: style prop type ([#10087](https://github.com/TanStack/query/pull/10087))
8+
39
## 6.1.4
410

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

pnpm-lock.yaml

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)