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
11 changes: 0 additions & 11 deletions .changeset/petite-actors-lie.md

This file was deleted.

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.9.3",
"@tanstack/angular-store": "^0.10.0",
"rxjs": "^7.8.2",
"tslib": "^2.8.1",
"zone.js": "^0.16.1"
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.11.3",
"@tanstack/preact-store": "^0.12.0",
"preact": "^10.29.1"
},
"devDependencies": {
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.9.3",
"@tanstack/react-store": "^0.10.0",
"react": "^19.2.5",
"react-dom": "^19.2.5"
},
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.9.3",
"@tanstack/solid-store": "^0.10.0",
"solid-js": "^1.9.12"
},
"devDependencies": {
Expand Down
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.10.3"
"@tanstack/svelte-store": "^0.11.0"
}
}
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.9.3",
"@tanstack/vue-store": "^0.10.0",
"vue": "^3.5.32"
},
"devDependencies": {
Expand Down
11 changes: 11 additions & 0 deletions packages/angular-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/angular-store

## 0.10.0

### Minor Changes

- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))

### Patch Changes

- Updated dependencies [[`66e3010`](https://github.com/TanStack/store/commit/66e30108f49b5bf4c9796c9c98a009c08520c9a9)]:
- @tanstack/store@0.10.0

## 0.9.3

### Patch 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.9.3",
"version": "0.10.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/preact-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/preact-store

## 0.12.0

### Minor Changes

- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))

### Patch Changes

- Updated dependencies [[`66e3010`](https://github.com/TanStack/store/commit/66e30108f49b5bf4c9796c9c98a009c08520c9a9)]:
- @tanstack/store@0.10.0

## 0.11.3

### Patch 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.11.3",
"version": "0.12.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/react-store

## 0.10.0

### Minor Changes

- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))

### Patch Changes

- Updated dependencies [[`66e3010`](https://github.com/TanStack/store/commit/66e30108f49b5bf4c9796c9c98a009c08520c9a9)]:
- @tanstack/store@0.10.0

## 0.9.3

### Patch 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.9.3",
"version": "0.10.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/solid-store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/solid-store

## 0.10.0

### Minor Changes

- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))

### Patch Changes

- Updated dependencies [[`66e3010`](https://github.com/TanStack/store/commit/66e30108f49b5bf4c9796c9c98a009c08520c9a9)]:
- @tanstack/store@0.10.0

## 0.9.3

### Patch 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.9.3",
"version": "0.10.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/store/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/store

## 0.10.0

### Minor Changes

- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))

## 0.9.3

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

## 0.11.0

### Minor Changes

- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))

### Patch Changes

- Updated dependencies [[`66e3010`](https://github.com/TanStack/store/commit/66e30108f49b5bf4c9796c9c98a009c08520c9a9)]:
- @tanstack/store@0.10.0

## 0.10.3

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

## 0.10.0

### Minor Changes

- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))

### Patch Changes

- Updated dependencies [[`66e3010`](https://github.com/TanStack/store/commit/66e30108f49b5bf4c9796c9c98a009c08520c9a9)]:
- @tanstack/store@0.10.0

## 0.9.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-store/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-store",
"version": "0.9.3",
"version": "0.10.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.