diff --git a/.changeset/shaky-spies-fix.md b/.changeset/shaky-spies-fix.md deleted file mode 100644 index 041d6ae0..00000000 --- a/.changeset/shaky-spies-fix.md +++ /dev/null @@ -1,17 +0,0 @@ ---- -'@tanstack/angular-hotkeys': minor -'@tanstack/hotkeys': minor -'@tanstack/hotkeys-devtools': minor -'@tanstack/lit-hotkeys': minor -'@tanstack/preact-hotkeys': minor -'@tanstack/preact-hotkeys-devtools': minor -'@tanstack/react-hotkeys': minor -'@tanstack/react-hotkeys-devtools': minor -'@tanstack/solid-hotkeys': minor -'@tanstack/solid-hotkeys-devtools': minor -'@tanstack/svelte-hotkeys': minor -'@tanstack/vue-hotkeys': minor -'@tanstack/vue-hotkeys-devtools': minor ---- - -feat: upgrade to latest tanstack store version diff --git a/examples/angular/injectHeldKeys/package.json b/examples/angular/injectHeldKeys/package.json index 00cac73f..00252dc8 100644 --- a/examples/angular/injectHeldKeys/package.json +++ b/examples/angular/injectHeldKeys/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.9", "@angular/platform-browser-dynamic": "^21.2.9", "@angular/router": "^21.2.9", - "@tanstack/angular-hotkeys": "^0.9.1", + "@tanstack/angular-hotkeys": "^0.10.0", "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 c45b3011..ba84191b 100644 --- a/examples/angular/injectHotkey/package.json +++ b/examples/angular/injectHotkey/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.9", "@angular/platform-browser-dynamic": "^21.2.9", "@angular/router": "^21.2.9", - "@tanstack/angular-hotkeys": "^0.9.1", + "@tanstack/angular-hotkeys": "^0.10.0", "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 44aa7267..ab1cea48 100644 --- a/examples/angular/injectHotkeyRecorder/package.json +++ b/examples/angular/injectHotkeyRecorder/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.9", "@angular/platform-browser-dynamic": "^21.2.9", "@angular/router": "^21.2.9", - "@tanstack/angular-hotkeys": "^0.9.1", + "@tanstack/angular-hotkeys": "^0.10.0", "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 82ee6b4b..5a071bd5 100644 --- a/examples/angular/injectHotkeySequence/package.json +++ b/examples/angular/injectHotkeySequence/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.9", "@angular/platform-browser-dynamic": "^21.2.9", "@angular/router": "^21.2.9", - "@tanstack/angular-hotkeys": "^0.9.1", + "@tanstack/angular-hotkeys": "^0.10.0", "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 2ec9cbdd..475f7eaa 100644 --- a/examples/angular/injectHotkeySequenceRecorder/package.json +++ b/examples/angular/injectHotkeySequenceRecorder/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.9", "@angular/platform-browser-dynamic": "^21.2.9", "@angular/router": "^21.2.9", - "@tanstack/angular-hotkeys": "^0.9.1", + "@tanstack/angular-hotkeys": "^0.10.0", "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 23c5665a..64002914 100644 --- a/examples/angular/injectHotkeySequences/package.json +++ b/examples/angular/injectHotkeySequences/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.9", "@angular/platform-browser-dynamic": "^21.2.9", "@angular/router": "^21.2.9", - "@tanstack/angular-hotkeys": "^0.9.1", + "@tanstack/angular-hotkeys": "^0.10.0", "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 f0fb64a1..d784ff52 100644 --- a/examples/angular/injectHotkeys/package.json +++ b/examples/angular/injectHotkeys/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.9", "@angular/platform-browser-dynamic": "^21.2.9", "@angular/router": "^21.2.9", - "@tanstack/angular-hotkeys": "^0.9.1", + "@tanstack/angular-hotkeys": "^0.10.0", "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 8bd5b9be..81603d49 100644 --- a/examples/angular/injectKeyHold/package.json +++ b/examples/angular/injectKeyHold/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.9", "@angular/platform-browser-dynamic": "^21.2.9", "@angular/router": "^21.2.9", - "@tanstack/angular-hotkeys": "^0.9.1", + "@tanstack/angular-hotkeys": "^0.10.0", "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 6147aa91..2c3daf78 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.1", + "@tanstack/lit-hotkeys": "0.11.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey-recorder/package.json b/examples/lit/hotkey-recorder/package.json index bb0a6f90..512c6741 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.1", + "@tanstack/lit-hotkeys": "0.11.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 40b543bf..f9f58550 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.1", + "@tanstack/lit-hotkeys": "0.11.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey-sequence/package.json b/examples/lit/hotkey-sequence/package.json index 985cdb7b..abcd32b9 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.1", + "@tanstack/lit-hotkeys": "0.11.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/hotkey/package.json b/examples/lit/hotkey/package.json index ee779c02..cb28244c 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.1", + "@tanstack/lit-hotkeys": "0.11.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/lit/key-hold/package.json b/examples/lit/key-hold/package.json index e25a3a35..a580477d 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.1", + "@tanstack/lit-hotkeys": "0.11.0", "lit": "^3.3.2" }, "devDependencies": { diff --git a/examples/preact/useHeldKeys/package.json b/examples/preact/useHeldKeys/package.json index fb25da1c..9fd62927 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.1", + "@tanstack/preact-hotkeys": "^0.10.0", "preact": "^10.29.1" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.2", - "@tanstack/preact-hotkeys-devtools": "^0.6.6", + "@tanstack/preact-hotkeys-devtools": "^0.7.0", "typescript": "6.0.3", "vite": "^8.0.9" } diff --git a/examples/preact/useHotkey/package.json b/examples/preact/useHotkey/package.json index 88ccaade..f89acf8b 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.1", + "@tanstack/preact-hotkeys": "^0.10.0", "preact": "^10.29.1" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.2", - "@tanstack/preact-hotkeys-devtools": "^0.6.6", + "@tanstack/preact-hotkeys-devtools": "^0.7.0", "typescript": "6.0.3", "vite": "^8.0.9" } diff --git a/examples/preact/useHotkeyRecorder/package.json b/examples/preact/useHotkeyRecorder/package.json index e8da67cb..3a910635 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.1", + "@tanstack/preact-hotkeys": "^0.10.0", "preact": "^10.29.1" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.2", - "@tanstack/preact-hotkeys-devtools": "^0.6.6", + "@tanstack/preact-hotkeys-devtools": "^0.7.0", "typescript": "6.0.3", "vite": "^8.0.9" } diff --git a/examples/preact/useHotkeySequence/package.json b/examples/preact/useHotkeySequence/package.json index 7a6b37a7..876968cb 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.1", + "@tanstack/preact-hotkeys": "^0.10.0", "preact": "^10.29.1" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.2", - "@tanstack/preact-hotkeys-devtools": "^0.6.6", + "@tanstack/preact-hotkeys-devtools": "^0.7.0", "typescript": "6.0.3", "vite": "^8.0.9" } diff --git a/examples/preact/useHotkeySequenceRecorder/package.json b/examples/preact/useHotkeySequenceRecorder/package.json index 8bff130c..08b6aa5e 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.1", + "@tanstack/preact-hotkeys": "^0.10.0", "preact": "^10.29.1" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.2", - "@tanstack/preact-hotkeys-devtools": "^0.6.6", + "@tanstack/preact-hotkeys-devtools": "^0.7.0", "typescript": "6.0.3", "vite": "^8.0.9" } diff --git a/examples/preact/useHotkeySequences/package.json b/examples/preact/useHotkeySequences/package.json index f845dda9..579703d5 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.1", + "@tanstack/preact-hotkeys": "^0.10.0", "preact": "^10.29.1" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.2", - "@tanstack/preact-hotkeys-devtools": "^0.6.6", + "@tanstack/preact-hotkeys-devtools": "^0.7.0", "typescript": "6.0.3", "vite": "^8.0.9" } diff --git a/examples/preact/useHotkeys/package.json b/examples/preact/useHotkeys/package.json index 1dc91b6f..e64fb722 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.1", + "@tanstack/preact-hotkeys": "^0.10.0", "preact": "^10.29.1" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.2", - "@tanstack/preact-hotkeys-devtools": "^0.6.6", + "@tanstack/preact-hotkeys-devtools": "^0.7.0", "typescript": "6.0.3", "vite": "^8.0.9" } diff --git a/examples/preact/useKeyhold/package.json b/examples/preact/useKeyhold/package.json index 892e1dad..1ebf1b05 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.1", + "@tanstack/preact-hotkeys": "^0.10.0", "preact": "^10.29.1" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.2", - "@tanstack/preact-hotkeys-devtools": "^0.6.6", + "@tanstack/preact-hotkeys-devtools": "^0.7.0", "typescript": "6.0.3", "vite": "^8.0.9" } diff --git a/examples/react/useHeldKeys/package.json b/examples/react/useHeldKeys/package.json index 7cf4da85..c0c2df84 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.1", + "@tanstack/react-hotkeys": "^0.10.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@tanstack/react-devtools": "0.10.2", - "@tanstack/react-hotkeys-devtools": "^0.6.6", + "@tanstack/react-hotkeys-devtools": "^0.7.0", "@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 ab127997..22ed3003 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.1", + "@tanstack/react-hotkeys": "^0.10.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@tanstack/react-devtools": "0.10.2", - "@tanstack/react-hotkeys-devtools": "^0.6.6", + "@tanstack/react-hotkeys-devtools": "^0.7.0", "@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 f6ed8d68..0e8ee2b8 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.1", + "@tanstack/react-hotkeys": "^0.10.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@tanstack/react-devtools": "0.10.2", - "@tanstack/react-hotkeys-devtools": "^0.6.6", + "@tanstack/react-hotkeys-devtools": "^0.7.0", "@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 4a55c6d3..9332e8b4 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.1", + "@tanstack/react-hotkeys": "^0.10.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@tanstack/react-devtools": "0.10.2", - "@tanstack/react-hotkeys-devtools": "^0.6.6", + "@tanstack/react-hotkeys-devtools": "^0.7.0", "@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 a2ab0199..96e7f0f5 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.1", + "@tanstack/react-hotkeys": "^0.10.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@tanstack/react-devtools": "0.10.2", - "@tanstack/react-hotkeys-devtools": "^0.6.6", + "@tanstack/react-hotkeys-devtools": "^0.7.0", "@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 379f9766..49b0d85c 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.1", + "@tanstack/react-hotkeys": "^0.10.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@tanstack/react-devtools": "0.10.2", - "@tanstack/react-hotkeys-devtools": "^0.6.6", + "@tanstack/react-hotkeys-devtools": "^0.7.0", "@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 fb92cbcc..e4bb912e 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.1", + "@tanstack/react-hotkeys": "^0.10.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@tanstack/react-devtools": "0.10.2", - "@tanstack/react-hotkeys-devtools": "^0.6.6", + "@tanstack/react-hotkeys-devtools": "^0.7.0", "@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 b102e5e8..e8d2a55f 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.1", + "@tanstack/react-hotkeys": "^0.10.0", "react": "^19.2.5", "react-dom": "^19.2.5" }, "devDependencies": { "@tanstack/react-devtools": "0.10.2", - "@tanstack/react-hotkeys-devtools": "^0.6.6", + "@tanstack/react-hotkeys-devtools": "^0.7.0", "@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 84cbc6f5..ff63bb58 100644 --- a/examples/solid/createHeldKeys/package.json +++ b/examples/solid/createHeldKeys/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.2", - "@tanstack/solid-hotkeys": "^0.9.1", - "@tanstack/solid-hotkeys-devtools": "^0.6.6", + "@tanstack/solid-hotkeys": "^0.10.0", + "@tanstack/solid-hotkeys-devtools": "^0.7.0", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkey/package.json b/examples/solid/createHotkey/package.json index 3ba87afa..1d01523d 100644 --- a/examples/solid/createHotkey/package.json +++ b/examples/solid/createHotkey/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.2", - "@tanstack/solid-hotkeys": "^0.9.1", - "@tanstack/solid-hotkeys-devtools": "^0.6.6", + "@tanstack/solid-hotkeys": "^0.10.0", + "@tanstack/solid-hotkeys-devtools": "^0.7.0", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeyRecorder/package.json b/examples/solid/createHotkeyRecorder/package.json index e7822bd2..c854a312 100644 --- a/examples/solid/createHotkeyRecorder/package.json +++ b/examples/solid/createHotkeyRecorder/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.2", - "@tanstack/solid-hotkeys": "^0.9.1", - "@tanstack/solid-hotkeys-devtools": "^0.6.6", + "@tanstack/solid-hotkeys": "^0.10.0", + "@tanstack/solid-hotkeys-devtools": "^0.7.0", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequence/package.json b/examples/solid/createHotkeySequence/package.json index b17fdfdc..48c4b4d5 100644 --- a/examples/solid/createHotkeySequence/package.json +++ b/examples/solid/createHotkeySequence/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.2", - "@tanstack/solid-hotkeys": "^0.9.1", - "@tanstack/solid-hotkeys-devtools": "^0.6.6", + "@tanstack/solid-hotkeys": "^0.10.0", + "@tanstack/solid-hotkeys-devtools": "^0.7.0", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequenceRecorder/package.json b/examples/solid/createHotkeySequenceRecorder/package.json index 31ecb81b..602bbbfc 100644 --- a/examples/solid/createHotkeySequenceRecorder/package.json +++ b/examples/solid/createHotkeySequenceRecorder/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.2", - "@tanstack/solid-hotkeys": "^0.9.1", - "@tanstack/solid-hotkeys-devtools": "^0.6.6", + "@tanstack/solid-hotkeys": "^0.10.0", + "@tanstack/solid-hotkeys-devtools": "^0.7.0", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequences/package.json b/examples/solid/createHotkeySequences/package.json index 82d1933f..a3586514 100644 --- a/examples/solid/createHotkeySequences/package.json +++ b/examples/solid/createHotkeySequences/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.2", - "@tanstack/solid-hotkeys": "^0.9.1", - "@tanstack/solid-hotkeys-devtools": "^0.6.6", + "@tanstack/solid-hotkeys": "^0.10.0", + "@tanstack/solid-hotkeys-devtools": "^0.7.0", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createHotkeys/package.json b/examples/solid/createHotkeys/package.json index f1ba7956..dded6318 100644 --- a/examples/solid/createHotkeys/package.json +++ b/examples/solid/createHotkeys/package.json @@ -12,8 +12,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.2", - "@tanstack/solid-hotkeys": "^0.9.1", - "@tanstack/solid-hotkeys-devtools": "^0.6.6", + "@tanstack/solid-hotkeys": "^0.10.0", + "@tanstack/solid-hotkeys-devtools": "^0.7.0", "solid-js": "^1.9.12" }, "devDependencies": { diff --git a/examples/solid/createKeyHold/package.json b/examples/solid/createKeyHold/package.json index f5dafd34..74b4bb94 100644 --- a/examples/solid/createKeyHold/package.json +++ b/examples/solid/createKeyHold/package.json @@ -9,8 +9,8 @@ }, "dependencies": { "@tanstack/solid-devtools": "0.8.2", - "@tanstack/solid-hotkeys": "^0.9.1", - "@tanstack/solid-hotkeys-devtools": "^0.6.6", + "@tanstack/solid-hotkeys": "^0.10.0", + "@tanstack/solid-hotkeys-devtools": "^0.7.0", "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 6c733213..f7df3a07 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.1", + "@tanstack/svelte-hotkeys": "0.10.0", "svelte": "^5.55.4" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequence-recorder/package.json b/examples/svelte/create-hotkey-sequence-recorder/package.json index f9b37217..a162da38 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.1", + "@tanstack/svelte-hotkeys": "0.10.0", "svelte": "^5.55.4" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequence/package.json b/examples/svelte/create-hotkey-sequence/package.json index e6aff364..eb0f467f 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.1", + "@tanstack/svelte-hotkeys": "0.10.0", "svelte": "^5.55.4" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequences/package.json b/examples/svelte/create-hotkey-sequences/package.json index d99be557..d9dbbb36 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.1", + "@tanstack/svelte-hotkeys": "0.10.0", "svelte": "^5.55.4" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey/package.json b/examples/svelte/create-hotkey/package.json index 834a3e90..0fc3cedc 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.1", + "@tanstack/svelte-hotkeys": "0.10.0", "svelte": "^5.55.4" }, "devDependencies": { diff --git a/examples/svelte/create-hotkeys/package.json b/examples/svelte/create-hotkeys/package.json index 1402674a..c8f1b6b5 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.1", + "@tanstack/svelte-hotkeys": "0.10.0", "svelte": "^5.55.4" }, "devDependencies": { diff --git a/examples/svelte/get-held-keys/package.json b/examples/svelte/get-held-keys/package.json index 0a389209..7c3e7383 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.1", + "@tanstack/svelte-hotkeys": "0.10.0", "svelte": "^5.55.4" }, "devDependencies": { diff --git a/examples/svelte/get-is-key-held/package.json b/examples/svelte/get-is-key-held/package.json index c8bede70..2e837d6b 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.1", + "@tanstack/svelte-hotkeys": "0.10.0", "svelte": "^5.55.4" }, "devDependencies": { diff --git a/examples/vanilla/formatForDisplay/package.json b/examples/vanilla/formatForDisplay/package.json index 1ee0dca4..d1b24e1f 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.1" + "@tanstack/hotkeys": "^0.8.0" }, "devDependencies": { "typescript": "6.0.3", diff --git a/examples/vue/useHeldKeys/package.json b/examples/vue/useHeldKeys/package.json index b0c5a41f..5ee553f5 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.1", + "@tanstack/vue-hotkeys": "^0.10.0", "vue": "^3.5.33" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.16", - "@tanstack/vue-hotkeys-devtools": "^0.6.6", + "@tanstack/vue-hotkeys-devtools": "^0.7.0", "@typescript-eslint/parser": "^8.59.0", "@vitejs/plugin-vue": "^6.0.6", "typescript": "6.0.3", diff --git a/examples/vue/useHotkey/package.json b/examples/vue/useHotkey/package.json index a0d1fbeb..678563df 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.1", + "@tanstack/vue-hotkeys": "^0.10.0", "vue": "^3.5.33" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.16", - "@tanstack/vue-hotkeys-devtools": "^0.6.6", + "@tanstack/vue-hotkeys-devtools": "^0.7.0", "@typescript-eslint/parser": "^8.59.0", "@vitejs/plugin-vue": "^6.0.6", "typescript": "6.0.3", diff --git a/examples/vue/useHotkeyRecorder/package.json b/examples/vue/useHotkeyRecorder/package.json index 419508ba..b9369053 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.1", + "@tanstack/vue-hotkeys": "^0.10.0", "vue": "^3.5.33" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.16", - "@tanstack/vue-hotkeys-devtools": "^0.6.6", + "@tanstack/vue-hotkeys-devtools": "^0.7.0", "@typescript-eslint/parser": "^8.59.0", "@vitejs/plugin-vue": "^6.0.6", "typescript": "6.0.3", diff --git a/examples/vue/useHotkeySequence/package.json b/examples/vue/useHotkeySequence/package.json index c006183b..5441d659 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.1", + "@tanstack/vue-hotkeys": "^0.10.0", "vue": "^3.5.33" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.16", - "@tanstack/vue-hotkeys-devtools": "^0.6.6", + "@tanstack/vue-hotkeys-devtools": "^0.7.0", "@typescript-eslint/parser": "^8.59.0", "@vitejs/plugin-vue": "^6.0.6", "typescript": "6.0.3", diff --git a/examples/vue/useHotkeySequenceRecorder/package.json b/examples/vue/useHotkeySequenceRecorder/package.json index 9e06fe33..98fb6d5c 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.1", + "@tanstack/vue-hotkeys": "^0.10.0", "vue": "^3.5.33" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.16", - "@tanstack/vue-hotkeys-devtools": "^0.6.6", + "@tanstack/vue-hotkeys-devtools": "^0.7.0", "@typescript-eslint/parser": "^8.59.0", "@vitejs/plugin-vue": "^6.0.6", "typescript": "6.0.3", diff --git a/examples/vue/useHotkeySequences/package.json b/examples/vue/useHotkeySequences/package.json index 4fcbfa88..cf0d719a 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.1", + "@tanstack/vue-hotkeys": "^0.10.0", "vue": "^3.5.33" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.16", - "@tanstack/vue-hotkeys-devtools": "^0.6.6", + "@tanstack/vue-hotkeys-devtools": "^0.7.0", "@typescript-eslint/parser": "^8.59.0", "@vitejs/plugin-vue": "^6.0.6", "typescript": "6.0.3", diff --git a/examples/vue/useHotkeys/package.json b/examples/vue/useHotkeys/package.json index a0ade240..4b5506e4 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.1", + "@tanstack/vue-hotkeys": "^0.10.0", "vue": "^3.5.33" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.16", - "@tanstack/vue-hotkeys-devtools": "^0.6.6", + "@tanstack/vue-hotkeys-devtools": "^0.7.0", "@typescript-eslint/parser": "^8.59.0", "@vitejs/plugin-vue": "^6.0.6", "typescript": "6.0.3", diff --git a/examples/vue/useKeyhold/package.json b/examples/vue/useKeyhold/package.json index 0064de05..494d6232 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.1", + "@tanstack/vue-hotkeys": "^0.10.0", "vue": "^3.5.33" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.16", - "@tanstack/vue-hotkeys-devtools": "^0.6.6", + "@tanstack/vue-hotkeys-devtools": "^0.7.0", "@typescript-eslint/parser": "^8.59.0", "@vitejs/plugin-vue": "^6.0.6", "typescript": "6.0.3", diff --git a/packages/angular-hotkeys/CHANGELOG.md b/packages/angular-hotkeys/CHANGELOG.md index 544e4bf6..78d6404c 100644 --- a/packages/angular-hotkeys/CHANGELOG.md +++ b/packages/angular-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/angular-hotkeys +## 0.10.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys@0.8.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/angular-hotkeys/package.json b/packages/angular-hotkeys/package.json index 72c8b99a..fb84bf8d 100644 --- a/packages/angular-hotkeys/package.json +++ b/packages/angular-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-hotkeys", - "version": "0.9.1", + "version": "0.10.0", "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 50ffe0ef..c664cbbd 100644 --- a/packages/hotkeys-devtools/CHANGELOG.md +++ b/packages/hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/hotkeys-devtools +## 0.9.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys@0.8.0 + ## 0.8.1 ### Patch Changes diff --git a/packages/hotkeys-devtools/package.json b/packages/hotkeys-devtools/package.json index 1fe42bd8..5603aafe 100644 --- a/packages/hotkeys-devtools/package.json +++ b/packages/hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys-devtools", - "version": "0.8.1", + "version": "0.9.0", "description": "Devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/hotkeys/CHANGELOG.md b/packages/hotkeys/CHANGELOG.md index 4dfdde90..3b4fc786 100644 --- a/packages/hotkeys/CHANGELOG.md +++ b/packages/hotkeys/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/hotkeys +## 0.8.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + ## 0.7.1 ### Patch Changes diff --git a/packages/hotkeys/package.json b/packages/hotkeys/package.json index 4b053c46..cd3cd9f8 100644 --- a/packages/hotkeys/package.json +++ b/packages/hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys", - "version": "0.7.1", + "version": "0.8.0", "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 9c829afd..0c4c34ce 100644 --- a/packages/lit-hotkeys/CHANGELOG.md +++ b/packages/lit-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-hotkeys +## 0.11.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys@0.8.0 + ## 0.10.1 ### Patch Changes diff --git a/packages/lit-hotkeys/package.json b/packages/lit-hotkeys/package.json index e3428406..134cf0b9 100644 --- a/packages/lit-hotkeys/package.json +++ b/packages/lit-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/lit-hotkeys", - "version": "0.10.1", + "version": "0.11.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 0e59d73a..41e08baa 100644 --- a/packages/preact-hotkeys-devtools/CHANGELOG.md +++ b/packages/preact-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/preact-hotkeys-devtools +## 0.7.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys-devtools@0.9.0 + ## 0.6.6 ### Patch Changes diff --git a/packages/preact-hotkeys-devtools/package.json b/packages/preact-hotkeys-devtools/package.json index 85ae7d0b..fd970afa 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.6", + "version": "0.7.0", "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 88fabd45..3b11b7db 100644 --- a/packages/preact-hotkeys/CHANGELOG.md +++ b/packages/preact-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/preact-hotkeys +## 0.10.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys@0.8.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/preact-hotkeys/package.json b/packages/preact-hotkeys/package.json index e33624ad..ce90852f 100644 --- a/packages/preact-hotkeys/package.json +++ b/packages/preact-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-hotkeys", - "version": "0.9.1", + "version": "0.10.0", "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 9a5f1f8e..154c2c42 100644 --- a/packages/react-hotkeys-devtools/CHANGELOG.md +++ b/packages/react-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-hotkeys-devtools +## 0.7.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys-devtools@0.9.0 + ## 0.6.6 ### Patch Changes diff --git a/packages/react-hotkeys-devtools/package.json b/packages/react-hotkeys-devtools/package.json index f20aed81..9cd917af 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.6", + "version": "0.7.0", "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 5ae1b803..9c1bf3c7 100644 --- a/packages/react-hotkeys/CHANGELOG.md +++ b/packages/react-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-hotkeys +## 0.10.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys@0.8.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/react-hotkeys/package.json b/packages/react-hotkeys/package.json index dbe5ade9..e1955203 100644 --- a/packages/react-hotkeys/package.json +++ b/packages/react-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-hotkeys", - "version": "0.9.1", + "version": "0.10.0", "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 b537a59d..1965b083 100644 --- a/packages/solid-hotkeys-devtools/CHANGELOG.md +++ b/packages/solid-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/solid-hotkeys-devtools +## 0.7.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys-devtools@0.9.0 + ## 0.6.6 ### Patch Changes diff --git a/packages/solid-hotkeys-devtools/package.json b/packages/solid-hotkeys-devtools/package.json index 9534e661..5813e3a4 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.6", + "version": "0.7.0", "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 dc9fbcbe..400b658c 100644 --- a/packages/solid-hotkeys/CHANGELOG.md +++ b/packages/solid-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/solid-hotkeys +## 0.10.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys@0.8.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/solid-hotkeys/package.json b/packages/solid-hotkeys/package.json index c8041d8b..a6a523d5 100644 --- a/packages/solid-hotkeys/package.json +++ b/packages/solid-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-hotkeys", - "version": "0.9.1", + "version": "0.10.0", "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 298b48df..0ef967e5 100644 --- a/packages/svelte-hotkeys/CHANGELOG.md +++ b/packages/svelte-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/svelte-hotkeys +## 0.10.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys@0.8.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/svelte-hotkeys/package.json b/packages/svelte-hotkeys/package.json index a5824343..13594964 100644 --- a/packages/svelte-hotkeys/package.json +++ b/packages/svelte-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-hotkeys", - "version": "0.9.1", + "version": "0.10.0", "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 6c9ada6e..c5c42e69 100644 --- a/packages/vue-hotkeys-devtools/CHANGELOG.md +++ b/packages/vue-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/vue-hotkeys-devtools +## 0.7.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys-devtools@0.9.0 + ## 0.6.6 ### Patch Changes diff --git a/packages/vue-hotkeys-devtools/package.json b/packages/vue-hotkeys-devtools/package.json index bd2f6252..bc62fd74 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.6", + "version": "0.7.0", "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 46c1b390..8a1889db 100644 --- a/packages/vue-hotkeys/CHANGELOG.md +++ b/packages/vue-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/vue-hotkeys +## 0.10.0 + +### Minor Changes + +- feat: upgrade to latest tanstack store version ([`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)) + +### Patch Changes + +- Updated dependencies [[`3104ee4`](https://github.com/TanStack/hotkeys/commit/3104ee494edd9877249c46b648af27d31cfd8c9c)]: + - @tanstack/hotkeys@0.8.0 + ## 0.9.1 ### Patch Changes diff --git a/packages/vue-hotkeys/package.json b/packages/vue-hotkeys/package.json index 7e8334bc..65ab8abf 100644 --- a/packages/vue-hotkeys/package.json +++ b/packages/vue-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-hotkeys", - "version": "0.9.1", + "version": "0.10.0", "description": "Vue adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 46dc29f8..ddcdc2ce 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -108,7 +108,7 @@ importers: specifier: ^21.2.9 version: 21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -178,7 +178,7 @@ importers: specifier: ^21.2.9 version: 21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -248,7 +248,7 @@ importers: specifier: ^21.2.9 version: 21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -318,7 +318,7 @@ importers: specifier: ^21.2.9 version: 21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -388,7 +388,7 @@ importers: specifier: ^21.2.9 version: 21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -458,7 +458,7 @@ importers: specifier: ^21.2.9 version: 21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -528,7 +528,7 @@ importers: specifier: ^21.2.9 version: 21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -598,7 +598,7 @@ importers: specifier: ^21.2.9 version: 21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.9(@angular/common@21.2.9(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.9(@angular/compiler@21.2.9)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 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.1 + specifier: 0.11.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.10.1 + specifier: 0.11.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.10.1 + specifier: 0.11.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.10.1 + specifier: 0.11.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.10.1 + specifier: 0.11.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.10.1 + specifier: 0.11.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.9.1 + specifier: ^0.10.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.1 @@ -756,7 +756,7 @@ importers: specifier: 0.10.2 version: 0.10.2(csstype@3.2.3)(preact@10.29.1)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.3 @@ -768,7 +768,7 @@ importers: examples/preact/useHotkey: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.1 @@ -781,7 +781,7 @@ importers: specifier: 0.10.2 version: 0.10.2(csstype@3.2.3)(preact@10.29.1)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.3 @@ -793,7 +793,7 @@ importers: examples/preact/useHotkeyRecorder: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.1 @@ -806,7 +806,7 @@ importers: specifier: 0.10.2 version: 0.10.2(csstype@3.2.3)(preact@10.29.1)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.3 @@ -818,7 +818,7 @@ importers: examples/preact/useHotkeySequence: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.1 @@ -831,7 +831,7 @@ importers: specifier: 0.10.2 version: 0.10.2(csstype@3.2.3)(preact@10.29.1)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.3 @@ -843,7 +843,7 @@ importers: examples/preact/useHotkeySequenceRecorder: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.1 @@ -856,7 +856,7 @@ importers: specifier: 0.10.2 version: 0.10.2(csstype@3.2.3)(preact@10.29.1)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.3 @@ -868,7 +868,7 @@ importers: examples/preact/useHotkeySequences: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.1 @@ -881,7 +881,7 @@ importers: specifier: 0.10.2 version: 0.10.2(csstype@3.2.3)(preact@10.29.1)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.3 @@ -893,7 +893,7 @@ importers: examples/preact/useHotkeys: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.1 @@ -906,7 +906,7 @@ importers: specifier: 0.10.2 version: 0.10.2(csstype@3.2.3)(preact@10.29.1)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.3 @@ -918,7 +918,7 @@ importers: examples/preact/useKeyhold: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.1 @@ -931,7 +931,7 @@ importers: specifier: 0.10.2 version: 0.10.2(csstype@3.2.3)(preact@10.29.1)(solid-js@1.9.12) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 6.0.3 @@ -943,7 +943,7 @@ importers: examples/react/useHeldKeys: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.5 @@ -956,7 +956,7 @@ importers: specifier: 0.10.2 version: 0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 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.1 + specifier: ^0.10.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.5 @@ -990,7 +990,7 @@ importers: specifier: 0.10.2 version: 0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 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.1 + specifier: ^0.10.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.5 @@ -1024,7 +1024,7 @@ importers: specifier: 0.10.2 version: 0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 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.1 + specifier: ^0.10.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.5 @@ -1058,7 +1058,7 @@ importers: specifier: 0.10.2 version: 0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 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.1 + specifier: ^0.10.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.5 @@ -1092,7 +1092,7 @@ importers: specifier: 0.10.2 version: 0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 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.1 + specifier: ^0.10.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.5 @@ -1126,7 +1126,7 @@ importers: specifier: 0.10.2 version: 0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 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.1 + specifier: ^0.10.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.5 @@ -1160,7 +1160,7 @@ importers: specifier: 0.10.2 version: 0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 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.1 + specifier: ^0.10.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.5 @@ -1194,7 +1194,7 @@ importers: specifier: 0.10.2 version: 0.10.2(@types/react-dom@19.2.3(@types/react@19.2.14))(@types/react@19.2.14)(csstype@3.2.3)(react-dom@19.2.5(react@19.2.5))(react@19.2.5)(solid-js@1.9.12) '@tanstack/react-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1218,10 +1218,10 @@ importers: specifier: 0.8.2 version: 0.8.2(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1240,10 +1240,10 @@ importers: specifier: 0.8.2 version: 0.8.2(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1268,10 +1268,10 @@ importers: specifier: 0.8.2 version: 0.8.2(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1290,10 +1290,10 @@ importers: specifier: 0.8.2 version: 0.8.2(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1312,10 +1312,10 @@ importers: specifier: 0.8.2 version: 0.8.2(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1334,10 +1334,10 @@ importers: specifier: 0.8.2 version: 0.8.2(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1356,10 +1356,10 @@ importers: specifier: 0.8.2 version: 0.8.2(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.12 @@ -1384,10 +1384,10 @@ importers: specifier: 0.8.2 version: 0.8.2(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/solid-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 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.1 + specifier: 0.10.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.4 @@ -1422,7 +1422,7 @@ importers: examples/svelte/create-hotkey-recorder: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.1 + specifier: 0.10.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.4 @@ -1441,7 +1441,7 @@ importers: examples/svelte/create-hotkey-sequence: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.1 + specifier: 0.10.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.4 @@ -1460,7 +1460,7 @@ importers: examples/svelte/create-hotkey-sequence-recorder: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.1 + specifier: 0.10.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.4 @@ -1479,7 +1479,7 @@ importers: examples/svelte/create-hotkey-sequences: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.1 + specifier: 0.10.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.4 @@ -1498,7 +1498,7 @@ importers: examples/svelte/create-hotkeys: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.1 + specifier: 0.10.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.4 @@ -1517,7 +1517,7 @@ importers: examples/svelte/get-held-keys: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.1 + specifier: 0.10.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.4 @@ -1536,7 +1536,7 @@ importers: examples/svelte/get-is-key-held: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.9.1 + specifier: 0.10.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.55.4 @@ -1555,7 +1555,7 @@ importers: examples/vanilla/formatForDisplay: dependencies: '@tanstack/hotkeys': - specifier: ^0.7.1 + specifier: ^0.8.0 version: link:../../../packages/hotkeys devDependencies: typescript: @@ -1568,7 +1568,7 @@ importers: examples/vue/useHeldKeys: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.33 @@ -1578,7 +1578,7 @@ importers: specifier: ^0.2.16 version: 0.2.16(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.59.0 @@ -1599,7 +1599,7 @@ importers: examples/vue/useHotkey: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.33 @@ -1609,7 +1609,7 @@ importers: specifier: ^0.2.16 version: 0.2.16(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.59.0 @@ -1630,7 +1630,7 @@ importers: examples/vue/useHotkeyRecorder: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.33 @@ -1640,7 +1640,7 @@ importers: specifier: ^0.2.16 version: 0.2.16(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.59.0 @@ -1661,7 +1661,7 @@ importers: examples/vue/useHotkeySequence: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.33 @@ -1671,7 +1671,7 @@ importers: specifier: ^0.2.16 version: 0.2.16(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.59.0 @@ -1692,7 +1692,7 @@ importers: examples/vue/useHotkeySequenceRecorder: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.33 @@ -1702,7 +1702,7 @@ importers: specifier: ^0.2.16 version: 0.2.16(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.59.0 @@ -1723,7 +1723,7 @@ importers: examples/vue/useHotkeySequences: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.33 @@ -1733,7 +1733,7 @@ importers: specifier: ^0.2.16 version: 0.2.16(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.59.0 @@ -1754,7 +1754,7 @@ importers: examples/vue/useHotkeys: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.33 @@ -1764,7 +1764,7 @@ importers: specifier: ^0.2.16 version: 0.2.16(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.59.0 @@ -1785,7 +1785,7 @@ importers: examples/vue/useKeyhold: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.9.1 + specifier: ^0.10.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.33 @@ -1795,7 +1795,7 @@ importers: specifier: ^0.2.16 version: 0.2.16(csstype@3.2.3)(solid-js@1.9.12) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.6.6 + specifier: ^0.7.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.59.0