Skip to content

Commit 4d1abde

Browse files
ci: Version Packages (#1577)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ca8aa0d commit 4d1abde

10 files changed

Lines changed: 19 additions & 18 deletions

File tree

.changeset/query-db-collection-gctime-forward.md

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

examples/electron/offline-first/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"@tanstack/electron-db-sqlite-persistence": "^0.1.12",
1717
"@tanstack/node-db-sqlite-persistence": "^0.2.0",
1818
"@tanstack/offline-transactions": "^1.0.33",
19-
"@tanstack/query-db-collection": "^1.0.39",
19+
"@tanstack/query-db-collection": "^1.0.40",
2020
"@tanstack/react-db": "^0.1.86",
2121
"@tanstack/react-query": "^5.90.20",
2222
"better-sqlite3": "^12.6.2",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@react-native-community/netinfo": "11.4.1",
1818
"@tanstack/db": "^0.6.8",
1919
"@tanstack/offline-transactions": "^1.0.33",
20-
"@tanstack/query-db-collection": "^1.0.39",
20+
"@tanstack/query-db-collection": "^1.0.40",
2121
"@tanstack/react-db": "^0.1.86",
2222
"@tanstack/react-native-db-sqlite-persistence": "^0.2.0",
2323
"@tanstack/react-query": "^5.90.20",

examples/react/offline-transactions/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"@tanstack/browser-db-sqlite-persistence": "^0.2.0",
1212
"@tanstack/db": "^0.6.8",
1313
"@tanstack/offline-transactions": "^1.0.33",
14-
"@tanstack/query-db-collection": "^1.0.39",
14+
"@tanstack/query-db-collection": "^1.0.40",
1515
"@tanstack/react-db": "^0.1.86",
1616
"@tanstack/react-query": "^5.90.20",
1717
"@tanstack/react-router": "^1.159.5",

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.20",
20-
"@tanstack/query-db-collection": "^1.0.39",
20+
"@tanstack/query-db-collection": "^1.0.40",
2121
"@tanstack/react-db": "^0.1.86",
2222
"@tanstack/react-router": "^1.159.5",
2323
"@tanstack/react-router-devtools": "^1.159.5",

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.3.6",
77
"@tanstack/query-core": "^5.90.20",
8-
"@tanstack/query-db-collection": "^1.0.39",
8+
"@tanstack/query-db-collection": "^1.0.40",
99
"@tanstack/react-db": "^0.1.86",
1010
"@tanstack/react-router": "^1.159.5",
1111
"@tanstack/react-start": "^1.159.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.3.6",
77
"@tanstack/query-core": "^5.90.20",
8-
"@tanstack/query-db-collection": "^1.0.39",
8+
"@tanstack/query-db-collection": "^1.0.40",
99
"@tanstack/solid-db": "^0.2.22",
1010
"@tanstack/solid-router": "^1.159.5",
1111
"@tanstack/solid-start": "^1.159.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.40
4+
5+
### Patch Changes
6+
7+
- 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))
8+
39
## 1.0.39
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.39",
3+
"version": "1.0.40",
44
"description": "TanStack Query collection for TanStack DB",
55
"author": "Kyle Mathews",
66
"license": "MIT",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)