Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"@tanstack/vue-query": "5.92.12",
"@tanstack/vue-query-devtools": "6.1.5"
},
"changesets": ["whole-coins-count"]
"changesets": ["slimy-mice-relate", "whole-coins-count"]
}
4 changes: 2 additions & 2 deletions examples/solid/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"@astrojs/solid-js": "^5.0.7",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^8.1.3",
"@tanstack/solid-query": "^6.0.0-alpha.0",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.0",
"@tanstack/solid-query": "^6.0.0-alpha.1",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
"astro": "^5.5.6",
"@solidjs/web": "2.0.0-beta.4",
"solid-js": "2.0.0-beta.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic-graphql-request/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-alpha.0",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.0",
"@tanstack/solid-query": "^6.0.0-alpha.1",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
"graphql": "^16.9.0",
"graphql-request": "^7.1.2",
"@solidjs/web": "2.0.0-beta.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-alpha.0",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.0",
"@tanstack/solid-query": "^6.0.0-alpha.1",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
"@solidjs/web": "2.0.0-beta.4",
"solid-js": "2.0.0-beta.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/default-query-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-alpha.0",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.0",
"@tanstack/solid-query": "^6.0.0-alpha.1",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
"@solidjs/web": "2.0.0-beta.4",
"solid-js": "2.0.0-beta.4"
},
Expand Down
6 changes: 3 additions & 3 deletions examples/solid/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.90.27",
"@tanstack/solid-query": "^6.0.0-alpha.0",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.0",
"@tanstack/solid-query-persist-client": "^6.0.0-alpha.0",
"@tanstack/solid-query": "^6.0.0-alpha.1",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
"@tanstack/solid-query-persist-client": "^6.0.0-alpha.1",
"msw": "^2.6.6",
"@solidjs/web": "2.0.0-beta.4",
"solid-js": "2.0.0-beta.4"
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-query": "^6.0.0-alpha.0",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.0",
"@tanstack/solid-query": "^6.0.0-alpha.1",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
"@solidjs/web": "2.0.0-beta.4",
"solid-js": "2.0.0-beta.4"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/solid-start-streaming/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@solidjs/meta": "^0.29.4",
"@solidjs/router": "^0.15.3",
"@solidjs/start": "^1.1.3",
"@tanstack/solid-query": "^6.0.0-alpha.0",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.0",
"@tanstack/solid-query": "^6.0.0-alpha.1",
"@tanstack/solid-query-devtools": "^6.0.0-alpha.1",
"@solidjs/web": "2.0.0-beta.4",
"solid-js": "2.0.0-beta.4",
"vinxi": "^0.5.3"
Expand Down
9 changes: 9 additions & 0 deletions packages/solid-query-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/solid-query-devtools

## 6.0.0-alpha.1

### Patch Changes

- chore: bumps solid v2 to beta.4 ([#10307](https://github.com/TanStack/query/pull/10307))

- Updated dependencies [[`a314457`](https://github.com/TanStack/query/commit/a3144571305c4accc779179011067667b6688925)]:
- @tanstack/solid-query@6.0.0-alpha.1

## 6.0.0-alpha.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query-devtools",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "Developer tools to interact with and visualize the TanStack/solid-query Query cache",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
9 changes: 9 additions & 0 deletions packages/solid-query-persist-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @tanstack/solid-query-persist-client

## 6.0.0-alpha.1

### Patch Changes

- chore: bumps solid v2 to beta.4 ([#10307](https://github.com/TanStack/query/pull/10307))

- Updated dependencies [[`a314457`](https://github.com/TanStack/query/commit/a3144571305c4accc779179011067667b6688925)]:
- @tanstack/solid-query@6.0.0-alpha.1

## 6.0.0-alpha.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query-persist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query-persist-client",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "Solid.js bindings to work with persisters in TanStack/solid-query",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/solid-query/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/solid-query

## 6.0.0-alpha.1

### Patch Changes

- chore: bumps solid v2 to beta.4 ([#10307](https://github.com/TanStack/query/pull/10307))

## 6.0.0-alpha.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-query/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-query",
"version": "6.0.0-alpha.0",
"version": "6.0.0-alpha.1",
"description": "Primitives for managing, caching and syncing asynchronous and remote data in Solid",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
30 changes: 15 additions & 15 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.