Skip to content

Commit 4551a93

Browse files
ci: Version Packages (alpha) (#10322)
ci: changeset release (alpha) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 76fa68e commit 4551a93

15 files changed

Lines changed: 58 additions & 34 deletions

File tree

.changeset/pre.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@
2828
"@tanstack/vue-query": "5.92.12",
2929
"@tanstack/vue-query-devtools": "6.1.5"
3030
},
31-
"changesets": ["slimy-mice-relate", "whole-coins-count"]
31+
"changesets": ["legal-signs-call", "slimy-mice-relate", "whole-coins-count"]
3232
}

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-alpha.1",
19-
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
18+
"@tanstack/solid-query": "^6.0.0-alpha.2",
19+
"@tanstack/solid-query-devtools": "^6.0.0-alpha.2",
2020
"astro": "^5.5.6",
2121
"@solidjs/web": "2.0.0-beta.4",
2222
"solid-js": "2.0.0-beta.4",

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

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-alpha.1",
12-
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
11+
"@tanstack/solid-query": "^6.0.0-alpha.2",
12+
"@tanstack/solid-query-devtools": "^6.0.0-alpha.2",
1313
"@solidjs/web": "2.0.0-beta.4",
1414
"solid-js": "2.0.0-beta.4"
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-alpha.1",
12-
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
11+
"@tanstack/solid-query": "^6.0.0-alpha.2",
12+
"@tanstack/solid-query-devtools": "^6.0.0-alpha.2",
1313
"@solidjs/web": "2.0.0-beta.4",
1414
"solid-js": "2.0.0-beta.4"
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.90.27",
12-
"@tanstack/solid-query": "^6.0.0-alpha.1",
13-
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
14-
"@tanstack/solid-query-persist-client": "^6.0.0-alpha.1",
12+
"@tanstack/solid-query": "^6.0.0-alpha.2",
13+
"@tanstack/solid-query-devtools": "^6.0.0-alpha.2",
14+
"@tanstack/solid-query-persist-client": "^6.0.0-alpha.2",
1515
"msw": "^2.6.6",
1616
"@solidjs/web": "2.0.0-beta.4",
1717
"solid-js": "2.0.0-beta.4"

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-alpha.1",
12-
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
11+
"@tanstack/solid-query": "^6.0.0-alpha.2",
12+
"@tanstack/solid-query-devtools": "^6.0.0-alpha.2",
1313
"@solidjs/web": "2.0.0-beta.4",
1414
"solid-js": "2.0.0-beta.4"
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-alpha.1",
16-
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
15+
"@tanstack/solid-query": "^6.0.0-alpha.2",
16+
"@tanstack/solid-query-devtools": "^6.0.0-alpha.2",
1717
"@solidjs/web": "2.0.0-beta.4",
1818
"solid-js": "2.0.0-beta.4",
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-alpha.2
4+
5+
### Patch Changes
6+
7+
- refactor: solid 2 reactivity compliance ([#10316](https://github.com/TanStack/query/pull/10316))
8+
9+
- Updated dependencies [[`76fa68e`](https://github.com/TanStack/query/commit/76fa68efba82d5b8a52b7eef189e785641180409)]:
10+
- @tanstack/solid-query@6.0.0-alpha.2
11+
312
## 6.0.0-alpha.1
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-alpha.1",
3+
"version": "6.0.0-alpha.2",
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)