Skip to content

Commit 410cc09

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

13 files changed

Lines changed: 46 additions & 19 deletions

File tree

.changeset/fifty-wolves-press.md

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

.changeset/major-candles-dance.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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1c9e867`](https://github.com/TanStack/db/commit/1c9e8676405b71a45831456c7119420975ae1456)]:
8+
- @tanstack/db-collections@0.0.21
9+
- @tanstack/react-db@0.0.17
10+
311
## 0.0.22
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.22",
4+
"version": "0.0.23",
55
"dependencies": {
6-
"@tanstack/db-collections": "^0.0.20",
6+
"@tanstack/db-collections": "^0.0.21",
77
"@tanstack/query-core": "^5.75.7",
8-
"@tanstack/react-db": "^0.0.16",
8+
"@tanstack/react-db": "^0.0.17",
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.21
4+
5+
### Patch Changes
6+
7+
- Fix bug where Electric collection didn't go to 'ready' on empty shape ([#236](https://github.com/TanStack/db/pull/236))
8+
9+
- Updated dependencies [[`7e63d76`](https://github.com/TanStack/db/commit/7e63d7671f9df9f9fc81240c3818789d4ed0d464)]:
10+
- @tanstack/db@0.0.17
11+
312
## 0.0.20
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.20",
4+
"version": "0.0.21",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@tanstack/query-core": "^5.75.7",

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.0.17
4+
5+
### Patch Changes
6+
7+
- Upgrade d2mini to 0.1.6 ([#239](https://github.com/TanStack/db/pull/239))
8+
39
## 0.0.16
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.0.16",
4+
"version": "0.0.17",
55
"dependencies": {
66
"@electric-sql/d2mini": "^0.1.6",
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.17
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`7e63d76`](https://github.com/TanStack/db/commit/7e63d7671f9df9f9fc81240c3818789d4ed0d464)]:
8+
- @tanstack/db@0.0.17
9+
310
## 0.0.16
411

512
### Patch Changes

packages/react-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/react-db",
33
"description": "React integration for @tanstack/db",
4-
"version": "0.0.16",
4+
"version": "0.0.17",
55
"author": "Kyle Mathews",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)