Skip to content

Commit

Permalink
release: v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tannerlinsley committed Nov 25, 2024
1 parent 38b1846 commit d1ea5b4
Show file tree
Hide file tree
Showing 12 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions examples/angular/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"@angular/platform-browser": "^19.0.0",
"@angular/platform-browser-dynamic": "^19.0.0",
"@angular/router": "^19.0.0",
"@tanstack/angular-store": "^0.5.8",
"@tanstack/store": "^0.5.5",
"@tanstack/angular-store": "^0.6.0",
"@tanstack/store": "^0.6.0",
"rxjs": "^7.8.1",
"tslib": "^2.8.1",
"zone.js": "^0.15.0"
Expand Down
4 changes: 2 additions & 2 deletions examples/react/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-store": "^0.5.8",
"@tanstack/store": "^0.5.5",
"@tanstack/react-store": "^0.6.0",
"@tanstack/store": "^0.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
4 changes: 2 additions & 2 deletions examples/solid/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"preview": "vite preview"
},
"dependencies": {
"@tanstack/solid-store": "^0.5.7",
"@tanstack/store": "^0.5.5",
"@tanstack/solid-store": "^0.6.0",
"@tanstack/store": "^0.6.0",
"solid-js": "^1.9.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions examples/svelte/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"vite": "^5.4.11"
},
"dependencies": {
"@tanstack/store": "^0.5.5",
"@tanstack/svelte-store": "^0.5.8"
"@tanstack/store": "^0.6.0",
"@tanstack/svelte-store": "^0.6.0"
}
}
4 changes: 2 additions & 2 deletions examples/vue/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"serve": "vite preview"
},
"dependencies": {
"@tanstack/store": "^0.5.5",
"@tanstack/vue-store": "^0.5.8",
"@tanstack/store": "^0.6.0",
"@tanstack/vue-store": "^0.6.0",
"vue": "^3.5.13"
},
"devDependencies": {
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.5.8",
"version": "0.6.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
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.5.8",
"version": "0.6.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
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.5.7",
"version": "0.6.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
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.5.5",
"version": "0.6.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
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.5.8",
"version": "0.6.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
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.5.8",
"version": "0.6.0",
"description": "Framework agnostic type-safe store w/ reactive framework adapters",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

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

0 comments on commit d1ea5b4

Please sign in to comment.