Skip to content

Commit 5c6f939

Browse files
ci: Version Packages (#81)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8d5c31a commit 5c6f939

62 files changed

Lines changed: 138 additions & 112 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/plural-sequences.md

Lines changed: 0 additions & 10 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.6.0",
20+
"@tanstack/angular-hotkeys": "^0.7.0",
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.6.0",
20+
"@tanstack/angular-hotkeys": "^0.7.0",
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.6.0",
20+
"@tanstack/angular-hotkeys": "^0.7.0",
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.6.0",
20+
"@tanstack/angular-hotkeys": "^0.7.0",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/angular/injectHotkeySequenceRecorder/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.6.0",
20+
"@tanstack/angular-hotkeys": "^0.7.0",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/angular/injectHotkeySequences/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.6.0",
20+
"@tanstack/angular-hotkeys": "^0.7.0",
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.6.0",
20+
"@tanstack/angular-hotkeys": "^0.7.0",
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.6.0",
20+
"@tanstack/angular-hotkeys": "^0.7.0",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/preact/useHeldKeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/preact-hotkeys": "^0.6.0",
14+
"@tanstack/preact-hotkeys": "^0.7.0",
1515
"preact": "^10.29.0"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)