Skip to content

Commit 77830e5

Browse files
ci: Version Packages (#415)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6c1c19c commit 77830e5

25 files changed

+95
-50
lines changed

.changeset/clever-ducks-strive.md

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

.changeset/common-clubs-add.md

Lines changed: 0 additions & 6 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tanstack/db-ivm
22

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Optimize order by to lazily load ordered data if a range index is available on the field that is being ordered on. ([#410](https://github.com/TanStack/db/pull/410))
8+
9+
- Optimize joins to use index on the join key when available. ([#335](https://github.com/TanStack/db/pull/335))
10+
311
## 0.1.1
412

513
### 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: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
- Optimize order by to lazily load ordered data if a range index is available on the field that is being ordered on. ([#410](https://github.com/TanStack/db/pull/410))
10+
11+
- 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))
12+
13+
- 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))
14+
15+
- Optimize joins to use index on the join key when available. ([#335](https://github.com/TanStack/db/pull/335))
16+
17+
- Updated dependencies [[`6c1c19c`](https://github.com/TanStack/db/commit/6c1c19cedbc1d9d98396948e8e43fa0515bb8919), [`68538b4`](https://github.com/TanStack/db/commit/68538b4c446abeb992e24964f811c8900749f141)]:
18+
- @tanstack/db-ivm@0.1.2
19+
320
## 0.1.3
421

522
### Patch Changes

0 commit comments

Comments
 (0)