Skip to content

Commit c73a3a1

Browse files
ci: Version Packages (#110)
* ci: Version Packages * fix changeset --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
1 parent 3104ee4 commit c73a3a1

83 files changed

Lines changed: 325 additions & 204 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/shaky-spies-fix.md

Lines changed: 0 additions & 17 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.9",
1818
"@angular/platform-browser-dynamic": "^21.2.9",
1919
"@angular/router": "^21.2.9",
20-
"@tanstack/angular-hotkeys": "^0.9.1",
20+
"@tanstack/angular-hotkeys": "^0.10.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.9",
1818
"@angular/platform-browser-dynamic": "^21.2.9",
1919
"@angular/router": "^21.2.9",
20-
"@tanstack/angular-hotkeys": "^0.9.1",
20+
"@tanstack/angular-hotkeys": "^0.10.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.9",
1818
"@angular/platform-browser-dynamic": "^21.2.9",
1919
"@angular/router": "^21.2.9",
20-
"@tanstack/angular-hotkeys": "^0.9.1",
20+
"@tanstack/angular-hotkeys": "^0.10.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.9",
1818
"@angular/platform-browser-dynamic": "^21.2.9",
1919
"@angular/router": "^21.2.9",
20-
"@tanstack/angular-hotkeys": "^0.9.1",
20+
"@tanstack/angular-hotkeys": "^0.10.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.9",
1818
"@angular/platform-browser-dynamic": "^21.2.9",
1919
"@angular/router": "^21.2.9",
20-
"@tanstack/angular-hotkeys": "^0.9.1",
20+
"@tanstack/angular-hotkeys": "^0.10.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.9",
1818
"@angular/platform-browser-dynamic": "^21.2.9",
1919
"@angular/router": "^21.2.9",
20-
"@tanstack/angular-hotkeys": "^0.9.1",
20+
"@tanstack/angular-hotkeys": "^0.10.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.9",
1818
"@angular/platform-browser-dynamic": "^21.2.9",
1919
"@angular/router": "^21.2.9",
20-
"@tanstack/angular-hotkeys": "^0.9.1",
20+
"@tanstack/angular-hotkeys": "^0.10.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.9",
1818
"@angular/platform-browser-dynamic": "^21.2.9",
1919
"@angular/router": "^21.2.9",
20-
"@tanstack/angular-hotkeys": "^0.9.1",
20+
"@tanstack/angular-hotkeys": "^0.10.0",
2121
"rxjs": "~7.8.2",
2222
"tslib": "^2.8.1",
2323
"zone.js": "~0.16.1"

examples/lit/held-keys/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/lit-hotkeys": "0.10.1",
14+
"@tanstack/lit-hotkeys": "0.11.0",
1515
"lit": "^3.3.2"
1616
},
1717
"devDependencies": {

0 commit comments

Comments
 (0)