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
16 changes: 0 additions & 16 deletions .changeset/hooks.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/angular/atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser-dynamic": "^21.2.8",
"@angular/core": "^21.2.8",
"@angular/common": "^21.2.8",
"@tanstack/angular-store": "^0.10.0",
"@tanstack/angular-store": "^0.11.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser-dynamic": "^21.2.8",
"@angular/core": "^21.2.8",
"@angular/common": "^21.2.8",
"@tanstack/angular-store": "^0.10.0",
"@tanstack/angular-store": "^0.11.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/store-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser-dynamic": "^21.2.8",
"@angular/core": "^21.2.8",
"@angular/common": "^21.2.8",
"@tanstack/angular-store": "^0.10.0",
"@tanstack/angular-store": "^0.11.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/store-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser-dynamic": "^21.2.8",
"@angular/core": "^21.2.8",
"@angular/common": "^21.2.8",
"@tanstack/angular-store": "^0.10.0",
"@tanstack/angular-store": "^0.11.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/angular/stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@angular/platform-browser-dynamic": "^21.2.8",
"@angular/core": "^21.2.8",
"@angular/common": "^21.2.8",
"@tanstack/angular-store": "^0.10.0",
"@tanstack/angular-store": "^0.11.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-store": "^0.12.0",
"@tanstack/preact-store": "^0.13.0",
"preact": "^10.29.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/preact-store": "^0.12.0",
"@tanstack/preact-store": "^0.13.0",
"preact": "^10.29.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/store-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-store": "^0.12.0",
"@tanstack/preact-store": "^0.13.0",
"preact": "^10.29.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/store-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-store": "^0.12.0",
"@tanstack/preact-store": "^0.13.0",
"preact": "^10.29.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/preact-store": "^0.12.0",
"@tanstack/preact-store": "^0.13.0",
"preact": "^10.29.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/react/atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-store": "^0.10.0",
"@tanstack/react-store": "^0.11.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-store": "^0.10.0",
"@tanstack/react-store": "^0.11.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/store-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-store": "^0.10.0",
"@tanstack/react-store": "^0.11.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/store-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-store": "^0.10.0",
"@tanstack/react-store": "^0.11.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/react/stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-store": "^0.10.0",
"@tanstack/react-store": "^0.11.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-store": "^0.10.0",
"@tanstack/solid-store": "^0.11.0",
"solid-js": "^1.9.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-store": "^0.10.0",
"@tanstack/solid-store": "^0.11.0",
"solid-js": "^1.9.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/store-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-store": "^0.10.0",
"@tanstack/solid-store": "^0.11.0",
"solid-js": "^1.9.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/store-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-store": "^0.10.0",
"@tanstack/solid-store": "^0.11.0",
"solid-js": "^1.9.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-store": "^0.10.0",
"@tanstack/solid-store": "^0.11.0",
"solid-js": "^1.9.12"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/svelte/atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vite": "^8.0.8"
},
"dependencies": {
"@tanstack/svelte-store": "^0.11.0"
"@tanstack/svelte-store": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vite": "^8.0.8"
},
"dependencies": {
"@tanstack/svelte-store": "^0.11.0"
"@tanstack/svelte-store": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/store-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vite": "^8.0.8"
},
"dependencies": {
"@tanstack/svelte-store": "^0.11.0"
"@tanstack/svelte-store": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/store-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vite": "^8.0.8"
},
"dependencies": {
"@tanstack/svelte-store": "^0.11.0"
"@tanstack/svelte-store": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/svelte/stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"vite": "^8.0.8"
},
"dependencies": {
"@tanstack/svelte-store": "^0.11.0"
"@tanstack/svelte-store": "^0.12.0"
}
}
2 changes: 1 addition & 1 deletion examples/vue/atoms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-store": "^0.10.0",
"@tanstack/vue-store": "^0.11.0",
"vue": "^3.5.32"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-store": "^0.10.0",
"@tanstack/vue-store": "^0.11.0",
"vue": "^3.5.32"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/store-actions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-store": "^0.10.0",
"@tanstack/vue-store": "^0.11.0",
"vue": "^3.5.32"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/store-context/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-store": "^0.10.0",
"@tanstack/vue-store": "^0.11.0",
"vue": "^3.5.32"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/stores/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/vue-store": "^0.10.0",
"@tanstack/vue-store": "^0.11.0",
"vue": "^3.5.32"
},
"devDependencies": {
Expand Down
15 changes: 15 additions & 0 deletions packages/angular-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tanstack/angular-store

## 0.11.0

### Minor Changes

- Hooks included in this release: ([#306](https://github.com/TanStack/store/pull/306))
- useAtom
- useSelector
- useStore (deprecated, replaced by useSelector)
- createStoreContext (provides StoreProvider and useStoreContext for context-based consumption)

### Patch Changes

- Updated dependencies [[`4d87a83`](https://github.com/TanStack/store/commit/4d87a83158d0966cbbaf38cd51419693641f57fa)]:
- @tanstack/store@0.11.0

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/angular-store",
"version": "0.10.0",
"version": "0.11.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/preact-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tanstack/preact-store

## 0.13.0

### Minor Changes

- Hooks included in this release: ([#306](https://github.com/TanStack/store/pull/306))
- useAtom
- useSelector
- useStore (deprecated, replaced by useSelector)
- createStoreContext (provides StoreProvider and useStoreContext for context-based consumption)

### Patch Changes

- Updated dependencies [[`4d87a83`](https://github.com/TanStack/store/commit/4d87a83158d0966cbbaf38cd51419693641f57fa)]:
- @tanstack/store@0.11.0

## 0.12.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/preact-store",
"version": "0.12.0",
"version": "0.13.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/react-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tanstack/react-store

## 0.11.0

### Minor Changes

- Hooks included in this release: ([#306](https://github.com/TanStack/store/pull/306))
- useAtom
- useSelector
- useStore (deprecated, replaced by useSelector)
- createStoreContext (provides StoreProvider and useStoreContext for context-based consumption)

### Patch Changes

- Updated dependencies [[`4d87a83`](https://github.com/TanStack/store/commit/4d87a83158d0966cbbaf38cd51419693641f57fa)]:
- @tanstack/store@0.11.0

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-store",
"version": "0.10.0",
"version": "0.11.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
15 changes: 15 additions & 0 deletions packages/solid-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @tanstack/solid-store

## 0.11.0

### Minor Changes

- Hooks included in this release: ([#306](https://github.com/TanStack/store/pull/306))
- useAtom
- useSelector
- useStore (deprecated, replaced by useSelector)
- createStoreContext (provides StoreProvider and useStoreContext for context-based consumption)

### Patch Changes

- Updated dependencies [[`4d87a83`](https://github.com/TanStack/store/commit/4d87a83158d0966cbbaf38cd51419693641f57fa)]:
- @tanstack/store@0.11.0

## 0.10.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-store",
"version": "0.10.0",
"version": "0.11.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
Loading