Skip to content

Commit c36a524

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

File tree

9 files changed

+14
-12
lines changed

9 files changed

+14
-12
lines changed

.changeset/breezy-cobras-sniff.md

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

examples/solid/astro/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@astrojs/tailwind": "^6.0.2",
1717
"@astrojs/vercel": "^8.1.3",
1818
"@tanstack/solid-query": "^5.90.4",
19-
"@tanstack/solid-query-devtools": "^5.90.3",
19+
"@tanstack/solid-query-devtools": "^5.90.4",
2020
"astro": "^5.5.6",
2121
"solid-js": "^1.9.7",
2222
"tailwindcss": "^3.4.7",

examples/solid/basic-graphql-request/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/solid-query": "^5.90.4",
12-
"@tanstack/solid-query-devtools": "^5.90.3",
12+
"@tanstack/solid-query-devtools": "^5.90.4",
1313
"graphql": "^16.9.0",
1414
"graphql-request": "^7.1.2",
1515
"solid-js": "^1.9.7"

examples/solid/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/solid-query": "^5.90.4",
12-
"@tanstack/solid-query-devtools": "^5.90.3",
12+
"@tanstack/solid-query-devtools": "^5.90.4",
1313
"solid-js": "^1.9.7"
1414
},
1515
"devDependencies": {

examples/solid/default-query-function/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/solid-query": "^5.90.4",
12-
"@tanstack/solid-query-devtools": "^5.90.3",
12+
"@tanstack/solid-query-devtools": "^5.90.4",
1313
"solid-js": "^1.9.7"
1414
},
1515
"devDependencies": {

examples/solid/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/solid-query": "^5.90.4",
12-
"@tanstack/solid-query-devtools": "^5.90.3",
12+
"@tanstack/solid-query-devtools": "^5.90.4",
1313
"solid-js": "^1.9.7"
1414
},
1515
"devDependencies": {

examples/solid/solid-start-streaming/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@solidjs/router": "^0.15.3",
1414
"@solidjs/start": "^1.1.3",
1515
"@tanstack/solid-query": "^5.90.4",
16-
"@tanstack/solid-query-devtools": "^5.90.3",
16+
"@tanstack/solid-query-devtools": "^5.90.4",
1717
"solid-js": "^1.9.7",
1818
"vinxi": "^0.5.3"
1919
},
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tanstack/solid-query-devtools
2+
3+
## 5.90.4
4+
5+
### Patch Changes
6+
7+
- Fixed client prop not working on SolidQueryDevtools and SolidQueryDevtoolsPanel ([#9763](https://github.com/TanStack/query/pull/9763))

packages/solid-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/solid-query-devtools",
3-
"version": "5.90.3",
3+
"version": "5.90.4",
44
"description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
55
"author": "tannerlinsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)