Skip to content

Commit 4785a83

Browse files
ci: Version Packages
1 parent 683759c commit 4785a83

File tree

19 files changed

+67
-23
lines changed

19 files changed

+67
-23
lines changed

.changeset/fast-poets-read.md

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

.changeset/ready-poems-fail.md

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

.changeset/ready-wasps-search.md

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

packages/db/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- Ensure that a new d2 graph is used for live queries that are cleaned up by the gc process. Fixes the "Graph already finalized" error. ([#419](https://github.com/TanStack/db/pull/419))
8+
39
## 0.1.4
410

511
### 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.4",
4+
"version": "0.1.5",
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.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9a5a20c`](https://github.com/TanStack/db/commit/9a5a20c21fbf8286ab90e1db6d6f3315f8344a4e)]:
8+
- @tanstack/db@0.1.5
9+
310
## 0.1.4
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.4",
4+
"version": "0.1.5",
55
"dependencies": {
66
"@electric-sql/client": "1.0.0",
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.4
4+
5+
### Patch Changes
6+
7+
- Add type inference of the collection type from the query collection config `queryFn` return type ([#403](https://github.com/TanStack/db/pull/403))
8+
9+
- Updated dependencies [[`9a5a20c`](https://github.com/TanStack/db/commit/9a5a20c21fbf8286ab90e1db6d6f3315f8344a4e)]:
10+
- @tanstack/db@0.1.5
11+
312
## 0.2.3
413

514
### Patch Changes

packages/query-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/query-db-collection",
33
"description": "TanStack Query collection for TanStack DB",
4-
"version": "0.2.3",
4+
"version": "0.2.4",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@standard-schema/spec": "^1.0.0"

packages/react-db/CHANGELOG.md

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

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- ensure that useLiveQuery returns a stable ref when there are no changes ([#388](https://github.com/TanStack/db/pull/388))
8+
9+
- Updated dependencies [[`9a5a20c`](https://github.com/TanStack/db/commit/9a5a20c21fbf8286ab90e1db6d6f3315f8344a4e)]:
10+
- @tanstack/db@0.1.5
11+
312
## 0.1.4
413

514
### Patch Changes

0 commit comments

Comments
 (0)