Skip to content

Commit 840b9d0

Browse files
ci: Version Packages (#305)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 66e3010 commit 840b9d0

22 files changed

Lines changed: 91 additions & 30 deletions

File tree

.changeset/petite-actors-lie.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

examples/angular/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser-dynamic": "^21.2.8",
1818
"@angular/core": "^21.2.8",
1919
"@angular/common": "^21.2.8",
20-
"@tanstack/angular-store": "^0.9.3",
20+
"@tanstack/angular-store": "^0.10.0",
2121
"rxjs": "^7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "^0.16.1"

examples/preact/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"preview": "vite preview"
99
},
1010
"dependencies": {
11-
"@tanstack/preact-store": "^0.11.3",
11+
"@tanstack/preact-store": "^0.12.0",
1212
"preact": "^10.29.1"
1313
},
1414
"devDependencies": {

examples/react/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:types": "tsc"
1010
},
1111
"dependencies": {
12-
"@tanstack/react-store": "^0.9.3",
12+
"@tanstack/react-store": "^0.10.0",
1313
"react": "^19.2.5",
1414
"react-dom": "^19.2.5"
1515
},

examples/solid/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"@tanstack/solid-store": "^0.9.3",
12+
"@tanstack/solid-store": "^0.10.0",
1313
"solid-js": "^1.9.12"
1414
},
1515
"devDependencies": {

examples/svelte/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"vite": "^8.0.8"
2020
},
2121
"dependencies": {
22-
"@tanstack/svelte-store": "^0.10.3"
22+
"@tanstack/svelte-store": "^0.11.0"
2323
}
2424
}

examples/vue/simple/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"serve": "vite preview"
1111
},
1212
"dependencies": {
13-
"@tanstack/vue-store": "^0.9.3",
13+
"@tanstack/vue-store": "^0.10.0",
1414
"vue": "^3.5.32"
1515
},
1616
"devDependencies": {

packages/angular-store/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @tanstack/angular-store
22

3+
## 0.10.0
4+
5+
### Minor Changes
6+
7+
- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`66e3010`](https://github.com/TanStack/store/commit/66e30108f49b5bf4c9796c9c98a009c08520c9a9)]:
12+
- @tanstack/store@0.10.0
13+
314
## 0.9.3
415

516
### Patch Changes

packages/angular-store/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/angular-store",
3-
"version": "0.9.3",
3+
"version": "0.10.0",
44
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
55
"author": "Tanner Linsley",
66
"license": "MIT",

packages/preact-store/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# @tanstack/preact-store
22

3+
## 0.12.0
4+
5+
### Minor Changes
6+
7+
- chore: update deps and change build process to tsdown ([#304](https://github.com/TanStack/store/pull/304))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`66e3010`](https://github.com/TanStack/store/commit/66e30108f49b5bf4c9796c9c98a009c08520c9a9)]:
12+
- @tanstack/store@0.10.0
13+
314
## 0.11.3
415

516
### Patch Changes

0 commit comments

Comments
 (0)