Skip to content

Commit 863431e

Browse files
ci: Version Packages
1 parent 51954d8 commit 863431e

File tree

24 files changed

+83
-40
lines changed

24 files changed

+83
-40
lines changed

.changeset/curly-doors-deny.md

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

.changeset/five-singers-mate.md

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

.changeset/long-ducks-arrive.md

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

.changeset/modern-trees-mate.md

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

.changeset/seven-eggs-beam.md

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

.changeset/tame-times-create.md

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

packages/db-ivm/CHANGELOG.md

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

3+
## 0.1.3
4+
5+
### Patch Changes
6+
7+
- fix count aggregate function (evaluate only not null field values like SQL count) ([#453](https://github.com/TanStack/db/pull/453))
8+
9+
- Hybrid index implementation to track values and their multiplicities ([#489](https://github.com/TanStack/db/pull/489))
10+
11+
- Replace JSON.stringify based hash function by structural hashing function. ([#491](https://github.com/TanStack/db/pull/491))
12+
313
## 0.1.2
414

515
### 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.2",
4+
"version": "0.1.3",
55
"dependencies": {
66
"fractional-indexing": "^3.2.0",
77
"sorted-btree": "^1.8.1"

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.13
4+
5+
### Patch Changes
6+
7+
- fix count aggregate function (evaluate only not null field values like SQL count) ([#453](https://github.com/TanStack/db/pull/453))
8+
9+
- fix a bug where distinct was not applied to queries using a join ([#510](https://github.com/TanStack/db/pull/510))
10+
11+
- Fix bug where too much data would be loaded when the lazy collection of a join contains an offset and/or limit clause. ([#508](https://github.com/TanStack/db/pull/508))
12+
13+
- fix a bug that prevented chaining joins (joining collectionB to collectionA, then collectionC to collectionB) within one query without using a subquery ([#511](https://github.com/TanStack/db/pull/511))
14+
15+
- Updated dependencies [[`08303e6`](https://github.com/TanStack/db/commit/08303e645974db97e10b2aca0031abcbce027dd6), [`0f6fb37`](https://github.com/TanStack/db/commit/0f6fb373d56177282552be5fb61e5bb32aeb09bb), [`0be4e2c`](https://github.com/TanStack/db/commit/0be4e2cf2b57a5e204f43c04457ddacc3532bd08)]:
16+
- @tanstack/db-ivm@0.1.3
17+
318
## 0.1.12
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.12",
4+
"version": "0.1.13",
55
"dependencies": {
66
"@standard-schema/spec": "^1.0.0",
77
"@tanstack/db-ivm": "workspace:*"

0 commit comments

Comments
 (0)