File tree 7 files changed +28
-10
lines changed
7 files changed +28
-10
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " todo-app" ,
3
3
"private" : true ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"dependencies" : {
6
6
"@tanstack/react-optimistic" : " workspace:*" ,
7
7
"cors" : " ^2.8.5" ,
36
36
"typescript" : " ^5.8.2" ,
37
37
"vite" : " ^6.2.2"
38
38
},
39
- "private" : true ,
40
39
"scripts" : {
41
40
"api:dev" : " tsx watch src/api/server.ts" ,
42
41
"build" : " tsc -b && vite build" ,
Original file line number Diff line number Diff line change
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 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/optimistic" ,
3
3
"description" : " Core optimistic updates library" ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"dependencies" : {
6
6
"@standard-schema/spec" : " ^1.0.0" ,
7
7
"@tanstack/store" : " ^0.7.0" ,
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tanstack/react-optimistic" ,
3
3
"description" : " React hooks for optimistic updates" ,
4
- "version" : " 0.0.0 " ,
4
+ "version" : " 0.0.1 " ,
5
5
"dependencies" : {
6
6
"@tanstack/optimistic" : " workspace:*" ,
7
7
"@tanstack/store" : " ^0.7.0" ,
You can’t perform that action at this time.
0 commit comments