From 80f6e5885824fc56540773ea9ea825cacb786402 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 22:15:37 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/clean-query-ownership.md | 5 ----- .changeset/young-cats-initialize.md | 7 ------- examples/electron/offline-first/package.json | 2 +- .../react-native/offline-transactions/package.json | 2 +- examples/react/offline-transactions/package.json | 2 +- examples/react/projects/package.json | 2 +- examples/react/todo/package.json | 2 +- examples/solid/todo/package.json | 2 +- packages/query-db-collection/CHANGELOG.md | 12 ++++++++++++ packages/query-db-collection/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 11 files changed, 25 insertions(+), 25 deletions(-) delete mode 100644 .changeset/clean-query-ownership.md delete mode 100644 .changeset/young-cats-initialize.md diff --git a/.changeset/clean-query-ownership.md b/.changeset/clean-query-ownership.md deleted file mode 100644 index b86854f275..0000000000 --- a/.changeset/clean-query-ownership.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/query-db-collection': patch ---- - -Clean up empty query ownership state while preserving authoritative empty results and retained-row lifecycle behavior. diff --git a/.changeset/young-cats-initialize.md b/.changeset/young-cats-initialize.md deleted file mode 100644 index 483c4fb569..0000000000 --- a/.changeset/young-cats-initialize.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@tanstack/query-db-collection': minor ---- - -Add eager collection support for TanStack Query `initialData` and `initialDataUpdatedAt`, including wrapped response projection and collection-local initialization on shared QueryClient instances. - -QueryClient-default `placeholderData` no longer materializes as collection rows, and QueryClient-default `initialData` no longer seeds on-demand subset observers. diff --git a/examples/electron/offline-first/package.json b/examples/electron/offline-first/package.json index 42131dd1c9..a463d06108 100644 --- a/examples/electron/offline-first/package.json +++ b/examples/electron/offline-first/package.json @@ -16,7 +16,7 @@ "@tanstack/electron-db-sqlite-persistence": "^0.1.20", "@tanstack/node-db-sqlite-persistence": "^0.2.8", "@tanstack/offline-transactions": "^1.0.41", - "@tanstack/query-db-collection": "^1.1.0", + "@tanstack/query-db-collection": "^1.2.0", "@tanstack/react-db": "^0.1.94", "@tanstack/react-query": "^5.90.20", "better-sqlite3": "^12.6.2", diff --git a/examples/react-native/offline-transactions/package.json b/examples/react-native/offline-transactions/package.json index 6289136338..2770f83896 100644 --- a/examples/react-native/offline-transactions/package.json +++ b/examples/react-native/offline-transactions/package.json @@ -17,7 +17,7 @@ "@react-native-community/netinfo": "11.4.1", "@tanstack/db": "^0.6.16", "@tanstack/offline-transactions": "^1.0.41", - "@tanstack/query-db-collection": "^1.1.0", + "@tanstack/query-db-collection": "^1.2.0", "@tanstack/react-db": "^0.1.94", "@tanstack/react-native-db-sqlite-persistence": "^0.2.8", "@tanstack/react-query": "^5.90.20", diff --git a/examples/react/offline-transactions/package.json b/examples/react/offline-transactions/package.json index 31ffdc09f4..e3f3b870a3 100644 --- a/examples/react/offline-transactions/package.json +++ b/examples/react/offline-transactions/package.json @@ -11,7 +11,7 @@ "@tanstack/browser-db-sqlite-persistence": "^0.2.8", "@tanstack/db": "^0.6.16", "@tanstack/offline-transactions": "^1.0.41", - "@tanstack/query-db-collection": "^1.1.0", + "@tanstack/query-db-collection": "^1.2.0", "@tanstack/react-db": "^0.1.94", "@tanstack/react-query": "^5.90.20", "@tanstack/react-router": "^1.159.5", diff --git a/examples/react/projects/package.json b/examples/react/projects/package.json index 2d69ccbb5a..81e4027ae2 100644 --- a/examples/react/projects/package.json +++ b/examples/react/projects/package.json @@ -17,7 +17,7 @@ "dependencies": { "@tailwindcss/vite": "^4.1.18", "@tanstack/query-core": "^5.90.20", - "@tanstack/query-db-collection": "^1.1.0", + "@tanstack/query-db-collection": "^1.2.0", "@tanstack/react-db": "^0.1.94", "@tanstack/react-router": "^1.159.5", "@tanstack/react-router-devtools": "^1.159.5", diff --git a/examples/react/todo/package.json b/examples/react/todo/package.json index 2935606209..f3513ff7d8 100644 --- a/examples/react/todo/package.json +++ b/examples/react/todo/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tanstack/electric-db-collection": "^0.3.14", "@tanstack/query-core": "^5.90.20", - "@tanstack/query-db-collection": "^1.1.0", + "@tanstack/query-db-collection": "^1.2.0", "@tanstack/react-db": "^0.1.94", "@tanstack/react-router": "^1.159.5", "@tanstack/react-start": "^1.159.5", diff --git a/examples/solid/todo/package.json b/examples/solid/todo/package.json index 95e0616db0..159ad5771f 100644 --- a/examples/solid/todo/package.json +++ b/examples/solid/todo/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tanstack/electric-db-collection": "^0.3.14", "@tanstack/query-core": "^5.90.20", - "@tanstack/query-db-collection": "^1.1.0", + "@tanstack/query-db-collection": "^1.2.0", "@tanstack/solid-db": "^0.2.30", "@tanstack/solid-router": "^1.159.5", "@tanstack/solid-start": "^1.159.5", diff --git a/packages/query-db-collection/CHANGELOG.md b/packages/query-db-collection/CHANGELOG.md index d8c2573a0c..d7330eec72 100644 --- a/packages/query-db-collection/CHANGELOG.md +++ b/packages/query-db-collection/CHANGELOG.md @@ -1,5 +1,17 @@ # @tanstack/query-db-collection +## 1.2.0 + +### Minor Changes + +- Add eager collection support for TanStack Query `initialData` and `initialDataUpdatedAt`, including wrapped response projection and collection-local initialization on shared QueryClient instances. ([#1683](https://github.com/TanStack/db/pull/1683)) + + QueryClient-default `placeholderData` no longer materializes as collection rows, and QueryClient-default `initialData` no longer seeds on-demand subset observers. + +### Patch Changes + +- Clean up empty query ownership state while preserving authoritative empty results and retained-row lifecycle behavior. ([#1672](https://github.com/TanStack/db/pull/1672)) + ## 1.1.0 ### Minor Changes diff --git a/packages/query-db-collection/package.json b/packages/query-db-collection/package.json index 349070bb8f..53ed412532 100644 --- a/packages/query-db-collection/package.json +++ b/packages/query-db-collection/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/query-db-collection", - "version": "1.1.0", + "version": "1.2.0", "description": "TanStack Query collection for TanStack DB", "author": "Kyle Mathews", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 27ec7100cd..943c0642ca 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -218,7 +218,7 @@ importers: specifier: ^1.0.41 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.1.0 + specifier: ^1.2.0 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.94 @@ -306,7 +306,7 @@ importers: specifier: ^1.0.41 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.1.0 + specifier: ^1.2.0 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.94 @@ -491,7 +491,7 @@ importers: specifier: ^1.0.41 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.1.0 + specifier: ^1.2.0 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.94 @@ -592,7 +592,7 @@ importers: specifier: ^5.90.20 version: 5.90.20 '@tanstack/query-db-collection': - specifier: ^1.1.0 + specifier: ^1.2.0 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.94 @@ -731,7 +731,7 @@ importers: specifier: ^5.90.20 version: 5.90.20 '@tanstack/query-db-collection': - specifier: ^1.1.0 + specifier: ^1.2.0 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.94 @@ -852,7 +852,7 @@ importers: specifier: ^5.90.20 version: 5.90.20 '@tanstack/query-db-collection': - specifier: ^1.1.0 + specifier: ^1.2.0 version: link:../../../packages/query-db-collection '@tanstack/solid-db': specifier: ^0.2.30