From 47efbc57b942ebe4561236f204d7bad193e50a21 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:37:11 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/query-db-collection-gctime-forward.md | 5 ----- 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 | 6 ++++++ packages/query-db-collection/package.json | 2 +- pnpm-lock.yaml | 12 ++++++------ 10 files changed, 19 insertions(+), 18 deletions(-) delete mode 100644 .changeset/query-db-collection-gctime-forward.md diff --git a/.changeset/query-db-collection-gctime-forward.md b/.changeset/query-db-collection-gctime-forward.md deleted file mode 100644 index ba23d8bc77..0000000000 --- a/.changeset/query-db-collection-gctime-forward.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/query-db-collection': patch ---- - -Forward `gcTime` from `queryCollectionOptions` to the underlying TanStack Query observer. The `gcTime` option was previously documented in the config shape but silently dropped before reaching the observer, leaving consumers stuck on the `queryClient` default. Closes #1546. diff --git a/examples/electron/offline-first/package.json b/examples/electron/offline-first/package.json index 3b28152c61..b15ad88932 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.12", "@tanstack/node-db-sqlite-persistence": "^0.2.0", "@tanstack/offline-transactions": "^1.0.33", - "@tanstack/query-db-collection": "^1.0.39", + "@tanstack/query-db-collection": "^1.0.40", "@tanstack/react-db": "^0.1.86", "@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 5d322e3340..6274e7353c 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.8", "@tanstack/offline-transactions": "^1.0.33", - "@tanstack/query-db-collection": "^1.0.39", + "@tanstack/query-db-collection": "^1.0.40", "@tanstack/react-db": "^0.1.86", "@tanstack/react-native-db-sqlite-persistence": "^0.2.0", "@tanstack/react-query": "^5.90.20", diff --git a/examples/react/offline-transactions/package.json b/examples/react/offline-transactions/package.json index fd05ddf25c..05ce1caea1 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.0", "@tanstack/db": "^0.6.8", "@tanstack/offline-transactions": "^1.0.33", - "@tanstack/query-db-collection": "^1.0.39", + "@tanstack/query-db-collection": "^1.0.40", "@tanstack/react-db": "^0.1.86", "@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 2291cc70fc..1f0178c52e 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.0.39", + "@tanstack/query-db-collection": "^1.0.40", "@tanstack/react-db": "^0.1.86", "@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 c1e1f91697..a656ae38ed 100644 --- a/examples/react/todo/package.json +++ b/examples/react/todo/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tanstack/electric-db-collection": "^0.3.6", "@tanstack/query-core": "^5.90.20", - "@tanstack/query-db-collection": "^1.0.39", + "@tanstack/query-db-collection": "^1.0.40", "@tanstack/react-db": "^0.1.86", "@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 75d0791efe..215c98e075 100644 --- a/examples/solid/todo/package.json +++ b/examples/solid/todo/package.json @@ -5,7 +5,7 @@ "dependencies": { "@tanstack/electric-db-collection": "^0.3.6", "@tanstack/query-core": "^5.90.20", - "@tanstack/query-db-collection": "^1.0.39", + "@tanstack/query-db-collection": "^1.0.40", "@tanstack/solid-db": "^0.2.22", "@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 587e80580e..c64cc6fe15 100644 --- a/packages/query-db-collection/CHANGELOG.md +++ b/packages/query-db-collection/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/query-db-collection +## 1.0.40 + +### Patch Changes + +- Forward `gcTime` from `queryCollectionOptions` to the underlying TanStack Query observer. The `gcTime` option was previously documented in the config shape but silently dropped before reaching the observer, leaving consumers stuck on the `queryClient` default. Closes #1546. ([#1568](https://github.com/TanStack/db/pull/1568)) + ## 1.0.39 ### Patch Changes diff --git a/packages/query-db-collection/package.json b/packages/query-db-collection/package.json index 7410d04bd1..f3599c7a5e 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.0.39", + "version": "1.0.40", "description": "TanStack Query collection for TanStack DB", "author": "Kyle Mathews", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 64802e6361..ad174b46b5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -218,7 +218,7 @@ importers: specifier: ^1.0.33 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.0.39 + specifier: ^1.0.40 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.86 @@ -306,7 +306,7 @@ importers: specifier: ^1.0.33 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.0.39 + specifier: ^1.0.40 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.86 @@ -491,7 +491,7 @@ importers: specifier: ^1.0.33 version: link:../../../packages/offline-transactions '@tanstack/query-db-collection': - specifier: ^1.0.39 + specifier: ^1.0.40 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.86 @@ -592,7 +592,7 @@ importers: specifier: ^5.90.20 version: 5.90.20 '@tanstack/query-db-collection': - specifier: ^1.0.39 + specifier: ^1.0.40 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.86 @@ -731,7 +731,7 @@ importers: specifier: ^5.90.20 version: 5.90.20 '@tanstack/query-db-collection': - specifier: ^1.0.39 + specifier: ^1.0.40 version: link:../../../packages/query-db-collection '@tanstack/react-db': specifier: ^0.1.86 @@ -852,7 +852,7 @@ importers: specifier: ^5.90.20 version: 5.90.20 '@tanstack/query-db-collection': - specifier: ^1.0.39 + specifier: ^1.0.40 version: link:../../../packages/query-db-collection '@tanstack/solid-db': specifier: ^0.2.22