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
5 changes: 0 additions & 5 deletions .changeset/tender-cameras-brush.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/angular/basic-persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"@angular/core": "^20.0.0",
"@angular/platform-browser": "^20.0.0",
"@tanstack/angular-query-experimental": "^5.90.2",
"@tanstack/angular-query-persist-client": "^5.62.8",
"@tanstack/query-async-storage-persister": "^5.90.3",
"@tanstack/angular-query-persist-client": "^5.62.9",
"@tanstack/query-async-storage-persister": "^5.90.4",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"test:eslint": "eslint ./src"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.90.3",
"@tanstack/query-async-storage-persister": "^5.90.4",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-query-persist-client": "^5.90.3",
"@tanstack/react-query-persist-client": "^5.90.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/eslint-legacy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
"test:eslint": "ESLINT_USE_FLAT_CONFIG=false eslint ./src/**/*.tsx"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.90.3",
"@tanstack/query-async-storage-persister": "^5.90.4",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-query-persist-client": "^5.90.3",
"@tanstack/react-query-persist-client": "^5.90.4",
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/react/offline/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.90.3",
"@tanstack/query-async-storage-persister": "^5.90.4",
"@tanstack/react-location": "^3.7.4",
"@tanstack/react-query": "^5.90.2",
"@tanstack/react-query-devtools": "^5.90.2",
"@tanstack/react-query-persist-client": "^5.90.3",
"@tanstack/react-query-persist-client": "^5.90.4",
"msw": "^2.6.6",
"react": "^19.0.0",
"react-dom": "^19.0.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/query-async-storage-persister": "^5.90.3",
"@tanstack/query-async-storage-persister": "^5.90.4",
"@tanstack/svelte-query": "^6.0.0",
"@tanstack/svelte-query-devtools": "^6.0.0",
"@tanstack/svelte-query-persist-client": "^6.0.1"
"@tanstack/svelte-query-persist-client": "^6.0.2"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^6.1.0",
Expand Down
4 changes: 2 additions & 2 deletions examples/vue/persister/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
},
"dependencies": {
"@tanstack/query-core": "^5.90.2",
"@tanstack/query-persist-client-core": "^5.91.0",
"@tanstack/query-sync-storage-persister": "^5.90.3",
"@tanstack/query-persist-client-core": "^5.91.1",
"@tanstack/query-sync-storage-persister": "^5.90.4",
"@tanstack/vue-query": "^5.90.2",
"idb-keyval": "^6.2.1",
"vue": "^3.4.27"
Expand Down
7 changes: 7 additions & 0 deletions packages/angular-query-persist-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/angular-query-persist-client

## 5.62.9

### Patch Changes

- Updated dependencies [[`846d53d`](https://github.com/TanStack/query/commit/846d53d98992d50606c40634efa43dea9965b787)]:
- @tanstack/query-persist-client-core@5.91.1

## 5.62.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-query-persist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/angular-query-persist-client",
"private": true,
"version": "5.62.8",
"version": "5.62.9",
"description": "Angular bindings to work with persisters in TanStack/angular-query",
"author": "Omer Gronich",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/query-async-storage-persister/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/query-async-storage-persister

## 5.90.4

### Patch Changes

- Updated dependencies [[`846d53d`](https://github.com/TanStack/query/commit/846d53d98992d50606c40634efa43dea9965b787)]:
- @tanstack/query-persist-client-core@5.91.1

## 5.90.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query-async-storage-persister/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/query-async-storage-persister",
"version": "5.90.3",
"version": "5.90.4",
"description": "A persister for asynchronous storages, to be used with TanStack/Query",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/query-persist-client-core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/query-persist-client-core

## 5.91.1

### Patch Changes

- allow restoring null values ([#9747](https://github.com/TanStack/query/pull/9747))

## 5.91.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query-persist-client-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/query-persist-client-core",
"version": "5.91.0",
"version": "5.91.1",
"description": "Set of utilities for interacting with persisters, which can save your queryClient for later use",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/query-sync-storage-persister/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/query-sync-storage-persister

## 5.90.4

### Patch Changes

- Updated dependencies [[`846d53d`](https://github.com/TanStack/query/commit/846d53d98992d50606c40634efa43dea9965b787)]:
- @tanstack/query-persist-client-core@5.91.1

## 5.90.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/query-sync-storage-persister/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/query-sync-storage-persister",
"version": "5.90.3",
"version": "5.90.4",
"description": "A persister for synchronous storages, to be used with TanStack/Query",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
8 changes: 8 additions & 0 deletions packages/react-query-persist-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @tanstack/react-query-persist-client

## 5.90.4

### Patch Changes

- Updated dependencies [[`846d53d`](https://github.com/TanStack/query/commit/846d53d98992d50606c40634efa43dea9965b787)]:
- @tanstack/query-persist-client-core@5.91.1
- @tanstack/react-query@5.90.2

## 5.90.3

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

## 5.90.5

### Patch Changes

- Updated dependencies [[`846d53d`](https://github.com/TanStack/query/commit/846d53d98992d50606c40634efa43dea9965b787)]:
- @tanstack/query-persist-client-core@5.91.1

## 5.90.4

### Patch 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": "5.90.4",
"version": "5.90.5",
"description": "Solid.js bindings to work with persisters in TanStack/solid-query",
"author": "tannerlinsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/svelte-query-persist-client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/svelte-query-persist-client

## 6.0.2

### Patch Changes

- Updated dependencies [[`846d53d`](https://github.com/TanStack/query/commit/846d53d98992d50606c40634efa43dea9965b787)]:
- @tanstack/query-persist-client-core@5.91.1

## 6.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte-query-persist-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/svelte-query-persist-client",
"version": "6.0.1",
"version": "6.0.2",
"description": "Svelte bindings to work with persisters in TanStack/svelte-query",
"author": "Lachlan Collins",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion pnpm-lock.yaml

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