Skip to content

Commit 83e2978

Browse files
ci: Version Packages (#311)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4d87a83 commit 83e2978

46 files changed

Lines changed: 226 additions & 105 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/hooks.md

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

examples/angular/atoms/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.10.0",
20+
"@tanstack/angular-store": "^0.11.0",
2121
"rxjs": "^7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "^0.16.1"

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.10.0",
20+
"@tanstack/angular-store": "^0.11.0",
2121
"rxjs": "^7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "^0.16.1"

examples/angular/store-actions/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.10.0",
20+
"@tanstack/angular-store": "^0.11.0",
2121
"rxjs": "^7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "^0.16.1"

examples/angular/store-context/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.10.0",
20+
"@tanstack/angular-store": "^0.11.0",
2121
"rxjs": "^7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "^0.16.1"

examples/angular/stores/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.10.0",
20+
"@tanstack/angular-store": "^0.11.0",
2121
"rxjs": "^7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "^0.16.1"

examples/preact/atoms/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/preact-store": "^0.12.0",
12+
"@tanstack/preact-store": "^0.13.0",
1313
"preact": "^10.29.1"
1414
},
1515
"devDependencies": {

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.12.0",
11+
"@tanstack/preact-store": "^0.13.0",
1212
"preact": "^10.29.1"
1313
},
1414
"devDependencies": {

examples/preact/store-actions/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/preact-store": "^0.12.0",
12+
"@tanstack/preact-store": "^0.13.0",
1313
"preact": "^10.29.1"
1414
},
1515
"devDependencies": {

examples/preact/store-context/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/preact-store": "^0.12.0",
12+
"@tanstack/preact-store": "^0.13.0",
1313
"preact": "^10.29.1"
1414
},
1515
"devDependencies": {

0 commit comments

Comments
 (0)