From bd49faac877205100fe893df768cb857531e50c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 17:20:42 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/early-candles-warn.md | 5 - examples/angular/injectHeldKeys/package.json | 2 +- examples/angular/injectHotkey/package.json | 2 +- .../angular/injectHotkeyRecorder/package.json | 2 +- .../angular/injectHotkeySequence/package.json | 2 +- .../injectHotkeySequenceRecorder/package.json | 2 +- .../injectHotkeySequences/package.json | 2 +- examples/angular/injectHotkeys/package.json | 2 +- examples/angular/injectKeyHold/package.json | 2 +- examples/lit/held-keys/package.json | 2 +- examples/lit/hotkey-recorder/package.json | 2 +- .../lit/hotkey-sequence-recorder/package.json | 2 +- examples/lit/hotkey-sequence/package.json | 2 +- examples/lit/hotkey/package.json | 2 +- examples/lit/key-hold/package.json | 2 +- examples/preact/useHeldKeys/package.json | 4 +- examples/preact/useHotkey/package.json | 4 +- .../preact/useHotkeyRecorder/package.json | 4 +- .../preact/useHotkeySequence/package.json | 4 +- .../useHotkeySequenceRecorder/package.json | 4 +- .../preact/useHotkeySequences/package.json | 4 +- examples/preact/useHotkeys/package.json | 4 +- examples/preact/useKeyhold/package.json | 4 +- examples/react/useHeldKeys/package.json | 4 +- examples/react/useHotkey/package.json | 4 +- examples/react/useHotkeyRecorder/package.json | 4 +- examples/react/useHotkeySequence/package.json | 4 +- .../useHotkeySequenceRecorder/package.json | 4 +- .../react/useHotkeySequences/package.json | 4 +- examples/react/useHotkeys/package.json | 4 +- examples/react/useKeyhold/package.json | 4 +- examples/solid/createHeldKeys/package.json | 4 +- examples/solid/createHotkey/package.json | 4 +- .../solid/createHotkeyRecorder/package.json | 4 +- .../solid/createHotkeySequence/package.json | 4 +- .../createHotkeySequenceRecorder/package.json | 4 +- .../solid/createHotkeySequences/package.json | 4 +- examples/solid/createHotkeys/package.json | 4 +- examples/solid/createKeyHold/package.json | 4 +- .../create-hotkey-recorder/package.json | 2 +- .../package.json | 2 +- .../create-hotkey-sequence/package.json | 2 +- .../create-hotkey-sequences/package.json | 2 +- examples/svelte/create-hotkey/package.json | 2 +- examples/svelte/create-hotkeys/package.json | 2 +- examples/svelte/get-held-keys/package.json | 2 +- examples/svelte/get-is-key-held/package.json | 2 +- .../vanilla/formatForDisplay/package.json | 2 +- examples/vue/useHeldKeys/package.json | 4 +- examples/vue/useHotkey/package.json | 4 +- examples/vue/useHotkeyRecorder/package.json | 4 +- examples/vue/useHotkeySequence/package.json | 4 +- .../useHotkeySequenceRecorder/package.json | 4 +- examples/vue/useHotkeySequences/package.json | 4 +- examples/vue/useHotkeys/package.json | 4 +- examples/vue/useKeyhold/package.json | 4 +- packages/angular-hotkeys/CHANGELOG.md | 7 + packages/angular-hotkeys/package.json | 2 +- packages/hotkeys-devtools/CHANGELOG.md | 7 + packages/hotkeys-devtools/package.json | 2 +- packages/hotkeys/CHANGELOG.md | 6 + packages/hotkeys/package.json | 2 +- packages/lit-hotkeys/CHANGELOG.md | 7 + packages/lit-hotkeys/package.json | 2 +- packages/preact-hotkeys-devtools/CHANGELOG.md | 7 + packages/preact-hotkeys-devtools/package.json | 2 +- packages/preact-hotkeys/CHANGELOG.md | 7 + packages/preact-hotkeys/package.json | 2 +- packages/react-hotkeys-devtools/CHANGELOG.md | 7 + packages/react-hotkeys-devtools/package.json | 2 +- packages/react-hotkeys/CHANGELOG.md | 7 + packages/react-hotkeys/package.json | 2 +- packages/solid-hotkeys-devtools/CHANGELOG.md | 7 + packages/solid-hotkeys-devtools/package.json | 2 +- packages/solid-hotkeys/CHANGELOG.md | 7 + packages/solid-hotkeys/package.json | 2 +- packages/svelte-hotkeys/CHANGELOG.md | 7 + packages/svelte-hotkeys/package.json | 2 +- packages/vue-hotkeys-devtools/CHANGELOG.md | 7 + packages/vue-hotkeys-devtools/package.json | 2 +- packages/vue-hotkeys/CHANGELOG.md | 7 + packages/vue-hotkeys/package.json | 2 +- pnpm-lock.yaml | 178 +++++++++--------- 83 files changed, 279 insertions(+), 194 deletions(-) delete mode 100644 .changeset/early-candles-warn.md diff --git a/.changeset/early-candles-warn.md b/.changeset/early-candles-warn.md deleted file mode 100644 index 309bf21c..00000000 --- a/.changeset/early-candles-warn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/hotkeys': patch ---- - -fix: normalizeKeyName null check diff --git a/examples/angular/injectHeldKeys/package.json b/examples/angular/injectHeldKeys/package.json index 2cdb6a7a..c9201217 100644 --- a/examples/angular/injectHeldKeys/package.json +++ b/examples/angular/injectHeldKeys/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.6", "@angular/platform-browser-dynamic": "^21.2.6", "@angular/router": "^21.2.6", - "@tanstack/angular-hotkeys": "^0.9.0", + "@tanstack/angular-hotkeys": "^0.9.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/angular/injectHotkey/package.json b/examples/angular/injectHotkey/package.json index ac6cab7f..50af1410 100644 --- a/examples/angular/injectHotkey/package.json +++ b/examples/angular/injectHotkey/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.6", "@angular/platform-browser-dynamic": "^21.2.6", "@angular/router": "^21.2.6", - "@tanstack/angular-hotkeys": "^0.9.0", + "@tanstack/angular-hotkeys": "^0.9.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/angular/injectHotkeyRecorder/package.json b/examples/angular/injectHotkeyRecorder/package.json index 2bda8de0..2b95d0ae 100644 --- a/examples/angular/injectHotkeyRecorder/package.json +++ b/examples/angular/injectHotkeyRecorder/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.6", "@angular/platform-browser-dynamic": "^21.2.6", "@angular/router": "^21.2.6", - "@tanstack/angular-hotkeys": "^0.9.0", + "@tanstack/angular-hotkeys": "^0.9.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/angular/injectHotkeySequence/package.json b/examples/angular/injectHotkeySequence/package.json index d4c307b7..48aecda3 100644 --- a/examples/angular/injectHotkeySequence/package.json +++ b/examples/angular/injectHotkeySequence/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.6", "@angular/platform-browser-dynamic": "^21.2.6", "@angular/router": "^21.2.6", - "@tanstack/angular-hotkeys": "^0.9.0", + "@tanstack/angular-hotkeys": "^0.9.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/angular/injectHotkeySequenceRecorder/package.json b/examples/angular/injectHotkeySequenceRecorder/package.json index 29f11bf1..c39ada04 100644 --- a/examples/angular/injectHotkeySequenceRecorder/package.json +++ b/examples/angular/injectHotkeySequenceRecorder/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.6", "@angular/platform-browser-dynamic": "^21.2.6", "@angular/router": "^21.2.6", - "@tanstack/angular-hotkeys": "^0.9.0", + "@tanstack/angular-hotkeys": "^0.9.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/angular/injectHotkeySequences/package.json b/examples/angular/injectHotkeySequences/package.json index 49524b7f..a4db60a9 100644 --- a/examples/angular/injectHotkeySequences/package.json +++ b/examples/angular/injectHotkeySequences/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.6", "@angular/platform-browser-dynamic": "^21.2.6", "@angular/router": "^21.2.6", - "@tanstack/angular-hotkeys": "^0.9.0", + "@tanstack/angular-hotkeys": "^0.9.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/angular/injectHotkeys/package.json b/examples/angular/injectHotkeys/package.json index 0c389785..a5d8fd00 100644 --- a/examples/angular/injectHotkeys/package.json +++ b/examples/angular/injectHotkeys/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.6", "@angular/platform-browser-dynamic": "^21.2.6", "@angular/router": "^21.2.6", - "@tanstack/angular-hotkeys": "^0.9.0", + "@tanstack/angular-hotkeys": "^0.9.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/angular/injectKeyHold/package.json b/examples/angular/injectKeyHold/package.json index dc81934a..5f2b0dca 100644 --- a/examples/angular/injectKeyHold/package.json +++ b/examples/angular/injectKeyHold/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.6", "@angular/platform-browser-dynamic": "^21.2.6", "@angular/router": "^21.2.6", - "@tanstack/angular-hotkeys": "^0.9.0", + "@tanstack/angular-hotkeys": "^0.9.1", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/lit/held-keys/package.json b/examples/lit/held-keys/package.json index 42626b68..8a2cc3e7 100644 --- a/examples/lit/held-keys/package.json +++ b/examples/lit/held-keys/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/lit-hotkeys": "0.10.0", + "@tanstack/lit-hotkeys": "0.10.1", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey-recorder/package.json b/examples/lit/hotkey-recorder/package.json index c5f50108..45db0bb2 100644 --- a/examples/lit/hotkey-recorder/package.json +++ b/examples/lit/hotkey-recorder/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/lit-hotkeys": "0.10.0", + "@tanstack/lit-hotkeys": "0.10.1", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey-sequence-recorder/package.json b/examples/lit/hotkey-sequence-recorder/package.json index 7a4a7fa3..4c65758c 100644 --- a/examples/lit/hotkey-sequence-recorder/package.json +++ b/examples/lit/hotkey-sequence-recorder/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/lit-hotkeys": "0.10.0", + "@tanstack/lit-hotkeys": "0.10.1", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey-sequence/package.json b/examples/lit/hotkey-sequence/package.json index 8908e3d6..976d9f86 100644 --- a/examples/lit/hotkey-sequence/package.json +++ b/examples/lit/hotkey-sequence/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/lit-hotkeys": "0.10.0", + "@tanstack/lit-hotkeys": "0.10.1", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey/package.json b/examples/lit/hotkey/package.json index b85f02e1..694cb2d1 100644 --- a/examples/lit/hotkey/package.json +++ b/examples/lit/hotkey/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/lit-hotkeys": "0.10.0", + "@tanstack/lit-hotkeys": "0.10.1", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/key-hold/package.json b/examples/lit/key-hold/package.json index 1dcdc7e5..892123a9 100644 --- a/examples/lit/key-hold/package.json +++ b/examples/lit/key-hold/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/lit-hotkeys": "0.10.0", + "@tanstack/lit-hotkeys": "0.10.1", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/preact/useHeldKeys/package.json b/examples/preact/useHeldKeys/package.json index 76c3baef..b2dd0bca 100644 --- a/examples/preact/useHeldKeys/package.json +++ b/examples/preact/useHeldKeys/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-hotkeys": "^0.9.0", + "@tanstack/preact-hotkeys": "^0.9.1", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.5", + "@tanstack/preact-hotkeys-devtools": "^0.6.6", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkey/package.json b/examples/preact/useHotkey/package.json index 810e5f5b..c1459397 100644 --- a/examples/preact/useHotkey/package.json +++ b/examples/preact/useHotkey/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-hotkeys": "^0.9.0", + "@tanstack/preact-hotkeys": "^0.9.1", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.5", + "@tanstack/preact-hotkeys-devtools": "^0.6.6", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeyRecorder/package.json b/examples/preact/useHotkeyRecorder/package.json index 16a0b648..0f7ae9e9 100644 --- a/examples/preact/useHotkeyRecorder/package.json +++ b/examples/preact/useHotkeyRecorder/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-hotkeys": "^0.9.0", + "@tanstack/preact-hotkeys": "^0.9.1", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.5", + "@tanstack/preact-hotkeys-devtools": "^0.6.6", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeySequence/package.json b/examples/preact/useHotkeySequence/package.json index f955cec2..e8a51af2 100644 --- a/examples/preact/useHotkeySequence/package.json +++ b/examples/preact/useHotkeySequence/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-hotkeys": "^0.9.0", + "@tanstack/preact-hotkeys": "^0.9.1", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.5", + "@tanstack/preact-hotkeys-devtools": "^0.6.6", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeySequenceRecorder/package.json b/examples/preact/useHotkeySequenceRecorder/package.json index 24ed60ba..c55aaf8f 100644 --- a/examples/preact/useHotkeySequenceRecorder/package.json +++ b/examples/preact/useHotkeySequenceRecorder/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-hotkeys": "^0.9.0", + "@tanstack/preact-hotkeys": "^0.9.1", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.5", + "@tanstack/preact-hotkeys-devtools": "^0.6.6", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeySequences/package.json b/examples/preact/useHotkeySequences/package.json index 7d646c4a..b36da5c5 100644 --- a/examples/preact/useHotkeySequences/package.json +++ b/examples/preact/useHotkeySequences/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-hotkeys": "^0.9.0", + "@tanstack/preact-hotkeys": "^0.9.1", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.5", + "@tanstack/preact-hotkeys-devtools": "^0.6.6", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeys/package.json b/examples/preact/useHotkeys/package.json index 7ef7f4d8..d1b3d6b1 100644 --- a/examples/preact/useHotkeys/package.json +++ b/examples/preact/useHotkeys/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-hotkeys": "^0.9.0", + "@tanstack/preact-hotkeys": "^0.9.1", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.5", + "@tanstack/preact-hotkeys-devtools": "^0.6.6", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useKeyhold/package.json b/examples/preact/useKeyhold/package.json index 29c24d4e..4292f4d4 100644 --- a/examples/preact/useKeyhold/package.json +++ b/examples/preact/useKeyhold/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/preact-hotkeys": "^0.9.0", + "@tanstack/preact-hotkeys": "^0.9.1", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.5", + "@tanstack/preact-hotkeys-devtools": "^0.6.6", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/react/useHeldKeys/package.json b/examples/react/useHeldKeys/package.json index b615e670..ec7715ea 100644 --- a/examples/react/useHeldKeys/package.json +++ b/examples/react/useHeldKeys/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-hotkeys": "^0.9.0", + "@tanstack/react-hotkeys": "^0.9.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.5", + "@tanstack/react-hotkeys-devtools": "^0.6.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useHotkey/package.json b/examples/react/useHotkey/package.json index b903c4cf..870ca786 100644 --- a/examples/react/useHotkey/package.json +++ b/examples/react/useHotkey/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-hotkeys": "^0.9.0", + "@tanstack/react-hotkeys": "^0.9.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.5", + "@tanstack/react-hotkeys-devtools": "^0.6.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useHotkeyRecorder/package.json b/examples/react/useHotkeyRecorder/package.json index af28ba78..e70865cc 100644 --- a/examples/react/useHotkeyRecorder/package.json +++ b/examples/react/useHotkeyRecorder/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-hotkeys": "^0.9.0", + "@tanstack/react-hotkeys": "^0.9.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.5", + "@tanstack/react-hotkeys-devtools": "^0.6.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useHotkeySequence/package.json b/examples/react/useHotkeySequence/package.json index 4f2b9e2d..1eae6592 100644 --- a/examples/react/useHotkeySequence/package.json +++ b/examples/react/useHotkeySequence/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-hotkeys": "^0.9.0", + "@tanstack/react-hotkeys": "^0.9.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.5", + "@tanstack/react-hotkeys-devtools": "^0.6.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useHotkeySequenceRecorder/package.json b/examples/react/useHotkeySequenceRecorder/package.json index 6791dcfb..949a95c2 100644 --- a/examples/react/useHotkeySequenceRecorder/package.json +++ b/examples/react/useHotkeySequenceRecorder/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-hotkeys": "^0.9.0", + "@tanstack/react-hotkeys": "^0.9.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.5", + "@tanstack/react-hotkeys-devtools": "^0.6.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useHotkeySequences/package.json b/examples/react/useHotkeySequences/package.json index 01b0f16b..391d18f5 100644 --- a/examples/react/useHotkeySequences/package.json +++ b/examples/react/useHotkeySequences/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-hotkeys": "^0.9.0", + "@tanstack/react-hotkeys": "^0.9.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.5", + "@tanstack/react-hotkeys-devtools": "^0.6.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useHotkeys/package.json b/examples/react/useHotkeys/package.json index c7bdd02f..a54a643d 100644 --- a/examples/react/useHotkeys/package.json +++ b/examples/react/useHotkeys/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-hotkeys": "^0.9.0", + "@tanstack/react-hotkeys": "^0.9.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.5", + "@tanstack/react-hotkeys-devtools": "^0.6.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/react/useKeyhold/package.json b/examples/react/useKeyhold/package.json index a38ed300..cd351671 100644 --- a/examples/react/useKeyhold/package.json +++ b/examples/react/useKeyhold/package.json @@ -11,13 +11,13 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/react-hotkeys": "^0.9.0", + "@tanstack/react-hotkeys": "^0.9.1", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.5", + "@tanstack/react-hotkeys-devtools": "^0.6.6", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^6.0.1", diff --git a/examples/solid/createHeldKeys/package.json b/examples/solid/createHeldKeys/package.json index 87bee6b2..e08c5921 100644 --- a/examples/solid/createHeldKeys/package.json +++ b/examples/solid/createHeldKeys/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.0", - "@tanstack/solid-hotkeys": "^0.9.0", - "@tanstack/solid-hotkeys-devtools": "^0.6.5", + "@tanstack/solid-hotkeys": "^0.9.1", + "@tanstack/solid-hotkeys-devtools": "^0.6.6", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkey/package.json b/examples/solid/createHotkey/package.json index 1c7d9721..749f5e3c 100644 --- a/examples/solid/createHotkey/package.json +++ b/examples/solid/createHotkey/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.0", - "@tanstack/solid-hotkeys": "^0.9.0", - "@tanstack/solid-hotkeys-devtools": "^0.6.5", + "@tanstack/solid-hotkeys": "^0.9.1", + "@tanstack/solid-hotkeys-devtools": "^0.6.6", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeyRecorder/package.json b/examples/solid/createHotkeyRecorder/package.json index d546dbfa..17f7857a 100644 --- a/examples/solid/createHotkeyRecorder/package.json +++ b/examples/solid/createHotkeyRecorder/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.0", - "@tanstack/solid-hotkeys": "^0.9.0", - "@tanstack/solid-hotkeys-devtools": "^0.6.5", + "@tanstack/solid-hotkeys": "^0.9.1", + "@tanstack/solid-hotkeys-devtools": "^0.6.6", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequence/package.json b/examples/solid/createHotkeySequence/package.json index d1b88eba..c3268c1d 100644 --- a/examples/solid/createHotkeySequence/package.json +++ b/examples/solid/createHotkeySequence/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.0", - "@tanstack/solid-hotkeys": "^0.9.0", - "@tanstack/solid-hotkeys-devtools": "^0.6.5", + "@tanstack/solid-hotkeys": "^0.9.1", + "@tanstack/solid-hotkeys-devtools": "^0.6.6", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequenceRecorder/package.json b/examples/solid/createHotkeySequenceRecorder/package.json index e323f4f2..8ea8d645 100644 --- a/examples/solid/createHotkeySequenceRecorder/package.json +++ b/examples/solid/createHotkeySequenceRecorder/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.0", - "@tanstack/solid-hotkeys": "^0.9.0", - "@tanstack/solid-hotkeys-devtools": "^0.6.5", + "@tanstack/solid-hotkeys": "^0.9.1", + "@tanstack/solid-hotkeys-devtools": "^0.6.6", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequences/package.json b/examples/solid/createHotkeySequences/package.json index 1d430bda..c5a24f7f 100644 --- a/examples/solid/createHotkeySequences/package.json +++ b/examples/solid/createHotkeySequences/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.0", - "@tanstack/solid-hotkeys": "^0.9.0", - "@tanstack/solid-hotkeys-devtools": "^0.6.5", + "@tanstack/solid-hotkeys": "^0.9.1", + "@tanstack/solid-hotkeys-devtools": "^0.6.6", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeys/package.json b/examples/solid/createHotkeys/package.json index bc43d1c4..5ad165f8 100644 --- a/examples/solid/createHotkeys/package.json +++ b/examples/solid/createHotkeys/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.0", - "@tanstack/solid-hotkeys": "^0.9.0", - "@tanstack/solid-hotkeys-devtools": "^0.6.5", + "@tanstack/solid-hotkeys": "^0.9.1", + "@tanstack/solid-hotkeys-devtools": "^0.6.6", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createKeyHold/package.json b/examples/solid/createKeyHold/package.json index c2d5583b..7b93477f 100644 --- a/examples/solid/createKeyHold/package.json +++ b/examples/solid/createKeyHold/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.0", - "@tanstack/solid-hotkeys": "^0.9.0", - "@tanstack/solid-hotkeys-devtools": "^0.6.5", + "@tanstack/solid-hotkeys": "^0.9.1", + "@tanstack/solid-hotkeys-devtools": "^0.6.6", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-recorder/package.json b/examples/svelte/create-hotkey-recorder/package.json index 862c094a..7d2b9b5d 100644 --- a/examples/svelte/create-hotkey-recorder/package.json +++ b/examples/svelte/create-hotkey-recorder/package.json @@ -6,7 +6,7 @@ "dev": "vite --port=3069" }, "dependencies": { - "@tanstack/svelte-hotkeys": "0.9.0", + "@tanstack/svelte-hotkeys": "0.9.1", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequence-recorder/package.json b/examples/svelte/create-hotkey-sequence-recorder/package.json index 5af4f7ce..2b14ce19 100644 --- a/examples/svelte/create-hotkey-sequence-recorder/package.json +++ b/examples/svelte/create-hotkey-sequence-recorder/package.json @@ -6,7 +6,7 @@ "dev": "vite --port=3069" }, "dependencies": { - "@tanstack/svelte-hotkeys": "0.9.0", + "@tanstack/svelte-hotkeys": "0.9.1", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequence/package.json b/examples/svelte/create-hotkey-sequence/package.json index f078a0c9..f4ca2f22 100644 --- a/examples/svelte/create-hotkey-sequence/package.json +++ b/examples/svelte/create-hotkey-sequence/package.json @@ -6,7 +6,7 @@ "dev": "vite --port=3069" }, "dependencies": { - "@tanstack/svelte-hotkeys": "0.9.0", + "@tanstack/svelte-hotkeys": "0.9.1", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequences/package.json b/examples/svelte/create-hotkey-sequences/package.json index dcc0df3d..3dd488ae 100644 --- a/examples/svelte/create-hotkey-sequences/package.json +++ b/examples/svelte/create-hotkey-sequences/package.json @@ -6,7 +6,7 @@ "dev": "vite --port=3069" }, "dependencies": { - "@tanstack/svelte-hotkeys": "0.9.0", + "@tanstack/svelte-hotkeys": "0.9.1", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey/package.json b/examples/svelte/create-hotkey/package.json index b06def3e..a352dd43 100644 --- a/examples/svelte/create-hotkey/package.json +++ b/examples/svelte/create-hotkey/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/svelte-hotkeys": "0.9.0", + "@tanstack/svelte-hotkeys": "0.9.1", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkeys/package.json b/examples/svelte/create-hotkeys/package.json index bab52a38..b89a0491 100644 --- a/examples/svelte/create-hotkeys/package.json +++ b/examples/svelte/create-hotkeys/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/svelte-hotkeys": "0.9.0", + "@tanstack/svelte-hotkeys": "0.9.1", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/get-held-keys/package.json b/examples/svelte/get-held-keys/package.json index 16768187..4a521756 100644 --- a/examples/svelte/get-held-keys/package.json +++ b/examples/svelte/get-held-keys/package.json @@ -6,7 +6,7 @@ "dev": "vite --port=3069" }, "dependencies": { - "@tanstack/svelte-hotkeys": "0.9.0", + "@tanstack/svelte-hotkeys": "0.9.1", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/get-is-key-held/package.json b/examples/svelte/get-is-key-held/package.json index ce0c6916..7c3b9c86 100644 --- a/examples/svelte/get-is-key-held/package.json +++ b/examples/svelte/get-is-key-held/package.json @@ -6,7 +6,7 @@ "dev": "vite --port=3069" }, "dependencies": { - "@tanstack/svelte-hotkeys": "0.9.0", + "@tanstack/svelte-hotkeys": "0.9.1", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/vanilla/formatForDisplay/package.json b/examples/vanilla/formatForDisplay/package.json index 3a705326..f17a4504 100644 --- a/examples/vanilla/formatForDisplay/package.json +++ b/examples/vanilla/formatForDisplay/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/hotkeys": "^0.7.0" + "@tanstack/hotkeys": "^0.7.1" }, "devDependencies": { "typescript": "6.0.2", diff --git a/examples/vue/useHeldKeys/package.json b/examples/vue/useHeldKeys/package.json index cd2d4f3c..84aa05d3 100644 --- a/examples/vue/useHeldKeys/package.json +++ b/examples/vue/useHeldKeys/package.json @@ -11,12 +11,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/vue-hotkeys": "^0.9.0", + "@tanstack/vue-hotkeys": "^0.9.1", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.5", + "@tanstack/vue-hotkeys-devtools": "^0.6.6", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-vue": "^6.0.5", "typescript": "6.0.2", diff --git a/examples/vue/useHotkey/package.json b/examples/vue/useHotkey/package.json index 30e196c9..9aa6f717 100644 --- a/examples/vue/useHotkey/package.json +++ b/examples/vue/useHotkey/package.json @@ -11,12 +11,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/vue-hotkeys": "^0.9.0", + "@tanstack/vue-hotkeys": "^0.9.1", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.5", + "@tanstack/vue-hotkeys-devtools": "^0.6.6", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-vue": "^6.0.5", "typescript": "6.0.2", diff --git a/examples/vue/useHotkeyRecorder/package.json b/examples/vue/useHotkeyRecorder/package.json index 57c77764..f48fb40c 100644 --- a/examples/vue/useHotkeyRecorder/package.json +++ b/examples/vue/useHotkeyRecorder/package.json @@ -11,12 +11,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/vue-hotkeys": "^0.9.0", + "@tanstack/vue-hotkeys": "^0.9.1", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.5", + "@tanstack/vue-hotkeys-devtools": "^0.6.6", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-vue": "^6.0.5", "typescript": "6.0.2", diff --git a/examples/vue/useHotkeySequence/package.json b/examples/vue/useHotkeySequence/package.json index 233f8087..c3ad8a26 100644 --- a/examples/vue/useHotkeySequence/package.json +++ b/examples/vue/useHotkeySequence/package.json @@ -11,12 +11,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/vue-hotkeys": "^0.9.0", + "@tanstack/vue-hotkeys": "^0.9.1", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.5", + "@tanstack/vue-hotkeys-devtools": "^0.6.6", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-vue": "^6.0.5", "typescript": "6.0.2", diff --git a/examples/vue/useHotkeySequenceRecorder/package.json b/examples/vue/useHotkeySequenceRecorder/package.json index 57829443..2ae64ac8 100644 --- a/examples/vue/useHotkeySequenceRecorder/package.json +++ b/examples/vue/useHotkeySequenceRecorder/package.json @@ -11,12 +11,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/vue-hotkeys": "^0.9.0", + "@tanstack/vue-hotkeys": "^0.9.1", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.5", + "@tanstack/vue-hotkeys-devtools": "^0.6.6", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-vue": "^6.0.5", "typescript": "6.0.2", diff --git a/examples/vue/useHotkeySequences/package.json b/examples/vue/useHotkeySequences/package.json index 29f6a1de..769acaae 100644 --- a/examples/vue/useHotkeySequences/package.json +++ b/examples/vue/useHotkeySequences/package.json @@ -11,12 +11,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/vue-hotkeys": "^0.9.0", + "@tanstack/vue-hotkeys": "^0.9.1", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.5", + "@tanstack/vue-hotkeys-devtools": "^0.6.6", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-vue": "^6.0.5", "typescript": "6.0.2", diff --git a/examples/vue/useHotkeys/package.json b/examples/vue/useHotkeys/package.json index 9729544e..6f8c64fb 100644 --- a/examples/vue/useHotkeys/package.json +++ b/examples/vue/useHotkeys/package.json @@ -11,12 +11,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/vue-hotkeys": "^0.9.0", + "@tanstack/vue-hotkeys": "^0.9.1", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.5", + "@tanstack/vue-hotkeys-devtools": "^0.6.6", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-vue": "^6.0.5", "typescript": "6.0.2", diff --git a/examples/vue/useKeyhold/package.json b/examples/vue/useKeyhold/package.json index d8a54a4d..34a3aab1 100644 --- a/examples/vue/useKeyhold/package.json +++ b/examples/vue/useKeyhold/package.json @@ -11,12 +11,12 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/vue-hotkeys": "^0.9.0", + "@tanstack/vue-hotkeys": "^0.9.1", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.5", + "@tanstack/vue-hotkeys-devtools": "^0.6.6", "@typescript-eslint/parser": "^8.57.2", "@vitejs/plugin-vue": "^6.0.5", "typescript": "6.0.2", diff --git a/packages/angular-hotkeys/CHANGELOG.md b/packages/angular-hotkeys/CHANGELOG.md index 8b143f7c..544e4bf6 100644 --- a/packages/angular-hotkeys/CHANGELOG.md +++ b/packages/angular-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-hotkeys +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`0e46137`](https://github.com/TanStack/hotkeys/commit/0e46137405aa2d05f2e0a03d5c675d87c7218aab)]: + - @tanstack/hotkeys@0.7.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/angular-hotkeys/package.json b/packages/angular-hotkeys/package.json index de52929e..6ac0c265 100644 --- a/packages/angular-hotkeys/package.json +++ b/packages/angular-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-hotkeys", - "version": "0.9.0", + "version": "0.9.1", "description": "Angular adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/hotkeys-devtools/CHANGELOG.md b/packages/hotkeys-devtools/CHANGELOG.md index 618f45af..50ffe0ef 100644 --- a/packages/hotkeys-devtools/CHANGELOG.md +++ b/packages/hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/hotkeys-devtools +## 0.8.1 + +### Patch Changes + +- Updated dependencies [[`0e46137`](https://github.com/TanStack/hotkeys/commit/0e46137405aa2d05f2e0a03d5c675d87c7218aab)]: + - @tanstack/hotkeys@0.7.1 + ## 0.8.0 ### Minor Changes diff --git a/packages/hotkeys-devtools/package.json b/packages/hotkeys-devtools/package.json index ef26a78f..9cdc8ea7 100644 --- a/packages/hotkeys-devtools/package.json +++ b/packages/hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys-devtools", - "version": "0.8.0", + "version": "0.8.1", "description": "Devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/hotkeys/CHANGELOG.md b/packages/hotkeys/CHANGELOG.md index 6216abff..4dfdde90 100644 --- a/packages/hotkeys/CHANGELOG.md +++ b/packages/hotkeys/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/hotkeys +## 0.7.1 + +### Patch Changes + +- fix: normalizeKeyName null check ([#98](https://github.com/TanStack/hotkeys/pull/98)) + ## 0.7.0 ### Minor Changes diff --git a/packages/hotkeys/package.json b/packages/hotkeys/package.json index e4c457f7..730b7463 100644 --- a/packages/hotkeys/package.json +++ b/packages/hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys", - "version": "0.7.0", + "version": "0.7.1", "description": "Type-safe, framework-agnostic keyboard hotkey management for the browser", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/lit-hotkeys/CHANGELOG.md b/packages/lit-hotkeys/CHANGELOG.md index d84a2025..9c829afd 100644 --- a/packages/lit-hotkeys/CHANGELOG.md +++ b/packages/lit-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-hotkeys +## 0.10.1 + +### Patch Changes + +- Updated dependencies [[`0e46137`](https://github.com/TanStack/hotkeys/commit/0e46137405aa2d05f2e0a03d5c675d87c7218aab)]: + - @tanstack/hotkeys@0.7.1 + ## 0.10.0 ### Minor Changes diff --git a/packages/lit-hotkeys/package.json b/packages/lit-hotkeys/package.json index e56e6ec7..e3428406 100644 --- a/packages/lit-hotkeys/package.json +++ b/packages/lit-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-hotkeys", - "version": "0.10.0", + "version": "0.10.1", "description": "Lit adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-hotkeys-devtools/CHANGELOG.md b/packages/preact-hotkeys-devtools/CHANGELOG.md index 44a66c91..0e59d73a 100644 --- a/packages/preact-hotkeys-devtools/CHANGELOG.md +++ b/packages/preact-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-hotkeys-devtools +## 0.6.6 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.8.1 + ## 0.6.5 ### Patch Changes diff --git a/packages/preact-hotkeys-devtools/package.json b/packages/preact-hotkeys-devtools/package.json index e2eadaec..ade74950 100644 --- a/packages/preact-hotkeys-devtools/package.json +++ b/packages/preact-hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-hotkeys-devtools", - "version": "0.6.5", + "version": "0.6.6", "description": "Preact devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-hotkeys/CHANGELOG.md b/packages/preact-hotkeys/CHANGELOG.md index b966fc64..88fabd45 100644 --- a/packages/preact-hotkeys/CHANGELOG.md +++ b/packages/preact-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-hotkeys +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`0e46137`](https://github.com/TanStack/hotkeys/commit/0e46137405aa2d05f2e0a03d5c675d87c7218aab)]: + - @tanstack/hotkeys@0.7.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/preact-hotkeys/package.json b/packages/preact-hotkeys/package.json index 70b4b9f6..6d867b28 100644 --- a/packages/preact-hotkeys/package.json +++ b/packages/preact-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-hotkeys", - "version": "0.9.0", + "version": "0.9.1", "description": "Preact adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-hotkeys-devtools/CHANGELOG.md b/packages/react-hotkeys-devtools/CHANGELOG.md index a2b1688b..9a5f1f8e 100644 --- a/packages/react-hotkeys-devtools/CHANGELOG.md +++ b/packages/react-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-hotkeys-devtools +## 0.6.6 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.8.1 + ## 0.6.5 ### Patch Changes diff --git a/packages/react-hotkeys-devtools/package.json b/packages/react-hotkeys-devtools/package.json index 5ce65729..297deafe 100644 --- a/packages/react-hotkeys-devtools/package.json +++ b/packages/react-hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-hotkeys-devtools", - "version": "0.6.5", + "version": "0.6.6", "description": "React devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/react-hotkeys/CHANGELOG.md b/packages/react-hotkeys/CHANGELOG.md index 43397084..5ae1b803 100644 --- a/packages/react-hotkeys/CHANGELOG.md +++ b/packages/react-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-hotkeys +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`0e46137`](https://github.com/TanStack/hotkeys/commit/0e46137405aa2d05f2e0a03d5c675d87c7218aab)]: + - @tanstack/hotkeys@0.7.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/react-hotkeys/package.json b/packages/react-hotkeys/package.json index f59af4fe..4a478b63 100644 --- a/packages/react-hotkeys/package.json +++ b/packages/react-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-hotkeys", - "version": "0.9.0", + "version": "0.9.1", "description": "React adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-hotkeys-devtools/CHANGELOG.md b/packages/solid-hotkeys-devtools/CHANGELOG.md index a524e771..b537a59d 100644 --- a/packages/solid-hotkeys-devtools/CHANGELOG.md +++ b/packages/solid-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-hotkeys-devtools +## 0.6.6 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.8.1 + ## 0.6.5 ### Patch Changes diff --git a/packages/solid-hotkeys-devtools/package.json b/packages/solid-hotkeys-devtools/package.json index 31efa91d..159ef88c 100644 --- a/packages/solid-hotkeys-devtools/package.json +++ b/packages/solid-hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-hotkeys-devtools", - "version": "0.6.5", + "version": "0.6.6", "description": "SolidJS devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/solid-hotkeys/CHANGELOG.md b/packages/solid-hotkeys/CHANGELOG.md index 11b404fb..dc9fbcbe 100644 --- a/packages/solid-hotkeys/CHANGELOG.md +++ b/packages/solid-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-hotkeys +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`0e46137`](https://github.com/TanStack/hotkeys/commit/0e46137405aa2d05f2e0a03d5c675d87c7218aab)]: + - @tanstack/hotkeys@0.7.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/solid-hotkeys/package.json b/packages/solid-hotkeys/package.json index 398ef4d8..fc2b79d3 100644 --- a/packages/solid-hotkeys/package.json +++ b/packages/solid-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-hotkeys", - "version": "0.9.0", + "version": "0.9.1", "description": "SolidJS adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/svelte-hotkeys/CHANGELOG.md b/packages/svelte-hotkeys/CHANGELOG.md index 0df30662..298b48df 100644 --- a/packages/svelte-hotkeys/CHANGELOG.md +++ b/packages/svelte-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-hotkeys +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`0e46137`](https://github.com/TanStack/hotkeys/commit/0e46137405aa2d05f2e0a03d5c675d87c7218aab)]: + - @tanstack/hotkeys@0.7.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/svelte-hotkeys/package.json b/packages/svelte-hotkeys/package.json index 77fbeef0..871cc560 100644 --- a/packages/svelte-hotkeys/package.json +++ b/packages/svelte-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-hotkeys", - "version": "0.9.0", + "version": "0.9.1", "description": "Svelte adapter for TanStack Hotkeys", "author": "Kunal Rao", "license": "MIT", diff --git a/packages/vue-hotkeys-devtools/CHANGELOG.md b/packages/vue-hotkeys-devtools/CHANGELOG.md index 2efd3f0f..6c9ada6e 100644 --- a/packages/vue-hotkeys-devtools/CHANGELOG.md +++ b/packages/vue-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-hotkeys-devtools +## 0.6.6 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.8.1 + ## 0.6.5 ### Patch Changes diff --git a/packages/vue-hotkeys-devtools/package.json b/packages/vue-hotkeys-devtools/package.json index 3e5a3672..14cb0745 100644 --- a/packages/vue-hotkeys-devtools/package.json +++ b/packages/vue-hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-hotkeys-devtools", - "version": "0.6.5", + "version": "0.6.6", "description": "Vue devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/vue-hotkeys/CHANGELOG.md b/packages/vue-hotkeys/CHANGELOG.md index fcc10af7..46c1b390 100644 --- a/packages/vue-hotkeys/CHANGELOG.md +++ b/packages/vue-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-hotkeys +## 0.9.1 + +### Patch Changes + +- Updated dependencies [[`0e46137`](https://github.com/TanStack/hotkeys/commit/0e46137405aa2d05f2e0a03d5c675d87c7218aab)]: + - @tanstack/hotkeys@0.7.1 + ## 0.9.0 ### Minor Changes diff --git a/packages/vue-hotkeys/package.json b/packages/vue-hotkeys/package.json index aee57a77..88062892 100644 --- a/packages/vue-hotkeys/package.json +++ b/packages/vue-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-hotkeys", - "version": "0.9.0", + "version": "0.9.1", "description": "Vue adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 554a9355..86784631 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,7 +108,7 @@ importers: specifier: ^21.2.6 version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -122,7 +122,7 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ^21.2.5 - version: 21.2.5(@angular/compiler-cli@21.2.6(@angular/compiler@21.2.6)(typescript@6.0.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@types/node@25.5.0)(chokidar@5.0.0)(jiti@2.6.1)(karma@6.4.4)(lightningcss@1.32.0)(typescript@6.0.2)(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)))(yaml@2.8.2) + version: 21.2.5(@angular/compiler-cli@21.2.6(@angular/compiler@21.2.6)(typescript@6.0.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@types/node@25.5.0)(chokidar@5.0.0)(jiti@2.6.1)(karma@6.4.4)(lightningcss@1.32.0)(typescript@6.0.2)(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1)(less@4.4.2)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)))(yaml@2.8.2) '@angular/cli': specifier: ^21.2.5 version: 21.2.5(@types/node@25.5.0)(chokidar@5.0.0) @@ -178,7 +178,7 @@ importers: specifier: ^21.2.6 version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -192,7 +192,7 @@ importers: devDependencies: '@angular-devkit/build-angular': specifier: ^21.2.5 - version: 21.2.5(@angular/compiler-cli@21.2.6(@angular/compiler@21.2.6)(typescript@6.0.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@types/node@25.5.0)(chokidar@5.0.0)(jiti@2.6.1)(karma@6.4.4)(lightningcss@1.32.0)(typescript@6.0.2)(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@8.0.3(@types/node@25.5.0)(esbuild@0.27.3)(jiti@2.6.1)(less@4.4.2)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)))(yaml@2.8.2) + version: 21.2.5(@angular/compiler-cli@21.2.6(@angular/compiler@21.2.6)(typescript@6.0.2))(@angular/compiler@21.2.6)(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(@types/node@25.5.0)(chokidar@5.0.0)(jiti@2.6.1)(karma@6.4.4)(lightningcss@1.32.0)(typescript@6.0.2)(vitest@4.1.2(@types/node@25.5.0)(happy-dom@20.8.9)(vite@7.3.1(@types/node@25.5.0)(jiti@2.6.1)(less@4.4.2)(lightningcss@1.32.0)(sass@1.97.3)(terser@5.46.0)(yaml@2.8.2)))(yaml@2.8.2) '@angular/cli': specifier: ^21.2.5 version: 21.2.5(@types/node@25.5.0)(chokidar@5.0.0) @@ -248,7 +248,7 @@ importers: specifier: ^21.2.6 version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -318,7 +318,7 @@ importers: specifier: ^21.2.6 version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -388,7 +388,7 @@ importers: specifier: ^21.2.6 version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -458,7 +458,7 @@ importers: specifier: ^21.2.6 version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -528,7 +528,7 @@ importers: specifier: ^21.2.6 version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -598,7 +598,7 @@ importers: specifier: ^21.2.6 version: 21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.6(@angular/common@21.2.6(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.6(@angular/compiler@21.2.6)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -647,7 +647,7 @@ importers: examples/lit/held-keys: dependencies: '@tanstack/lit-hotkeys': - specifier: 0.10.0 + specifier: 0.10.1 version: link:../../../packages/lit-hotkeys lit: specifier: ^3.3.2 @@ -663,7 +663,7 @@ importers: examples/lit/hotkey: dependencies: '@tanstack/lit-hotkeys': - specifier: 0.10.0 + specifier: 0.10.1 version: link:../../../packages/lit-hotkeys lit: specifier: ^3.3.2 @@ -679,7 +679,7 @@ importers: examples/lit/hotkey-recorder: dependencies: '@tanstack/lit-hotkeys': - specifier: 0.10.0 + specifier: 0.10.1 version: link:../../../packages/lit-hotkeys lit: specifier: ^3.3.2 @@ -695,7 +695,7 @@ importers: examples/lit/hotkey-sequence: dependencies: '@tanstack/lit-hotkeys': - specifier: 0.10.0 + specifier: 0.10.1 version: link:../../../packages/lit-hotkeys lit: specifier: ^3.3.2 @@ -711,7 +711,7 @@ importers: examples/lit/hotkey-sequence-recorder: dependencies: '@tanstack/lit-hotkeys': - specifier: 0.10.0 + specifier: 0.10.1 version: link:../../../packages/lit-hotkeys lit: specifier: ^3.3.2 @@ -727,7 +727,7 @@ importers: examples/lit/key-hold: dependencies: '@tanstack/lit-hotkeys': - specifier: 0.10.0 + specifier: 0.10.1 version: link:../../../packages/lit-hotkeys lit: specifier: ^3.3.2 @@ -743,7 +743,7 @@ importers: examples/preact/useHeldKeys: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -756,7 +756,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.2 @@ -768,7 +768,7 @@ importers: examples/preact/useHotkey: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -781,7 +781,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.2 @@ -793,7 +793,7 @@ importers: examples/preact/useHotkeyRecorder: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -806,7 +806,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.2 @@ -818,7 +818,7 @@ importers: examples/preact/useHotkeySequence: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -831,7 +831,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.2 @@ -843,7 +843,7 @@ importers: examples/preact/useHotkeySequenceRecorder: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -856,7 +856,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.2 @@ -868,7 +868,7 @@ importers: examples/preact/useHotkeySequences: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -881,7 +881,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.2 @@ -893,7 +893,7 @@ importers: examples/preact/useHotkeys: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -906,7 +906,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.2 @@ -918,7 +918,7 @@ importers: examples/preact/useKeyhold: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -931,7 +931,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.2 @@ -943,7 +943,7 @@ importers: examples/react/useHeldKeys: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -956,7 +956,7 @@ importers: specifier: 0.10.0 version: 0.10.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -977,7 +977,7 @@ importers: examples/react/useHotkey: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -990,7 +990,7 @@ importers: specifier: 0.10.0 version: 0.10.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1011,7 +1011,7 @@ importers: examples/react/useHotkeyRecorder: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1024,7 +1024,7 @@ importers: specifier: 0.10.0 version: 0.10.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1045,7 +1045,7 @@ importers: examples/react/useHotkeySequence: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1058,7 +1058,7 @@ importers: specifier: 0.10.0 version: 0.10.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1079,7 +1079,7 @@ importers: examples/react/useHotkeySequenceRecorder: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1092,7 +1092,7 @@ importers: specifier: 0.10.0 version: 0.10.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1113,7 +1113,7 @@ importers: examples/react/useHotkeySequences: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1126,7 +1126,7 @@ importers: specifier: 0.10.0 version: 0.10.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1147,7 +1147,7 @@ importers: examples/react/useHotkeys: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1160,7 +1160,7 @@ importers: specifier: 0.10.0 version: 0.10.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1181,7 +1181,7 @@ importers: examples/react/useKeyhold: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1194,7 +1194,7 @@ importers: specifier: 0.10.0 version: 0.10.0(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.4(react@19.2.4))(react@19.2.4)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1218,10 +1218,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1240,10 +1240,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1268,10 +1268,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1290,10 +1290,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1312,10 +1312,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1334,10 +1334,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1356,10 +1356,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1384,10 +1384,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1403,7 +1403,7 @@ importers: examples/svelte/create-hotkey: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.0 + specifier: 0.9.1 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1422,7 +1422,7 @@ importers: examples/svelte/create-hotkey-recorder: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.0 + specifier: 0.9.1 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1441,7 +1441,7 @@ importers: examples/svelte/create-hotkey-sequence: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.0 + specifier: 0.9.1 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1460,7 +1460,7 @@ importers: examples/svelte/create-hotkey-sequence-recorder: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.0 + specifier: 0.9.1 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1479,7 +1479,7 @@ importers: examples/svelte/create-hotkey-sequences: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.0 + specifier: 0.9.1 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1498,7 +1498,7 @@ importers: examples/svelte/create-hotkeys: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.0 + specifier: 0.9.1 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1517,7 +1517,7 @@ importers: examples/svelte/get-held-keys: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.0 + specifier: 0.9.1 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1536,7 +1536,7 @@ importers: examples/svelte/get-is-key-held: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.0 + specifier: 0.9.1 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1555,7 +1555,7 @@ importers: examples/vanilla/formatForDisplay: dependencies: '@tanstack/hotkeys': - specifier: ^0.7.0 + specifier: ^0.7.1 version: link:../../../packages/hotkeys devDependencies: typescript: @@ -1568,7 +1568,7 @@ importers: examples/vue/useHeldKeys: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.31 @@ -1578,7 +1578,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2 @@ -1599,7 +1599,7 @@ importers: examples/vue/useHotkey: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.31 @@ -1609,7 +1609,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2 @@ -1630,7 +1630,7 @@ importers: examples/vue/useHotkeyRecorder: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.31 @@ -1640,7 +1640,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2 @@ -1661,7 +1661,7 @@ importers: examples/vue/useHotkeySequence: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.31 @@ -1671,7 +1671,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2 @@ -1692,7 +1692,7 @@ importers: examples/vue/useHotkeySequenceRecorder: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.31 @@ -1702,7 +1702,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2 @@ -1723,7 +1723,7 @@ importers: examples/vue/useHotkeySequences: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.31 @@ -1733,7 +1733,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2 @@ -1754,7 +1754,7 @@ importers: examples/vue/useHotkeys: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.31 @@ -1764,7 +1764,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2 @@ -1785,7 +1785,7 @@ importers: examples/vue/useKeyhold: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.0 + specifier: ^0.9.1 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.31 @@ -1795,7 +1795,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.5 + specifier: ^0.6.6 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2