Skip to content

Commit 3da54a0

Browse files
ci: Version Packages (#77)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4e29eec commit 3da54a0

63 files changed

Lines changed: 229 additions & 148 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/lovely-boats-grin.md

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

.changeset/shiny-flies-vanish.md

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

examples/angular/injectHeldKeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^21.2.5",
1818
"@angular/platform-browser-dynamic": "^21.2.5",
1919
"@angular/router": "^21.2.5",
20-
"@tanstack/angular-hotkeys": "^0.5.0",
20+
"@tanstack/angular-hotkeys": "^0.5.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/angular/injectHotkey/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^21.2.5",
1818
"@angular/platform-browser-dynamic": "^21.2.5",
1919
"@angular/router": "^21.2.5",
20-
"@tanstack/angular-hotkeys": "^0.5.0",
20+
"@tanstack/angular-hotkeys": "^0.5.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/angular/injectHotkeyRecorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^21.2.5",
1818
"@angular/platform-browser-dynamic": "^21.2.5",
1919
"@angular/router": "^21.2.5",
20-
"@tanstack/angular-hotkeys": "^0.5.0",
20+
"@tanstack/angular-hotkeys": "^0.5.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/angular/injectHotkeySequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^21.2.5",
1818
"@angular/platform-browser-dynamic": "^21.2.5",
1919
"@angular/router": "^21.2.5",
20-
"@tanstack/angular-hotkeys": "^0.5.0",
20+
"@tanstack/angular-hotkeys": "^0.5.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/angular/injectHotkeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^21.2.5",
1818
"@angular/platform-browser-dynamic": "^21.2.5",
1919
"@angular/router": "^21.2.5",
20-
"@tanstack/angular-hotkeys": "^0.5.0",
20+
"@tanstack/angular-hotkeys": "^0.5.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/angular/injectKeyHold/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@angular/platform-browser": "^21.2.5",
1818
"@angular/platform-browser-dynamic": "^21.2.5",
1919
"@angular/router": "^21.2.5",
20-
"@tanstack/angular-hotkeys": "^0.5.0",
20+
"@tanstack/angular-hotkeys": "^0.5.1",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/preact/useHeldKeys/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/preact-hotkeys": "^0.5.0",
14+
"@tanstack/preact-hotkeys": "^0.5.1",
1515
"preact": "^10.29.0"
1616
},
1717
"devDependencies": {
1818
"@preact/preset-vite": "^2.10.5",
1919
"@tanstack/preact-devtools": "0.10.0",
20-
"@tanstack/preact-hotkeys-devtools": "^0.4.3",
20+
"@tanstack/preact-hotkeys-devtools": "^0.4.4",
2121
"typescript": "5.9.3",
2222
"vite": "^8.0.1"
2323
}

examples/preact/useHotkey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/preact-hotkeys": "^0.5.0",
14+
"@tanstack/preact-hotkeys": "^0.5.1",
1515
"preact": "^10.29.0"
1616
},
1717
"devDependencies": {
1818
"@preact/preset-vite": "^2.10.5",
1919
"@tanstack/preact-devtools": "0.10.0",
20-
"@tanstack/preact-hotkeys-devtools": "^0.4.3",
20+
"@tanstack/preact-hotkeys-devtools": "^0.4.4",
2121
"typescript": "5.9.3",
2222
"vite": "^8.0.1"
2323
}

0 commit comments

Comments
 (0)