Skip to content

Commit f8e2c39

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

10 files changed

Lines changed: 37 additions & 15 deletions

File tree

.changeset/salty-states-fry.md

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

.changeset/strong-groups-hunt.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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`4c82edb`](https://github.com/TanStack/db/commit/4c82edb9547f26c9de44f5bf43d4385c38920672), [`4c82edb`](https://github.com/TanStack/db/commit/4c82edb9547f26c9de44f5bf43d4385c38920672)]:
8+
- @tanstack/react-db@0.0.2
9+
- @tanstack/db-collections@0.0.2
10+
311
## 0.0.3
412

513
### Patch Changes

examples/react/todo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "examples/react/todo",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"dependencies": {
66
"@tanstack/db-collections": "workspace:*",
77
"@tanstack/query-core": "^5.75.7",
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @tanstack/db-collections
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Added QueryCollection ([#78](https://github.com/TanStack/db/pull/78))
8+
9+
- Updated dependencies [[`4c82edb`](https://github.com/TanStack/db/commit/4c82edb9547f26c9de44f5bf43d4385c38920672)]:
10+
- @tanstack/db@0.0.2

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.1",
4+
"version": "0.0.2",
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.2
4+
5+
### Patch Changes
6+
7+
- Fixed an issue with injecting the optimistic state removal into the reactive live query. ([#78](https://github.com/TanStack/db/pull/78))
8+
39
## 0.0.3
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.1",
4+
"version": "0.0.2",
55
"dependencies": {
66
"@electric-sql/d2ts": "^0.1.5",
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.0.2
4+
5+
### Patch Changes
6+
7+
- Fixed an issue with injecting the optimistic state removal into the reactive live query. ([#78](https://github.com/TanStack/db/pull/78))
8+
9+
- Updated dependencies [[`4c82edb`](https://github.com/TanStack/db/commit/4c82edb9547f26c9de44f5bf43d4385c38920672)]:
10+
- @tanstack/db@0.0.2
11+
312
## 0.0.3
413

514
### 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.1",
4+
"version": "0.0.2",
55
"author": "Kyle Mathews",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)