Skip to content

Commit 21cf95c

Browse files
ci: Version Packages (#11)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 9bb6e89 commit 21cf95c

File tree

8 files changed

+28
-14
lines changed

8 files changed

+28
-14
lines changed

.changeset/cruel-ducks-fix.md

-6
This file was deleted.

.changeset/curly-geckos-taste.md

-5
This file was deleted.

examples/react/todo/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# examples/react/todo
2+
3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`9bb6e89`](https://github.com/TanStack/optimistic/commit/9bb6e8909cebdcd7c03091bfc12dd37f5ab2e1ea)]:
8+
- @tanstack/react-optimistic@0.0.2

examples/react/todo/package.json

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

packages/optimistic/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @tanstack/optimistic
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- make mutationFn optional for read-only collections ([#12](https://github.com/TanStack/optimistic/pull/12))
8+
9+
- Improve test coverage ([#10](https://github.com/TanStack/optimistic/pull/10))
10+
311
## 0.0.1
412

513
### Patch Changes

packages/optimistic/package.json

+1-1
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.1",
4+
"version": "0.0.2",
55
"dependencies": {
66
"@standard-schema/spec": "^1.0.0",
77
"@tanstack/store": "^0.7.0",

packages/react-optimistic/CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# @tanstack/react-optimistic
22

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- make mutationFn optional for read-only collections ([#12](https://github.com/TanStack/optimistic/pull/12))
8+
9+
- Updated dependencies [[`9bb6e89`](https://github.com/TanStack/optimistic/commit/9bb6e8909cebdcd7c03091bfc12dd37f5ab2e1ea), [`8eb7e9b`](https://github.com/TanStack/optimistic/commit/8eb7e9b1d1f569c5c064e0f440257589486b73cf)]:
10+
- @tanstack/optimistic@0.0.2
11+
312
## 0.0.1
413

514
### Patch Changes

packages/react-optimistic/package.json

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

0 commit comments

Comments
 (0)