Skip to content

Commit 70dbb06

Browse files
ci: Version Packages (#312)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e04bd12 commit 70dbb06

File tree

18 files changed

+92
-30
lines changed

18 files changed

+92
-30
lines changed

.changeset/ninety-parts-check.md

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

examples/react/todo/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# examples/react/todo
22

3+
## 0.0.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e04bd12`](https://github.com/TanStack/db/commit/e04bd1252f612d4638104368d17cb644cc85295b)]:
8+
- @tanstack/query-db-collection@0.0.14
9+
- @tanstack/electric-db-collection@0.0.14
10+
- @tanstack/react-db@0.0.32
11+
- @tanstack/trailbase-db-collection@0.0.8
12+
313
## 0.0.37
414

515
### Patch Changes

examples/react/todo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.0.37",
4+
"version": "0.0.38",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.0.13",
6+
"@tanstack/electric-db-collection": "^0.0.14",
77
"@tanstack/query-core": "^5.75.7",
8-
"@tanstack/query-db-collection": "^0.0.13",
9-
"@tanstack/react-db": "^0.0.31",
8+
"@tanstack/query-db-collection": "^0.0.14",
9+
"@tanstack/react-db": "^0.0.32",
1010
"@tanstack/react-router": "^1.125.6",
1111
"@tanstack/react-start": "^1.126.1",
12-
"@tanstack/trailbase-db-collection": "^0.0.7",
12+
"@tanstack/trailbase-db-collection": "^0.0.8",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.40.1",
1515
"drizzle-zod": "^0.7.0",

packages/db/CHANGELOG.md

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

3+
## 0.0.32
4+
5+
### Patch Changes
6+
7+
- Fix LiveQueryCollection hanging when source collections have no data ([#309](https://github.com/TanStack/db/pull/309))
8+
9+
Fixed an issue where `LiveQueryCollection.preload()` would hang indefinitely when source collections call `markReady()` without data changes (e.g., when queryFn returns empty array).
10+
11+
The fix implements a proper event-based solution:
12+
13+
- Collections now emit empty change events when becoming ready with no data
14+
- WHERE clause filtered subscriptions now correctly pass through empty ready signals
15+
- Both regular and WHERE clause optimized LiveQueryCollections now work correctly with empty source collections
16+
317
## 0.0.31
418

519
### Patch Changes

packages/db/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/db",
33
"description": "A reactive client store for building super fast apps on sync",
4-
"version": "0.0.31",
4+
"version": "0.0.32",
55
"dependencies": {
66
"@electric-sql/d2mini": "^0.1.7",
77
"@standard-schema/spec": "^1.0.0"

packages/electric-db-collection/CHANGELOG.md

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

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e04bd12`](https://github.com/TanStack/db/commit/e04bd1252f612d4638104368d17cb644cc85295b)]:
8+
- @tanstack/db@0.0.32
9+
310
## 0.0.13
411

512
### Patch Changes

packages/electric-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/electric-db-collection",
33
"description": "Electric SQL collection for TanStack DB",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"dependencies": {
66
"@electric-sql/client": "1.0.0",
77
"@standard-schema/spec": "^1.0.0",

packages/query-db-collection/CHANGELOG.md

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

3+
## 0.0.14
4+
5+
### Patch Changes
6+
7+
- Fix LiveQueryCollection hanging when source collections have no data ([#309](https://github.com/TanStack/db/pull/309))
8+
9+
Fixed an issue where `LiveQueryCollection.preload()` would hang indefinitely when source collections call `markReady()` without data changes (e.g., when queryFn returns empty array).
10+
11+
The fix implements a proper event-based solution:
12+
13+
- Collections now emit empty change events when becoming ready with no data
14+
- WHERE clause filtered subscriptions now correctly pass through empty ready signals
15+
- Both regular and WHERE clause optimized LiveQueryCollections now work correctly with empty source collections
16+
17+
- Updated dependencies [[`e04bd12`](https://github.com/TanStack/db/commit/e04bd1252f612d4638104368d17cb644cc85295b)]:
18+
- @tanstack/db@0.0.32
19+
320
## 0.0.13
421

522
### Patch Changes

packages/query-db-collection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/query-db-collection",
33
"description": "TanStack Query collection for TanStack DB",
4-
"version": "0.0.13",
4+
"version": "0.0.14",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@tanstack/query-core": "^5.75.7"

packages/react-db/CHANGELOG.md

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

3+
## 0.0.32
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`e04bd12`](https://github.com/TanStack/db/commit/e04bd1252f612d4638104368d17cb644cc85295b)]:
8+
- @tanstack/db@0.0.32
9+
310
## 0.0.31
411

512
### Patch Changes

0 commit comments

Comments
 (0)