Skip to content

Commit cd38ff7

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

File tree

23 files changed

+85
-26
lines changed

23 files changed

+85
-26
lines changed

.changeset/afraid-coats-type.md

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

.changeset/clear-days-raise.md

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

.changeset/lucky-years-wish.md

Lines changed: 0 additions & 5 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.6
4+
5+
### Patch Changes
6+
7+
- optimise key loading into query graph ([#526](https://github.com/TanStack/db/pull/526))
8+
39
## 0.1.5
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.5",
4+
"version": "0.1.6",
55
"dependencies": {
66
"fractional-indexing": "^3.2.0",
77
"sorted-btree": "^1.8.1"

packages/db/CHANGELOG.md

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

3+
## 0.2.4
4+
5+
### Patch Changes
6+
7+
- optimise key loading into query graph ([#526](https://github.com/TanStack/db/pull/526))
8+
9+
- Fix a bug where selecting a prop that used a built in object such as a Date would result in incorrect types in the result object. ([#524](https://github.com/TanStack/db/pull/524))
10+
11+
- Updated dependencies [[`92febbf`](https://github.com/TanStack/db/commit/92febbf1feaa1d46f8cc4d7a4ea0d44cd5f85256)]:
12+
- @tanstack/db-ivm@0.1.6
13+
314
## 0.2.3
415

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

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.1.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`92febbf`](https://github.com/TanStack/db/commit/92febbf1feaa1d46f8cc4d7a4ea0d44cd5f85256), [`b487430`](https://github.com/TanStack/db/commit/b4874308813f95232f3361de539cec104ed55170)]:
8+
- @tanstack/db@0.2.4
9+
310
## 0.1.18
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": "ElectricSQL collection for TanStack DB",
4-
"version": "0.1.18",
4+
"version": "0.1.19",
55
"dependencies": {
66
"@electric-sql/client": "1.0.9",
77
"@standard-schema/spec": "^1.0.0",

packages/query-db-collection/CHANGELOG.md

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

3+
## 0.2.16
4+
5+
### Patch Changes
6+
7+
- Add error tracking and retry methods to query collection utils. ([#441](https://github.com/TanStack/db/pull/441))
8+
9+
- Updated dependencies [[`92febbf`](https://github.com/TanStack/db/commit/92febbf1feaa1d46f8cc4d7a4ea0d44cd5f85256), [`b487430`](https://github.com/TanStack/db/commit/b4874308813f95232f3361de539cec104ed55170)]:
10+
- @tanstack/db@0.2.4
11+
312
## 0.2.15
413

514
### Patch Changes

0 commit comments

Comments
 (0)