Skip to content

Commit 56cd2a9

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

File tree

12 files changed

+48
-19
lines changed

12 files changed

+48
-19
lines changed

.changeset/mighty-falcons-invite.md

Lines changed: 0 additions & 10 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.26
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @tanstack/db-collections@0.0.24
9+
- @tanstack/react-db@0.0.20
10+
311
## 0.0.25
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.25",
4+
"version": "0.0.26",
55
"dependencies": {
6-
"@tanstack/db-collections": "^0.0.23",
6+
"@tanstack/db-collections": "^0.0.24",
77
"@tanstack/query-core": "^5.81.5",
8-
"@tanstack/react-db": "^0.0.19",
8+
"@tanstack/react-db": "^0.0.20",
99
"cors": "^2.8.5",
1010
"drizzle-orm": "^0.40.1",
1111
"drizzle-zod": "^0.7.0",

packages/db-collections/CHANGELOG.md

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

3+
## 0.0.24
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f13c11e`](https://github.com/TanStack/db/commit/f13c11ed0ab27cd88b03d789b0cd953e86bd1333)]:
8+
- @tanstack/db@0.0.20
9+
310
## 0.0.23
411

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

packages/db/CHANGELOG.md

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

3+
## 0.0.20
4+
5+
### Patch Changes
6+
7+
- Add non-optimistic mutations support ([#250](https://github.com/TanStack/db/pull/250))
8+
- Add `optimistic` option to insert, update, and delete operations
9+
- Default `optimistic: true` maintains backward compatibility
10+
- When `optimistic: false`, mutations only apply after server confirmation
11+
- Enables better control for server-validated operations and confirmation workflows
12+
313
## 0.0.19
414

515
### 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.19",
4+
"version": "0.0.20",
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.20
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f13c11e`](https://github.com/TanStack/db/commit/f13c11ed0ab27cd88b03d789b0cd953e86bd1333)]:
8+
- @tanstack/db@0.0.20
9+
310
## 0.0.19
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.19",
4+
"version": "0.0.20",
55
"author": "Kyle Mathews",
66
"license": "MIT",
77
"repository": {

packages/vue-db/CHANGELOG.md

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

3+
## 0.0.19
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`f13c11e`](https://github.com/TanStack/db/commit/f13c11ed0ab27cd88b03d789b0cd953e86bd1333)]:
8+
- @tanstack/db@0.0.20
9+
310
## 0.0.18
411

512
### Patch Changes

0 commit comments

Comments
 (0)