Skip to content

Commit b2ce3ed

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

File tree

14 files changed

+55
-17
lines changed

14 files changed

+55
-17
lines changed

.changeset/pink-badgers-wink.md

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

examples/react/todo/CHANGELOG.md

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

3+
## 0.0.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/electric-db-collection@0.0.5
9+
- @tanstack/query-db-collection@0.0.5
10+
- @tanstack/react-db@0.0.23
11+
312
## 0.0.28
413

514
### Patch Changes

examples/react/todo/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.0.28",
4+
"version": "0.0.29",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.0.4",
6+
"@tanstack/electric-db-collection": "^0.0.5",
77
"@tanstack/query-core": "^5.75.7",
8-
"@tanstack/query-db-collection": "^0.0.4",
9-
"@tanstack/react-db": "^0.0.22",
8+
"@tanstack/query-db-collection": "^0.0.5",
9+
"@tanstack/react-db": "^0.0.23",
1010
"@tanstack/react-router": "^1.125.6",
1111
"@tanstack/react-start": "^1.126.1",
1212
"cors": "^2.8.5",

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.23
4+
5+
### Patch Changes
6+
7+
- Ensure schemas can apply defaults when inserting ([#209](https://github.com/TanStack/db/pull/209))
8+
39
## 0.0.22
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.22",
4+
"version": "0.0.23",
55
"dependencies": {
66
"@electric-sql/d2mini": "^0.1.7",
77
"@standard-schema/spec": "^1.0.0"

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.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`056609e`](https://github.com/TanStack/db/commit/056609ed2926e12df5ee08be5fad0a6333e787f3)]:
8+
- @tanstack/db@0.0.23
9+
310
## 0.0.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": "Electric SQL collection for TanStack DB",
4-
"version": "0.0.4",
4+
"version": "0.0.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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/query-db-collection
22

3+
## 0.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`056609e`](https://github.com/TanStack/db/commit/056609ed2926e12df5ee08be5fad0a6333e787f3)]:
8+
- @tanstack/db@0.0.23
9+
310
## 0.0.4
411

512
### 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.0.4",
4+
"version": "0.0.5",
55
"dependencies": {
66
"@tanstack/db": "workspace:*",
77
"@tanstack/query-core": "^5.75.7"

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.23
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`056609e`](https://github.com/TanStack/db/commit/056609ed2926e12df5ee08be5fad0a6333e787f3)]:
8+
- @tanstack/db@0.0.23
9+
310
## 0.0.22
411

512
### Patch Changes

0 commit comments

Comments
 (0)