Skip to content

Commit 42f0255

Browse files
ci: Version Packages
1 parent 9204d76 commit 42f0255

9 files changed

Lines changed: 17 additions & 16 deletions

File tree

.changeset/lovely-carpets-feel.md

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

examples/react-native/offline-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@react-native-async-storage/async-storage": "2.1.2",
1616
"@react-native-community/netinfo": "11.4.1",
1717
"@tanstack/offline-transactions": "^1.0.11",
18-
"@tanstack/query-db-collection": "^1.0.18",
18+
"@tanstack/query-db-collection": "^1.0.19",
1919
"@tanstack/react-db": "^0.1.65",
2020
"@tanstack/react-query": "^5.90.16",
2121
"expo": "~53.0.0",

examples/react/offline-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@tanstack/offline-transactions": "^1.0.11",
13-
"@tanstack/query-db-collection": "^1.0.18",
13+
"@tanstack/query-db-collection": "^1.0.19",
1414
"@tanstack/react-db": "^0.1.65",
1515
"@tanstack/react-query": "^5.90.16",
1616
"@tanstack/react-router": "^1.144.0",

examples/react/projects/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"dependencies": {
1818
"@tailwindcss/vite": "^4.1.18",
1919
"@tanstack/query-core": "^5.90.16",
20-
"@tanstack/query-db-collection": "^1.0.18",
20+
"@tanstack/query-db-collection": "^1.0.19",
2121
"@tanstack/react-db": "^0.1.65",
2222
"@tanstack/react-router": "^1.144.0",
2323
"@tanstack/react-router-devtools": "^1.144.0",

examples/react/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/electric-db-collection": "^0.2.26",
77
"@tanstack/query-core": "^5.90.16",
8-
"@tanstack/query-db-collection": "^1.0.18",
8+
"@tanstack/query-db-collection": "^1.0.19",
99
"@tanstack/react-db": "^0.1.65",
1010
"@tanstack/react-router": "^1.144.0",
1111
"@tanstack/react-start": "^1.145.5",

examples/solid/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"dependencies": {
66
"@tanstack/electric-db-collection": "^0.2.26",
77
"@tanstack/query-core": "^5.90.16",
8-
"@tanstack/query-db-collection": "^1.0.18",
8+
"@tanstack/query-db-collection": "^1.0.19",
99
"@tanstack/solid-db": "^0.2.1",
1010
"@tanstack/solid-router": "^1.144.0",
1111
"@tanstack/solid-start": "^1.145.5",

packages/query-db-collection/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/query-db-collection
22

3+
## 1.0.19
4+
5+
### Patch Changes
6+
7+
- Fix updating all active query caches on directWrite for on-demand collections.Previously directWrite operations (e.g. writeUpdate/writeInsert) only updated the cache at the base query key for on-demand collections, leading to stale data when components remounted. This change ensures all active query cache keys are updated so data persists correctly. ([#1155](https://github.com/TanStack/db/pull/1155))
8+
39
## 1.0.18
410

511
### Patch Changes

packages/query-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/query-db-collection",
3-
"version": "1.0.18",
3+
"version": "1.0.19",
44
"description": "TanStack Query collection for TanStack DB",
55
"author": "Kyle Mathews",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)