Skip to content

Commit 89d51b9

Browse files
ci: Version Packages (beta) (#10981)
ci: changeset release (beta) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b970e5f commit 89d51b9

15 files changed

Lines changed: 60 additions & 34 deletions

File tree

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@
2626
"@tanstack/svelte-query-devtools": "6.0.4",
2727
"@tanstack/svelte-query-persist-client": "6.0.25",
2828
"@tanstack/vue-query": "5.92.12",
29-
"@tanstack/vue-query-devtools": "6.1.5"
29+
"@tanstack/vue-query-devtools": "6.1.5",
30+
"@tanstack/lit-query": "0.2.7"
3031
},
3132
"changesets": [
3233
"fifty-spoons-draw",
3334
"free-cities-hunt",
3435
"legal-signs-call",
3536
"slimy-mice-relate",
37+
"solid-beta-15-upgrade",
3638
"sour-balloons-nail",
3739
"whole-coins-count"
3840
]

examples/solid/astro/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"@astrojs/solid-js": "^5.0.7",
1616
"@astrojs/tailwind": "^6.0.2",
1717
"@astrojs/vercel": "^8.1.3",
18-
"@tanstack/solid-query": "^6.0.0-beta.4",
19-
"@tanstack/solid-query-devtools": "^6.0.0-beta.4",
18+
"@tanstack/solid-query": "^6.0.0-beta.5",
19+
"@tanstack/solid-query-devtools": "^6.0.0-beta.5",
2020
"astro": "^5.5.6",
2121
"@solidjs/web": "2.0.0-beta.15",
2222
"solid-js": "2.0.0-beta.15",

examples/solid/basic-graphql-request/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/solid-query": "^6.0.0-beta.4",
12-
"@tanstack/solid-query-devtools": "^6.0.0-beta.4",
11+
"@tanstack/solid-query": "^6.0.0-beta.5",
12+
"@tanstack/solid-query-devtools": "^6.0.0-beta.5",
1313
"graphql": "^16.9.0",
1414
"graphql-request": "^7.1.2",
1515
"@solidjs/web": "2.0.0-beta.15",

examples/solid/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/solid-query": "^6.0.0-beta.4",
12-
"@tanstack/solid-query-devtools": "^6.0.0-beta.4",
11+
"@tanstack/solid-query": "^6.0.0-beta.5",
12+
"@tanstack/solid-query-devtools": "^6.0.0-beta.5",
1313
"@solidjs/web": "2.0.0-beta.15",
1414
"solid-js": "2.0.0-beta.15"
1515
},

examples/solid/default-query-function/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/solid-query": "^6.0.0-beta.4",
12-
"@tanstack/solid-query-devtools": "^6.0.0-beta.4",
11+
"@tanstack/solid-query": "^6.0.0-beta.5",
12+
"@tanstack/solid-query-devtools": "^6.0.0-beta.5",
1313
"@solidjs/web": "2.0.0-beta.15",
1414
"solid-js": "2.0.0-beta.15"
1515
},

examples/solid/offline/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
},
1010
"dependencies": {
1111
"@tanstack/query-async-storage-persister": "^5.101.0",
12-
"@tanstack/solid-query": "^6.0.0-beta.4",
13-
"@tanstack/solid-query-devtools": "^6.0.0-beta.4",
14-
"@tanstack/solid-query-persist-client": "^6.0.0-beta.4",
12+
"@tanstack/solid-query": "^6.0.0-beta.5",
13+
"@tanstack/solid-query-devtools": "^6.0.0-beta.5",
14+
"@tanstack/solid-query-persist-client": "^6.0.0-beta.5",
1515
"msw": "^2.6.6",
1616
"@solidjs/web": "2.0.0-beta.15",
1717
"solid-js": "2.0.0-beta.15"

examples/solid/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/solid-query": "^6.0.0-beta.4",
12-
"@tanstack/solid-query-devtools": "^6.0.0-beta.4",
11+
"@tanstack/solid-query": "^6.0.0-beta.5",
12+
"@tanstack/solid-query-devtools": "^6.0.0-beta.5",
1313
"@solidjs/web": "2.0.0-beta.15",
1414
"solid-js": "2.0.0-beta.15"
1515
},

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
"@solidjs/meta": "^0.29.4",
1313
"@solidjs/router": "^0.15.3",
1414
"@solidjs/start": "^1.1.3",
15-
"@tanstack/solid-query": "^6.0.0-beta.4",
16-
"@tanstack/solid-query-devtools": "^6.0.0-beta.4",
15+
"@tanstack/solid-query": "^6.0.0-beta.5",
16+
"@tanstack/solid-query-devtools": "^6.0.0-beta.5",
1717
"@solidjs/web": "2.0.0-beta.15",
1818
"solid-js": "2.0.0-beta.15",
1919
"vinxi": "^0.5.3"

packages/solid-query-devtools/CHANGELOG.md

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

3+
## 6.0.0-beta.5
4+
5+
### Patch Changes
6+
7+
- [#10616](https://github.com/TanStack/query/pull/10616) [`18d1948`](https://github.com/TanStack/query/commit/18d1948c98f3edd0ee0bf158bedabc285a5d3ce3) - chore: upgrade to solid v2 beta 15
8+
9+
- Updated dependencies [[`18d1948`](https://github.com/TanStack/query/commit/18d1948c98f3edd0ee0bf158bedabc285a5d3ce3)]:
10+
- @tanstack/solid-query@6.0.0-beta.5
11+
312
## 6.0.0-beta.4
413

514
### Patch Changes

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": "6.0.0-beta.4",
3+
"version": "6.0.0-beta.5",
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)