Skip to content

Commit c639b10

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

File tree

14 files changed

+48
-24
lines changed

14 files changed

+48
-24
lines changed

.changeset/khaki-cougars-give.md

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

.changeset/local-only-collection.md

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

.changeset/open-foxes-say.md

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

examples/react/todo/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# examples/react/todo
22

3+
## 0.0.21
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0912a7c`](https://github.com/TanStack/db/commit/0912a7c165325e6981f0b702c169004e08d57f75)]:
8+
- @tanstack/db-collections@0.0.19
9+
- @tanstack/react-db@0.0.15
10+
311
## 0.0.20
412

513
### Patch Changes

examples/react/todo/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.0.20",
4+
"version": "0.0.21",
55
"dependencies": {
6-
"@tanstack/db-collections": "^0.0.18",
6+
"@tanstack/db-collections": "^0.0.19",
77
"@tanstack/query-core": "^5.75.7",
8-
"@tanstack/react-db": "^0.0.14",
8+
"@tanstack/react-db": "^0.0.15",
99
"cors": "^2.8.5",
1010
"drizzle-orm": "^0.40.1",
1111
"drizzle-zod": "^0.7.0",

packages/db-collections/CHANGELOG.md

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

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- Add localOnly collection type for in-memory collections with loopback sync. ([#204](https://github.com/TanStack/db/pull/204))
8+
9+
- Updated dependencies [[`f5cf44b`](https://github.com/TanStack/db/commit/f5cf44b1b181afef89a80cf7b8678337a3d4a065), [`f5cf44b`](https://github.com/TanStack/db/commit/f5cf44b1b181afef89a80cf7b8678337a3d4a065)]:
10+
- @tanstack/db@0.0.15
11+
312
## 0.0.18
413

514
### Patch Changes

packages/db-collections/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-collections",
33
"description": "A collection for (aspirationally) every way of loading your data",
4-
"version": "0.0.18",
4+
"version": "0.0.19",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@tanstack/query-core": "^5.75.7",

packages/db/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- add a sequence number to transactions to when sorting we can ensure that those created in the same ms are sorted in the correct order ([#230](https://github.com/TanStack/db/pull/230))
8+
9+
- Ensure that all transactions are given an id, fixes a potential bug with direct mutations ([#230](https://github.com/TanStack/db/pull/230))
10+
311
## 0.0.14
412

513
### 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.0.14",
4+
"version": "0.0.15",
55
"dependencies": {
66
"@electric-sql/d2mini": "^0.1.4",
77
"@standard-schema/spec": "^1.0.0"

packages/react-db/CHANGELOG.md

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

3+
## 0.0.15
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f5cf44b`](https://github.com/TanStack/db/commit/f5cf44b1b181afef89a80cf7b8678337a3d4a065), [`f5cf44b`](https://github.com/TanStack/db/commit/f5cf44b1b181afef89a80cf7b8678337a3d4a065)]:
8+
- @tanstack/db@0.0.15
9+
310
## 0.0.14
411

512
### Patch Changes

0 commit comments

Comments
 (0)