Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/tasty-results-doubt.md

This file was deleted.

5 changes: 2 additions & 3 deletions examples/react/todo/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "todo-app",
"name": "examples/react/todo",
"private": true,
"version": "0.0.0",
"version": "0.0.1",
"dependencies": {
"@tanstack/react-optimistic": "workspace:*",
"cors": "^2.8.5",
Expand DownExpand Up@@ -36,7 +36,6 @@
"typescript": "^5.8.2",
"vite": "^6.2.2"
},
"private": true,
"scripts": {
"api:dev": "tsx watch src/api/server.ts",
"build": "tsc -b && vite build",
Expand Down
7 changes: 7 additions & 0 deletions packages/optimistic/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
# @tanstack/optimistic

## 0.0.1

### Patch Changes

- feat: Initial release ([#2](https://github.com/TanStack/optimistic/pull/2))
2 changes: 1 addition & 1 deletion packages/optimistic/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/optimistic",
"description": "Core optimistic updates library",
"version": "0.0.0",
"version": "0.0.1",
"dependencies": {
"@standard-schema/spec": "^1.0.0",
"@tanstack/store": "^0.7.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/react-optimistic/CHANGELOG.md
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
# @tanstack/react-optimistic

## 0.0.1

### Patch Changes

- feat: Initial release ([#2](https://github.com/TanStack/optimistic/pull/2))

- Updated dependencies [[`2d2dd77`](https://github.com/TanStack/optimistic/commit/2d2dd7743f715ffefaeee8e8d11173b751c7043b)]:
- @tanstack/optimistic@0.0.1
2 changes: 1 addition & 1 deletion packages/react-optimistic/package.json
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
{
"name": "@tanstack/react-optimistic",
"description": "React hooks for optimistic updates",
"version": "0.0.0",
"version": "0.0.1",
"dependencies": {
"@tanstack/optimistic": "workspace:*",
"@tanstack/store": "^0.7.0",
Expand Down