Skip to content

Commit b9f9f3a

Browse files
ci: Version Packages
1 parent 59a42fd commit b9f9f3a

File tree

7 files changed

+28
-10
lines changed

7 files changed

+28
-10
lines changed

.changeset/tasty-results-doubt.md

-6
This file was deleted.

examples/react/todo/CHANGELOG.md

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

examples/react/todo/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "todo-app",
33
"private": true,
4-
"version": "0.0.0",
4+
"version": "0.0.1",
55
"dependencies": {
66
"@tanstack/react-optimistic": "workspace:*",
77
"cors": "^2.8.5",
@@ -36,7 +36,6 @@
3636
"typescript": "^5.8.2",
3737
"vite": "^6.2.2"
3838
},
39-
"private": true,
4039
"scripts": {
4140
"api:dev": "tsx watch src/api/server.ts",
4241
"build": "tsc -b && vite build",

packages/optimistic/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @tanstack/optimistic
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- feat: Initial release ([#2](https://github.com/TanStack/optimistic/pull/2))

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.0",
4+
"version": "0.0.1",
55
"dependencies": {
66
"@standard-schema/spec": "^1.0.0",
77
"@tanstack/store": "^0.7.0",
+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# @tanstack/react-optimistic
2+
3+
## 0.0.1
4+
5+
### Patch Changes
6+
7+
- feat: Initial release ([#2](https://github.com/TanStack/optimistic/pull/2))
8+
9+
- Updated dependencies [[`2d2dd77`](https://github.com/TanStack/optimistic/commit/2d2dd7743f715ffefaeee8e8d11173b751c7043b)]:
10+
- @tanstack/optimistic@0.0.1

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.0",
4+
"version": "0.0.1",
55
"dependencies": {
66
"@tanstack/optimistic": "workspace:*",
77
"@tanstack/store": "^0.7.0",

0 commit comments

Comments
 (0)