Skip to content

Commit 09bac62

Browse files
ci: Version Packages (#331)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 7d2f4be commit 09bac62

File tree

23 files changed

+137
-41
lines changed

23 files changed

+137
-41
lines changed

.changeset/quick-spoons-run.md

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

.changeset/slimy-lizards-flash.md

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

examples/react/todo/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 0.1 release - first beta 🎉 ([#332](https://github.com/TanStack/db/pull/332))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7d2f4be`](https://github.com/TanStack/db/commit/7d2f4be95c43aad29fb61e80e5a04c58c859322b), [`f0eda36`](https://github.com/TanStack/db/commit/f0eda36cb36350399bc8835686a6c4b6ad297e45)]:
12+
- @tanstack/electric-db-collection@0.1.0
13+
- @tanstack/query-db-collection@0.1.0
14+
- @tanstack/react-db@0.1.0
15+
- @tanstack/trailbase-db-collection@0.1.0
16+
317
## 0.0.39
418

519
### Patch Changes

examples/react/todo/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"name": "@tanstack/db-example-react-todo",
33
"private": true,
4-
"version": "0.0.39",
4+
"version": "0.1.0",
55
"dependencies": {
6-
"@tanstack/electric-db-collection": "^0.0.15",
6+
"@tanstack/electric-db-collection": "^0.1.0",
77
"@tanstack/query-core": "^5.75.7",
8-
"@tanstack/query-db-collection": "^0.0.15",
9-
"@tanstack/react-db": "^0.0.33",
8+
"@tanstack/query-db-collection": "^0.1.0",
9+
"@tanstack/react-db": "^0.1.0",
1010
"@tanstack/react-router": "^1.125.6",
1111
"@tanstack/react-start": "^1.126.1",
12-
"@tanstack/trailbase-db-collection": "^0.0.9",
12+
"@tanstack/trailbase-db-collection": "^0.1.0",
1313
"cors": "^2.8.5",
1414
"drizzle-orm": "^0.40.1",
1515
"drizzle-zod": "^0.7.0",

packages/db-ivm/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @tanstack/db-ivm
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 0.1 release - first beta 🎉 ([#332](https://github.com/TanStack/db/pull/332))
8+
9+
### Patch Changes
10+
11+
- We have moved development of the differential dataflow implementation from @electric-sql/d2mini to a new @tanstack/db-ivm package inside the tanstack db monorepo to make development simpler. ([#330](https://github.com/TanStack/db/pull/330))

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.0.0",
4+
"version": "0.1.0",
55
"dependencies": {
66
"fractional-indexing": "^3.2.0",
77
"murmurhash-js": "^1.0.0",

packages/db/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 0.1 release - first beta 🎉 ([#332](https://github.com/TanStack/db/pull/332))
8+
9+
### Patch Changes
10+
11+
- We have moved development of the differential dataflow implementation from @electric-sql/d2mini to a new @tanstack/db-ivm package inside the tanstack db monorepo to make development simpler. ([#330](https://github.com/TanStack/db/pull/330))
12+
13+
- Updated dependencies [[`7d2f4be`](https://github.com/TanStack/db/commit/7d2f4be95c43aad29fb61e80e5a04c58c859322b), [`f0eda36`](https://github.com/TanStack/db/commit/f0eda36cb36350399bc8835686a6c4b6ad297e45)]:
14+
- @tanstack/db-ivm@0.1.0
15+
316
## 0.0.33
417

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

packages/electric-db-collection/CHANGELOG.md

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

3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 0.1 release - first beta 🎉 ([#332](https://github.com/TanStack/db/pull/332))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7d2f4be`](https://github.com/TanStack/db/commit/7d2f4be95c43aad29fb61e80e5a04c58c859322b), [`f0eda36`](https://github.com/TanStack/db/commit/f0eda36cb36350399bc8835686a6c4b6ad297e45)]:
12+
- @tanstack/db@0.1.0
13+
314
## 0.0.15
415

516
### 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.0.15",
4+
"version": "0.1.0",
55
"dependencies": {
66
"@electric-sql/client": "1.0.0",
77
"@standard-schema/spec": "^1.0.0",

0 commit comments

Comments
 (0)