Skip to content

Commit ce6f622

Browse files
ci: Version Packages
1 parent 6250a92 commit ce6f622

File tree

23 files changed

+89
-39
lines changed

23 files changed

+89
-39
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/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:*"

packages/electric-db-collection/CHANGELOG.md

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

3+
## 0.1.4
4+
5+
### Patch Changes
6+
7+
- Add must-refetch message handling to clear synced data and re-sync collection data from server. ([#412](https://github.com/TanStack/db/pull/412))
8+
9+
- Updated dependencies [[`c90b4d8`](https://github.com/TanStack/db/commit/c90b4d85822f94f7fe72286d5c7ee07b087d0e20), [`69a6d2d`](https://github.com/TanStack/db/commit/69a6d2d94c7a5510568c8b652356c62bd2b3cc76), [`6250a92`](https://github.com/TanStack/db/commit/6250a92c8045ef2fd69c107a94e05179471681d7), [`68538b4`](https://github.com/TanStack/db/commit/68538b4c446abeb992e24964f811c8900749f141)]:
10+
- @tanstack/db@0.1.4
11+
312
## 0.1.3
413

514
### Patch Changes

0 commit comments

Comments
 (0)