From 74e59d7181837e4a28f3a1bc1c4e3b75cea647fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 02:13:21 +0000 Subject: [PATCH] ci: Version Packages --- .changeset/add-lit-adapter.md | 6 - 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 | 11 ++ 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 | 174 +++++++++--------- 83 files changed, 281 insertions(+), 193 deletions(-) delete mode 100644 .changeset/add-lit-adapter.md diff --git a/.changeset/add-lit-adapter.md b/.changeset/add-lit-adapter.md deleted file mode 100644 index ad347ab6..00000000 --- a/.changeset/add-lit-adapter.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@tanstack/lit-hotkeys': minor -'@tanstack/hotkeys': patch ---- - -Add `@tanstack/lit-hotkeys` package with Lit reactive controllers and decorators for hotkeys, hotkey sequences, key hold, held keys, hotkey recording, and sequence recording. Also fix input element detection inside shadow DOMs in the core hotkeys package. diff --git a/examples/angular/injectHeldKeys/package.json b/examples/angular/injectHeldKeys/package.json index ee987bb1..25a28387 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.8.3", + "@tanstack/angular-hotkeys": "^0.8.4", "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 b8d8b6e4..db3bb16c 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.8.3", + "@tanstack/angular-hotkeys": "^0.8.4", "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 ccd08ce8..787b27ea 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.8.3", + "@tanstack/angular-hotkeys": "^0.8.4", "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 62f99ae9..7fa5e5ab 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.8.3", + "@tanstack/angular-hotkeys": "^0.8.4", "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 7755940f..93d97972 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.8.3", + "@tanstack/angular-hotkeys": "^0.8.4", "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 755903f4..cdc0200f 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.8.3", + "@tanstack/angular-hotkeys": "^0.8.4", "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 972f290a..83112327 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.8.3", + "@tanstack/angular-hotkeys": "^0.8.4", "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 3dece962..3e0d2eec 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.8.3", + "@tanstack/angular-hotkeys": "^0.8.4", "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 a35d9ccf..abbaf2f1 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.8.3", + "@tanstack/lit-hotkeys": "0.9.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey-recorder/package.json b/examples/lit/hotkey-recorder/package.json index 670bca1a..72eac031 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.8.3", + "@tanstack/lit-hotkeys": "0.9.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey-sequence-recorder/package.json b/examples/lit/hotkey-sequence-recorder/package.json index 5ddaa6c5..78db789e 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.8.3", + "@tanstack/lit-hotkeys": "0.9.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey-sequence/package.json b/examples/lit/hotkey-sequence/package.json index 9307510d..703cefe1 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.8.3", + "@tanstack/lit-hotkeys": "0.9.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey/package.json b/examples/lit/hotkey/package.json index 263be27d..87f345a0 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.8.3", + "@tanstack/lit-hotkeys": "0.9.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/key-hold/package.json b/examples/lit/key-hold/package.json index 3eb3e440..ab601797 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.8.3", + "@tanstack/lit-hotkeys": "0.9.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/preact/useHeldKeys/package.json b/examples/preact/useHeldKeys/package.json index a162a73d..c554d3a6 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.8.3", + "@tanstack/preact-hotkeys": "^0.8.4", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.3", + "@tanstack/preact-hotkeys-devtools": "^0.6.4", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkey/package.json b/examples/preact/useHotkey/package.json index 9976ae3f..4772b046 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.8.3", + "@tanstack/preact-hotkeys": "^0.8.4", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.3", + "@tanstack/preact-hotkeys-devtools": "^0.6.4", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeyRecorder/package.json b/examples/preact/useHotkeyRecorder/package.json index 1ddf137f..c5d1a5d2 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.8.3", + "@tanstack/preact-hotkeys": "^0.8.4", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.3", + "@tanstack/preact-hotkeys-devtools": "^0.6.4", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeySequence/package.json b/examples/preact/useHotkeySequence/package.json index 56639a0c..0cf6baae 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.8.3", + "@tanstack/preact-hotkeys": "^0.8.4", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.3", + "@tanstack/preact-hotkeys-devtools": "^0.6.4", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeySequenceRecorder/package.json b/examples/preact/useHotkeySequenceRecorder/package.json index b5451bcf..61e8cd8c 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.8.3", + "@tanstack/preact-hotkeys": "^0.8.4", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.3", + "@tanstack/preact-hotkeys-devtools": "^0.6.4", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeySequences/package.json b/examples/preact/useHotkeySequences/package.json index 877c474b..dbdd536b 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.8.3", + "@tanstack/preact-hotkeys": "^0.8.4", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.3", + "@tanstack/preact-hotkeys-devtools": "^0.6.4", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useHotkeys/package.json b/examples/preact/useHotkeys/package.json index bba8309d..cebd2863 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.8.3", + "@tanstack/preact-hotkeys": "^0.8.4", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.3", + "@tanstack/preact-hotkeys-devtools": "^0.6.4", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/preact/useKeyhold/package.json b/examples/preact/useKeyhold/package.json index 692c143d..d9640c65 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.8.3", + "@tanstack/preact-hotkeys": "^0.8.4", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.6.3", + "@tanstack/preact-hotkeys-devtools": "^0.6.4", "typescript": "6.0.2", "vite": "^8.0.3" } diff --git a/examples/react/useHeldKeys/package.json b/examples/react/useHeldKeys/package.json index 904128e5..ba076861 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.8.3", + "@tanstack/react-hotkeys": "^0.8.4", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.3", + "@tanstack/react-hotkeys-devtools": "^0.6.4", "@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 27288a56..5559cc2f 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.8.3", + "@tanstack/react-hotkeys": "^0.8.4", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.3", + "@tanstack/react-hotkeys-devtools": "^0.6.4", "@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 3debacce..4d8f69f5 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.8.3", + "@tanstack/react-hotkeys": "^0.8.4", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.3", + "@tanstack/react-hotkeys-devtools": "^0.6.4", "@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 ddb5335d..3542b58f 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.8.3", + "@tanstack/react-hotkeys": "^0.8.4", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.3", + "@tanstack/react-hotkeys-devtools": "^0.6.4", "@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 a0ed15cf..833a8a84 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.8.3", + "@tanstack/react-hotkeys": "^0.8.4", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.3", + "@tanstack/react-hotkeys-devtools": "^0.6.4", "@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 97955df5..95e68670 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.8.3", + "@tanstack/react-hotkeys": "^0.8.4", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.3", + "@tanstack/react-hotkeys-devtools": "^0.6.4", "@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 05b6b031..fd24641c 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.8.3", + "@tanstack/react-hotkeys": "^0.8.4", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.3", + "@tanstack/react-hotkeys-devtools": "^0.6.4", "@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 98a57b47..b9de2142 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.8.3", + "@tanstack/react-hotkeys": "^0.8.4", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.6.3", + "@tanstack/react-hotkeys-devtools": "^0.6.4", "@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 748670ed..f6c8567a 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.8.3", - "@tanstack/solid-hotkeys-devtools": "^0.6.3", + "@tanstack/solid-hotkeys": "^0.8.4", + "@tanstack/solid-hotkeys-devtools": "^0.6.4", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkey/package.json b/examples/solid/createHotkey/package.json index 4b231af7..ca5ee15d 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.8.3", - "@tanstack/solid-hotkeys-devtools": "^0.6.3", + "@tanstack/solid-hotkeys": "^0.8.4", + "@tanstack/solid-hotkeys-devtools": "^0.6.4", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeyRecorder/package.json b/examples/solid/createHotkeyRecorder/package.json index bae28615..bad5de62 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.8.3", - "@tanstack/solid-hotkeys-devtools": "^0.6.3", + "@tanstack/solid-hotkeys": "^0.8.4", + "@tanstack/solid-hotkeys-devtools": "^0.6.4", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequence/package.json b/examples/solid/createHotkeySequence/package.json index 7d54592e..95a50bc0 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.8.3", - "@tanstack/solid-hotkeys-devtools": "^0.6.3", + "@tanstack/solid-hotkeys": "^0.8.4", + "@tanstack/solid-hotkeys-devtools": "^0.6.4", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequenceRecorder/package.json b/examples/solid/createHotkeySequenceRecorder/package.json index 4f82381e..cc91581c 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.8.3", - "@tanstack/solid-hotkeys-devtools": "^0.6.3", + "@tanstack/solid-hotkeys": "^0.8.4", + "@tanstack/solid-hotkeys-devtools": "^0.6.4", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequences/package.json b/examples/solid/createHotkeySequences/package.json index 6c7f5bfa..91b9c14e 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.8.3", - "@tanstack/solid-hotkeys-devtools": "^0.6.3", + "@tanstack/solid-hotkeys": "^0.8.4", + "@tanstack/solid-hotkeys-devtools": "^0.6.4", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeys/package.json b/examples/solid/createHotkeys/package.json index 58f34455..3efece1a 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.8.3", - "@tanstack/solid-hotkeys-devtools": "^0.6.3", + "@tanstack/solid-hotkeys": "^0.8.4", + "@tanstack/solid-hotkeys-devtools": "^0.6.4", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createKeyHold/package.json b/examples/solid/createKeyHold/package.json index f9b793d0..f419efe5 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.8.3", - "@tanstack/solid-hotkeys-devtools": "^0.6.3", + "@tanstack/solid-hotkeys": "^0.8.4", + "@tanstack/solid-hotkeys-devtools": "^0.6.4", "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 e849cfcd..75a0cfa4 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.8.3", + "@tanstack/svelte-hotkeys": "0.8.4", "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 82f4a0d7..7024f3b6 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.8.3", + "@tanstack/svelte-hotkeys": "0.8.4", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequence/package.json b/examples/svelte/create-hotkey-sequence/package.json index c06572ca..76aa1ecb 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.8.3", + "@tanstack/svelte-hotkeys": "0.8.4", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequences/package.json b/examples/svelte/create-hotkey-sequences/package.json index cc35ecda..3983578a 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.8.3", + "@tanstack/svelte-hotkeys": "0.8.4", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey/package.json b/examples/svelte/create-hotkey/package.json index f8849e26..245323bd 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.8.3", + "@tanstack/svelte-hotkeys": "0.8.4", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/create-hotkeys/package.json b/examples/svelte/create-hotkeys/package.json index cd1f8092..f6243b75 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.8.3", + "@tanstack/svelte-hotkeys": "0.8.4", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/svelte/get-held-keys/package.json b/examples/svelte/get-held-keys/package.json index 8add0e11..c842dd5a 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.8.3", + "@tanstack/svelte-hotkeys": "0.8.4", "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 2275b243..035a04e0 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.8.3", + "@tanstack/svelte-hotkeys": "0.8.4", "svelte": "^5.55.0" }, "devDependencies": { diff --git a/examples/vanilla/formatForDisplay/package.json b/examples/vanilla/formatForDisplay/package.json index c92ae93a..02e1bddf 100644 --- a/examples/vanilla/formatForDisplay/package.json +++ b/examples/vanilla/formatForDisplay/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/hotkeys": "^0.6.3" + "@tanstack/hotkeys": "^0.6.4" }, "devDependencies": { "typescript": "6.0.2", diff --git a/examples/vue/useHeldKeys/package.json b/examples/vue/useHeldKeys/package.json index fe2339e7..1efe0081 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.8.3", + "@tanstack/vue-hotkeys": "^0.8.4", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.3", + "@tanstack/vue-hotkeys-devtools": "^0.6.4", "@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 892c5173..f5fbcc5d 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.8.3", + "@tanstack/vue-hotkeys": "^0.8.4", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.3", + "@tanstack/vue-hotkeys-devtools": "^0.6.4", "@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 040510af..cd879a4d 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.8.3", + "@tanstack/vue-hotkeys": "^0.8.4", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.3", + "@tanstack/vue-hotkeys-devtools": "^0.6.4", "@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 91b1a87c..f8749eab 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.8.3", + "@tanstack/vue-hotkeys": "^0.8.4", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.3", + "@tanstack/vue-hotkeys-devtools": "^0.6.4", "@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 0df83385..e8dae6bf 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.8.3", + "@tanstack/vue-hotkeys": "^0.8.4", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.3", + "@tanstack/vue-hotkeys-devtools": "^0.6.4", "@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 941942ce..14e87885 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.8.3", + "@tanstack/vue-hotkeys": "^0.8.4", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.3", + "@tanstack/vue-hotkeys-devtools": "^0.6.4", "@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 77266763..da1566f9 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.8.3", + "@tanstack/vue-hotkeys": "^0.8.4", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.3", + "@tanstack/vue-hotkeys-devtools": "^0.6.4", "@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 159a83de..59dcc307 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.8.3", + "@tanstack/vue-hotkeys": "^0.8.4", "vue": "^3.5.31" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.6.3", + "@tanstack/vue-hotkeys-devtools": "^0.6.4", "@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 6089993c..8d636bdf 100644 --- a/packages/angular-hotkeys/CHANGELOG.md +++ b/packages/angular-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/angular-hotkeys +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`b04c88e`](https://github.com/TanStack/hotkeys/commit/b04c88ee0e07be3eef8dc2852868c0421efce26d)]: + - @tanstack/hotkeys@0.6.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/angular-hotkeys/package.json b/packages/angular-hotkeys/package.json index b8fedbb1..7e6c2fe4 100644 --- a/packages/angular-hotkeys/package.json +++ b/packages/angular-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-hotkeys", - "version": "0.8.3", + "version": "0.8.4", "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 249dc07e..b4d49425 100644 --- a/packages/hotkeys-devtools/CHANGELOG.md +++ b/packages/hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/hotkeys-devtools +## 0.7.4 + +### Patch Changes + +- Updated dependencies [[`b04c88e`](https://github.com/TanStack/hotkeys/commit/b04c88ee0e07be3eef8dc2852868c0421efce26d)]: + - @tanstack/hotkeys@0.6.4 + ## 0.7.3 ### Patch Changes diff --git a/packages/hotkeys-devtools/package.json b/packages/hotkeys-devtools/package.json index 3ee886f4..56511336 100644 --- a/packages/hotkeys-devtools/package.json +++ b/packages/hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys-devtools", - "version": "0.7.3", + "version": "0.7.4", "description": "Devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/hotkeys/CHANGELOG.md b/packages/hotkeys/CHANGELOG.md index fddefb62..bb8b26df 100644 --- a/packages/hotkeys/CHANGELOG.md +++ b/packages/hotkeys/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/hotkeys +## 0.6.4 + +### Patch Changes + +- Add `@tanstack/lit-hotkeys` package with Lit reactive controllers and decorators for hotkeys, hotkey sequences, key hold, held keys, hotkey recording, and sequence recording. Also fix input element detection inside shadow DOMs in the core hotkeys package. ([#59](https://github.com/TanStack/hotkeys/pull/59)) + ## 0.6.3 ### Patch Changes diff --git a/packages/hotkeys/package.json b/packages/hotkeys/package.json index cc3738f7..b75590bd 100644 --- a/packages/hotkeys/package.json +++ b/packages/hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys", - "version": "0.6.3", + "version": "0.6.4", "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 8f225296..539d121c 100644 --- a/packages/lit-hotkeys/CHANGELOG.md +++ b/packages/lit-hotkeys/CHANGELOG.md @@ -4,4 +4,15 @@ ### Minor Changes +- Add `@tanstack/lit-hotkeys` package with Lit reactive controllers and decorators for hotkeys, hotkey sequences, key hold, held keys, hotkey recording, and sequence recording. Also fix input element detection inside shadow DOMs in the core hotkeys package. ([#59](https://github.com/TanStack/hotkeys/pull/59)) + +### Patch Changes + +- Updated dependencies [[`b04c88e`](https://github.com/TanStack/hotkeys/commit/b04c88ee0e07be3eef8dc2852868c0421efce26d)]: + - @tanstack/hotkeys@0.6.4 + +## 0.9.0 + +### Minor Changes + - add lit adapter and upgrade packages ([#59](https://github.com/TanStack/hotkeys/pull/59)) diff --git a/packages/lit-hotkeys/package.json b/packages/lit-hotkeys/package.json index d06db1a1..b786526e 100644 --- a/packages/lit-hotkeys/package.json +++ b/packages/lit-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-hotkeys", - "version": "0.8.3", + "version": "0.9.0", "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 d4e83596..3d2f776d 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.4 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.7.4 + ## 0.6.3 ### Patch Changes diff --git a/packages/preact-hotkeys-devtools/package.json b/packages/preact-hotkeys-devtools/package.json index c646cc78..4c2fe5c5 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.3", + "version": "0.6.4", "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 7f23770b..c70079cb 100644 --- a/packages/preact-hotkeys/CHANGELOG.md +++ b/packages/preact-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-hotkeys +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`b04c88e`](https://github.com/TanStack/hotkeys/commit/b04c88ee0e07be3eef8dc2852868c0421efce26d)]: + - @tanstack/hotkeys@0.6.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/preact-hotkeys/package.json b/packages/preact-hotkeys/package.json index 544912c6..84d8bda3 100644 --- a/packages/preact-hotkeys/package.json +++ b/packages/preact-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-hotkeys", - "version": "0.8.3", + "version": "0.8.4", "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 302d82ac..0f3b882d 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.4 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.7.4 + ## 0.6.3 ### Patch Changes diff --git a/packages/react-hotkeys-devtools/package.json b/packages/react-hotkeys-devtools/package.json index 4afedf37..83303fd7 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.3", + "version": "0.6.4", "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 627069b8..8af5eb8c 100644 --- a/packages/react-hotkeys/CHANGELOG.md +++ b/packages/react-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-hotkeys +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`b04c88e`](https://github.com/TanStack/hotkeys/commit/b04c88ee0e07be3eef8dc2852868c0421efce26d)]: + - @tanstack/hotkeys@0.6.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/react-hotkeys/package.json b/packages/react-hotkeys/package.json index 35ced3e6..1dca658d 100644 --- a/packages/react-hotkeys/package.json +++ b/packages/react-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-hotkeys", - "version": "0.8.3", + "version": "0.8.4", "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 e904fd26..604373d9 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.4 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.7.4 + ## 0.6.3 ### Patch Changes diff --git a/packages/solid-hotkeys-devtools/package.json b/packages/solid-hotkeys-devtools/package.json index 379d5e29..a9c55c9f 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.3", + "version": "0.6.4", "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 f096279c..46b55bef 100644 --- a/packages/solid-hotkeys/CHANGELOG.md +++ b/packages/solid-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-hotkeys +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`b04c88e`](https://github.com/TanStack/hotkeys/commit/b04c88ee0e07be3eef8dc2852868c0421efce26d)]: + - @tanstack/hotkeys@0.6.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/solid-hotkeys/package.json b/packages/solid-hotkeys/package.json index 80a94310..dea8f61c 100644 --- a/packages/solid-hotkeys/package.json +++ b/packages/solid-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-hotkeys", - "version": "0.8.3", + "version": "0.8.4", "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 50af52d8..635db91f 100644 --- a/packages/svelte-hotkeys/CHANGELOG.md +++ b/packages/svelte-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/svelte-hotkeys +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`b04c88e`](https://github.com/TanStack/hotkeys/commit/b04c88ee0e07be3eef8dc2852868c0421efce26d)]: + - @tanstack/hotkeys@0.6.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/svelte-hotkeys/package.json b/packages/svelte-hotkeys/package.json index f34111cf..84e99717 100644 --- a/packages/svelte-hotkeys/package.json +++ b/packages/svelte-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-hotkeys", - "version": "0.8.3", + "version": "0.8.4", "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 35a74a1f..47c22bbd 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.4 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.7.4 + ## 0.6.3 ### Patch Changes diff --git a/packages/vue-hotkeys-devtools/package.json b/packages/vue-hotkeys-devtools/package.json index 607e2e8d..8dd6c119 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.3", + "version": "0.6.4", "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 23e82a42..8fb13b64 100644 --- a/packages/vue-hotkeys/CHANGELOG.md +++ b/packages/vue-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/vue-hotkeys +## 0.8.4 + +### Patch Changes + +- Updated dependencies [[`b04c88e`](https://github.com/TanStack/hotkeys/commit/b04c88ee0e07be3eef8dc2852868c0421efce26d)]: + - @tanstack/hotkeys@0.6.4 + ## 0.8.3 ### Patch Changes diff --git a/packages/vue-hotkeys/package.json b/packages/vue-hotkeys/package.json index caa8047e..a65679cd 100644 --- a/packages/vue-hotkeys/package.json +++ b/packages/vue-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-hotkeys", - "version": "0.8.3", + "version": "0.8.4", "description": "Vue adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0aa111df..49fb5dd8 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -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.8.3 + specifier: ^0.8.4 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -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.8.3 + specifier: ^0.8.4 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.8.3 + specifier: ^0.8.4 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.8.3 + specifier: ^0.8.4 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.8.3 + specifier: ^0.8.4 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.8.3 + specifier: ^0.8.4 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.8.3 + specifier: ^0.8.4 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.8.3 + specifier: 0.9.0 version: link:../../../packages/lit-hotkeys lit: specifier: ^3.3.2 @@ -663,7 +663,7 @@ importers: examples/lit/hotkey: dependencies: '@tanstack/lit-hotkeys': - specifier: 0.8.3 + specifier: 0.9.0 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.8.3 + specifier: 0.9.0 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.8.3 + specifier: 0.9.0 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.8.3 + specifier: 0.9.0 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.8.3 + specifier: 0.9.0 version: link:../../../packages/lit-hotkeys lit: specifier: ^3.3.2 @@ -743,7 +743,7 @@ importers: examples/preact/useHeldKeys: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.3 + specifier: ^0.6.4 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.8.3 + specifier: 0.8.4 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.8.3 + specifier: 0.8.4 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.8.3 + specifier: 0.8.4 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.8.3 + specifier: 0.8.4 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.8.3 + specifier: 0.8.4 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.8.3 + specifier: 0.8.4 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.8.3 + specifier: 0.8.4 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.8.3 + specifier: 0.8.4 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.0 @@ -1555,7 +1555,7 @@ importers: examples/vanilla/formatForDisplay: dependencies: '@tanstack/hotkeys': - specifier: ^0.6.3 + specifier: ^0.6.4 version: link:../../../packages/hotkeys devDependencies: typescript: @@ -1568,7 +1568,7 @@ importers: examples/vue/useHeldKeys: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 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.8.3 + specifier: ^0.8.4 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.3 + specifier: ^0.6.4 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.2