Skip to content

Commit 214ba2a

Browse files
ci: Version Packages
1 parent be66629 commit 214ba2a

24 files changed

+91
-44
lines changed

.changeset/clever-ducks-strive.md

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

.changeset/db-sync-methods.md

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

.changeset/electric-must-refetch.md

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

.changeset/fast-crabs-change.md

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

.changeset/petite-cameras-pump.md

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

.changeset/sour-emus-count.md

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

packages/db-ivm/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Optimize joins to use index on the join key when available. ([#335](https://github.com/TanStack/db/pull/335))
8+
39
## 0.1.1
410

511
### Patch Changes

packages/db-ivm/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-ivm",
33
"description": "Incremental View Maintenance for TanStack DB based on Differential Dataflow",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"dependencies": {
66
"fractional-indexing": "^3.2.0",
77
"murmurhash-js": "^1.0.0",

packages/db/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Ensure that the ready status is correctly returned from a live query ([#390](https://github.com/TanStack/db/pull/390))
8+
9+
- Add a new truncate method to the sync handler to enable a collections state to be reset from a sync transaction. ([#412](https://github.com/TanStack/db/pull/412))
10+
11+
- Ensure LiveQueryCollections are properly transitioning to ready state when source collections are preloaded after creation of the live query collection ([#395](https://github.com/TanStack/db/pull/395))
12+
13+
- Optimize joins to use index on the join key when available. ([#335](https://github.com/TanStack/db/pull/335))
14+
15+
- Updated dependencies [[`68538b4`](https://github.com/TanStack/db/commit/68538b4c446abeb992e24964f811c8900749f141)]:
16+
- @tanstack/db-ivm@0.1.2
17+
318
## 0.1.3
419

520
### 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.1.3",
4+
"version": "0.1.4",
55
"dependencies": {
66
"@standard-schema/spec": "^1.0.0",
77
"@tanstack/db-ivm": "workspace:*"

0 commit comments

Comments
 (0)