Skip to content

Commit 2fabde6

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

File tree

7 files changed

+25
-9
lines changed

7 files changed

+25
-9
lines changed

.changeset/sweet-kings-wear.md

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

examples/react/todo/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b42479c`](https://github.com/TanStack/optimistic/commit/b42479cf95f9a820b36e01684b13a9179973f3d8)]:
8+
- @tanstack/react-optimistic@0.0.3
9+
310
## 0.0.2
411

512
### 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.2",
4+
"version": "0.0.3",
55
"dependencies": {
66
"@tanstack/react-optimistic": "workspace:*",
77
"cors": "^2.8.5",

packages/optimistic/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Make transactions first class & move ownership of mutationFn from collections to transactions ([#53](https://github.com/TanStack/optimistic/pull/53))
8+
39
## 0.0.2
410

511
### Patch Changes

packages/optimistic/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@tanstack/optimistic",
33
"description": "Core optimistic updates library",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"dependencies": {
66
"@electric-sql/d2ts": "^0.1.4",
77
"@standard-schema/spec": "^1.0.0",

packages/react-optimistic/CHANGELOG.md

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

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- Make transactions first class & move ownership of mutationFn from collections to transactions ([#53](https://github.com/TanStack/optimistic/pull/53))
8+
9+
- Updated dependencies [[`b42479c`](https://github.com/TanStack/optimistic/commit/b42479cf95f9a820b36e01684b13a9179973f3d8)]:
10+
- @tanstack/optimistic@0.0.3
11+
312
## 0.0.2
413

514
### Patch Changes

packages/react-optimistic/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-optimistic",
33
"description": "React hooks for optimistic updates",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"author": "Kyle Mathews",
66
"license": "MIT",
77
"repository": {

0 commit comments

Comments
 (0)