From 3dd6c8fd0a862ebbcf37fbdc19e9fa5b0779f679 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:25:48 +0000 Subject: [PATCH 1/2] ci: Version Packages --- .changeset/normalize-format-minor.md | 16 -- 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/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 | 11 ++ packages/angular-hotkeys/package.json | 2 +- packages/hotkeys-devtools/CHANGELOG.md | 11 ++ packages/hotkeys-devtools/package.json | 2 +- packages/hotkeys/CHANGELOG.md | 6 + packages/hotkeys/package.json | 2 +- packages/preact-hotkeys-devtools/CHANGELOG.md | 11 ++ packages/preact-hotkeys-devtools/package.json | 2 +- packages/preact-hotkeys/CHANGELOG.md | 11 ++ packages/preact-hotkeys/package.json | 2 +- packages/react-hotkeys-devtools/CHANGELOG.md | 11 ++ packages/react-hotkeys-devtools/package.json | 2 +- packages/react-hotkeys/CHANGELOG.md | 11 ++ packages/react-hotkeys/package.json | 2 +- packages/solid-hotkeys-devtools/CHANGELOG.md | 11 ++ packages/solid-hotkeys-devtools/package.json | 2 +- packages/solid-hotkeys/CHANGELOG.md | 11 ++ packages/solid-hotkeys/package.json | 2 +- packages/svelte-hotkeys/CHANGELOG.md | 11 ++ packages/svelte-hotkeys/package.json | 2 +- packages/vue-hotkeys-devtools/CHANGELOG.md | 11 ++ packages/vue-hotkeys-devtools/package.json | 2 +- packages/vue-hotkeys/CHANGELOG.md | 11 ++ packages/vue-hotkeys/package.json | 2 +- pnpm-lock.yaml | 162 +++++++++--------- 75 files changed, 301 insertions(+), 190 deletions(-) delete mode 100644 .changeset/normalize-format-minor.md diff --git a/.changeset/normalize-format-minor.md b/.changeset/normalize-format-minor.md deleted file mode 100644 index a5d8604a..00000000 --- a/.changeset/normalize-format-minor.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@tanstack/angular-hotkeys': minor -'@tanstack/hotkeys': minor -'@tanstack/hotkeys-devtools': 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 ---- - -Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. diff --git a/examples/angular/injectHeldKeys/package.json b/examples/angular/injectHeldKeys/package.json index b21bed6d..4bd635c5 100644 --- a/examples/angular/injectHeldKeys/package.json +++ b/examples/angular/injectHeldKeys/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.5", "@angular/platform-browser-dynamic": "^21.2.5", "@angular/router": "^21.2.5", - "@tanstack/angular-hotkeys": "^0.7.0", + "@tanstack/angular-hotkeys": "^0.8.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 7d7581e4..a2faaaaf 100644 --- a/examples/angular/injectHotkey/package.json +++ b/examples/angular/injectHotkey/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.5", "@angular/platform-browser-dynamic": "^21.2.5", "@angular/router": "^21.2.5", - "@tanstack/angular-hotkeys": "^0.7.0", + "@tanstack/angular-hotkeys": "^0.8.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 f4837510..49a1076e 100644 --- a/examples/angular/injectHotkeyRecorder/package.json +++ b/examples/angular/injectHotkeyRecorder/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.5", "@angular/platform-browser-dynamic": "^21.2.5", "@angular/router": "^21.2.5", - "@tanstack/angular-hotkeys": "^0.7.0", + "@tanstack/angular-hotkeys": "^0.8.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 19e761a7..d33f4f57 100644 --- a/examples/angular/injectHotkeySequence/package.json +++ b/examples/angular/injectHotkeySequence/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.5", "@angular/platform-browser-dynamic": "^21.2.5", "@angular/router": "^21.2.5", - "@tanstack/angular-hotkeys": "^0.7.0", + "@tanstack/angular-hotkeys": "^0.8.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 883b61d8..21f3e724 100644 --- a/examples/angular/injectHotkeySequenceRecorder/package.json +++ b/examples/angular/injectHotkeySequenceRecorder/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.5", "@angular/platform-browser-dynamic": "^21.2.5", "@angular/router": "^21.2.5", - "@tanstack/angular-hotkeys": "^0.7.0", + "@tanstack/angular-hotkeys": "^0.8.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 e036d916..7681a780 100644 --- a/examples/angular/injectHotkeySequences/package.json +++ b/examples/angular/injectHotkeySequences/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.5", "@angular/platform-browser-dynamic": "^21.2.5", "@angular/router": "^21.2.5", - "@tanstack/angular-hotkeys": "^0.7.0", + "@tanstack/angular-hotkeys": "^0.8.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 f9874740..a3247ac1 100644 --- a/examples/angular/injectHotkeys/package.json +++ b/examples/angular/injectHotkeys/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.5", "@angular/platform-browser-dynamic": "^21.2.5", "@angular/router": "^21.2.5", - "@tanstack/angular-hotkeys": "^0.7.0", + "@tanstack/angular-hotkeys": "^0.8.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 9e9f0f47..6180cf78 100644 --- a/examples/angular/injectKeyHold/package.json +++ b/examples/angular/injectKeyHold/package.json @@ -17,7 +17,7 @@ "@angular/platform-browser": "^21.2.5", "@angular/platform-browser-dynamic": "^21.2.5", "@angular/router": "^21.2.5", - "@tanstack/angular-hotkeys": "^0.7.0", + "@tanstack/angular-hotkeys": "^0.8.0", "rxjs": "~7.8.2", "tslib": "^2.8.1", "zone.js": "~0.16.1" diff --git a/examples/preact/useHeldKeys/package.json b/examples/preact/useHeldKeys/package.json index 6da3c374..66292ee4 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.7.0", + "@tanstack/preact-hotkeys": "^0.8.0", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.5.0", + "@tanstack/preact-hotkeys-devtools": "^0.6.0", "typescript": "5.9.3", "vite": "^8.0.1" } diff --git a/examples/preact/useHotkey/package.json b/examples/preact/useHotkey/package.json index 9dcc7975..24c2b7b2 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.7.0", + "@tanstack/preact-hotkeys": "^0.8.0", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.5.0", + "@tanstack/preact-hotkeys-devtools": "^0.6.0", "typescript": "5.9.3", "vite": "^8.0.1" } diff --git a/examples/preact/useHotkeyRecorder/package.json b/examples/preact/useHotkeyRecorder/package.json index 1c26c5ce..20becc66 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.7.0", + "@tanstack/preact-hotkeys": "^0.8.0", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.5.0", + "@tanstack/preact-hotkeys-devtools": "^0.6.0", "typescript": "5.9.3", "vite": "^8.0.1" } diff --git a/examples/preact/useHotkeySequence/package.json b/examples/preact/useHotkeySequence/package.json index 13a55fa3..9ba58f3c 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.7.0", + "@tanstack/preact-hotkeys": "^0.8.0", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.5.0", + "@tanstack/preact-hotkeys-devtools": "^0.6.0", "typescript": "5.9.3", "vite": "^8.0.1" } diff --git a/examples/preact/useHotkeySequenceRecorder/package.json b/examples/preact/useHotkeySequenceRecorder/package.json index 1ce34776..e214c75d 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.7.0", + "@tanstack/preact-hotkeys": "^0.8.0", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.5.0", + "@tanstack/preact-hotkeys-devtools": "^0.6.0", "typescript": "5.9.3", "vite": "^8.0.1" } diff --git a/examples/preact/useHotkeySequences/package.json b/examples/preact/useHotkeySequences/package.json index 43e5aaee..0babf269 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.7.0", + "@tanstack/preact-hotkeys": "^0.8.0", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.5.0", + "@tanstack/preact-hotkeys-devtools": "^0.6.0", "typescript": "5.9.3", "vite": "^8.0.1" } diff --git a/examples/preact/useHotkeys/package.json b/examples/preact/useHotkeys/package.json index 38fbd78f..0a1b994d 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.7.0", + "@tanstack/preact-hotkeys": "^0.8.0", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.5.0", + "@tanstack/preact-hotkeys-devtools": "^0.6.0", "typescript": "5.9.3", "vite": "^8.0.1" } diff --git a/examples/preact/useKeyhold/package.json b/examples/preact/useKeyhold/package.json index 0c7a43f0..41283f46 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.7.0", + "@tanstack/preact-hotkeys": "^0.8.0", "preact": "^10.29.0" }, "devDependencies": { "@preact/preset-vite": "^2.10.5", "@tanstack/preact-devtools": "0.10.0", - "@tanstack/preact-hotkeys-devtools": "^0.5.0", + "@tanstack/preact-hotkeys-devtools": "^0.6.0", "typescript": "5.9.3", "vite": "^8.0.1" } diff --git a/examples/react/useHeldKeys/package.json b/examples/react/useHeldKeys/package.json index ca3de28b..ae0fc245 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.7.0", + "@tanstack/react-hotkeys": "^0.8.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.5.0", + "@tanstack/react-hotkeys-devtools": "^0.6.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 b1fc43b7..ac2d6f64 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.7.0", + "@tanstack/react-hotkeys": "^0.8.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.5.0", + "@tanstack/react-hotkeys-devtools": "^0.6.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 6ed79846..1f6fe3c0 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.7.0", + "@tanstack/react-hotkeys": "^0.8.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.5.0", + "@tanstack/react-hotkeys-devtools": "^0.6.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 e53e1897..079bf079 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.7.0", + "@tanstack/react-hotkeys": "^0.8.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.5.0", + "@tanstack/react-hotkeys-devtools": "^0.6.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 a09f2832..e194b18c 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.7.0", + "@tanstack/react-hotkeys": "^0.8.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.5.0", + "@tanstack/react-hotkeys-devtools": "^0.6.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 af40a9ba..7c0937a8 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.7.0", + "@tanstack/react-hotkeys": "^0.8.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.5.0", + "@tanstack/react-hotkeys-devtools": "^0.6.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 16c7bbf9..f52664db 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.7.0", + "@tanstack/react-hotkeys": "^0.8.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.5.0", + "@tanstack/react-hotkeys-devtools": "^0.6.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 8ac67086..29589693 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.7.0", + "@tanstack/react-hotkeys": "^0.8.0", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.10.0", - "@tanstack/react-hotkeys-devtools": "^0.5.0", + "@tanstack/react-hotkeys-devtools": "^0.6.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 e2748c4c..16bfb17a 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.7.0", - "@tanstack/solid-hotkeys-devtools": "^0.5.0", + "@tanstack/solid-hotkeys": "^0.8.0", + "@tanstack/solid-hotkeys-devtools": "^0.6.0", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkey/package.json b/examples/solid/createHotkey/package.json index 6385069b..8e4acf82 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.7.0", - "@tanstack/solid-hotkeys-devtools": "^0.5.0", + "@tanstack/solid-hotkeys": "^0.8.0", + "@tanstack/solid-hotkeys-devtools": "^0.6.0", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkeyRecorder/package.json b/examples/solid/createHotkeyRecorder/package.json index b9183e08..a7aa4ad7 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.7.0", - "@tanstack/solid-hotkeys-devtools": "^0.5.0", + "@tanstack/solid-hotkeys": "^0.8.0", + "@tanstack/solid-hotkeys-devtools": "^0.6.0", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequence/package.json b/examples/solid/createHotkeySequence/package.json index 932760d1..a2122df8 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.7.0", - "@tanstack/solid-hotkeys-devtools": "^0.5.0", + "@tanstack/solid-hotkeys": "^0.8.0", + "@tanstack/solid-hotkeys-devtools": "^0.6.0", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequenceRecorder/package.json b/examples/solid/createHotkeySequenceRecorder/package.json index 33054c85..89f2d25a 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.7.0", - "@tanstack/solid-hotkeys-devtools": "^0.5.0", + "@tanstack/solid-hotkeys": "^0.8.0", + "@tanstack/solid-hotkeys-devtools": "^0.6.0", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequences/package.json b/examples/solid/createHotkeySequences/package.json index e5ba465e..a8062608 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.7.0", - "@tanstack/solid-hotkeys-devtools": "^0.5.0", + "@tanstack/solid-hotkeys": "^0.8.0", + "@tanstack/solid-hotkeys-devtools": "^0.6.0", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkeys/package.json b/examples/solid/createHotkeys/package.json index 6ea9a582..79b3db2f 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.7.0", - "@tanstack/solid-hotkeys-devtools": "^0.5.0", + "@tanstack/solid-hotkeys": "^0.8.0", + "@tanstack/solid-hotkeys-devtools": "^0.6.0", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createKeyHold/package.json b/examples/solid/createKeyHold/package.json index c912e30e..711083a5 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.7.0", - "@tanstack/solid-hotkeys-devtools": "^0.5.0", + "@tanstack/solid-hotkeys": "^0.8.0", + "@tanstack/solid-hotkeys-devtools": "^0.6.0", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-recorder/package.json b/examples/svelte/create-hotkey-recorder/package.json index 82be4754..f8d27af4 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.7.0", + "@tanstack/svelte-hotkeys": "0.8.0", "svelte": "^5.54.1" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequence-recorder/package.json b/examples/svelte/create-hotkey-sequence-recorder/package.json index 52260bb2..0598e852 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.7.0", + "@tanstack/svelte-hotkeys": "0.8.0", "svelte": "^5.54.1" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequence/package.json b/examples/svelte/create-hotkey-sequence/package.json index 8c281000..c8a58c6d 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.7.0", + "@tanstack/svelte-hotkeys": "0.8.0", "svelte": "^5.54.1" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey-sequences/package.json b/examples/svelte/create-hotkey-sequences/package.json index 17536993..b509e4d9 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.7.0", + "@tanstack/svelte-hotkeys": "0.8.0", "svelte": "^5.54.1" }, "devDependencies": { diff --git a/examples/svelte/create-hotkey/package.json b/examples/svelte/create-hotkey/package.json index ebcdb879..3b67e769 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.7.0", + "@tanstack/svelte-hotkeys": "0.8.0", "svelte": "^5.54.1" }, "devDependencies": { diff --git a/examples/svelte/create-hotkeys/package.json b/examples/svelte/create-hotkeys/package.json index 5c3e0ecb..22f525f8 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.7.0", + "@tanstack/svelte-hotkeys": "0.8.0", "svelte": "^5.54.1" }, "devDependencies": { diff --git a/examples/svelte/get-held-keys/package.json b/examples/svelte/get-held-keys/package.json index ac40ae9f..cf2fd25a 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.7.0", + "@tanstack/svelte-hotkeys": "0.8.0", "svelte": "^5.54.1" }, "devDependencies": { diff --git a/examples/svelte/get-is-key-held/package.json b/examples/svelte/get-is-key-held/package.json index 64d8974b..43ff0b9c 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.7.0", + "@tanstack/svelte-hotkeys": "0.8.0", "svelte": "^5.54.1" }, "devDependencies": { diff --git a/examples/vanilla/formatForDisplay/package.json b/examples/vanilla/formatForDisplay/package.json index 84193721..1f7ef8b5 100644 --- a/examples/vanilla/formatForDisplay/package.json +++ b/examples/vanilla/formatForDisplay/package.json @@ -11,7 +11,7 @@ "test:types": "tsc" }, "dependencies": { - "@tanstack/hotkeys": "^0.5.0" + "@tanstack/hotkeys": "^0.6.0" }, "devDependencies": { "typescript": "5.9.3", diff --git a/examples/vue/useHeldKeys/package.json b/examples/vue/useHeldKeys/package.json index 58d398e6..ffd793a9 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.7.0", + "@tanstack/vue-hotkeys": "^0.8.0", "vue": "^3.5.30" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.5.0", + "@tanstack/vue-hotkeys-devtools": "^0.6.0", "@typescript-eslint/parser": "^8.57.1", "@vitejs/plugin-vue": "^6.0.5", "typescript": "5.9.3", diff --git a/examples/vue/useHotkey/package.json b/examples/vue/useHotkey/package.json index 87a63816..82cd4bed 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.7.0", + "@tanstack/vue-hotkeys": "^0.8.0", "vue": "^3.5.30" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.5.0", + "@tanstack/vue-hotkeys-devtools": "^0.6.0", "@typescript-eslint/parser": "^8.57.1", "@vitejs/plugin-vue": "^6.0.5", "typescript": "5.9.3", diff --git a/examples/vue/useHotkeyRecorder/package.json b/examples/vue/useHotkeyRecorder/package.json index 52be5c2e..9047bfdb 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.7.0", + "@tanstack/vue-hotkeys": "^0.8.0", "vue": "^3.5.30" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.5.0", + "@tanstack/vue-hotkeys-devtools": "^0.6.0", "@typescript-eslint/parser": "^8.57.1", "@vitejs/plugin-vue": "^6.0.5", "typescript": "5.9.3", diff --git a/examples/vue/useHotkeySequence/package.json b/examples/vue/useHotkeySequence/package.json index df4a04c0..ee70bf6a 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.7.0", + "@tanstack/vue-hotkeys": "^0.8.0", "vue": "^3.5.30" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.5.0", + "@tanstack/vue-hotkeys-devtools": "^0.6.0", "@typescript-eslint/parser": "^8.57.1", "@vitejs/plugin-vue": "^6.0.5", "typescript": "5.9.3", diff --git a/examples/vue/useHotkeySequenceRecorder/package.json b/examples/vue/useHotkeySequenceRecorder/package.json index 5a406319..c9a132ea 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.7.0", + "@tanstack/vue-hotkeys": "^0.8.0", "vue": "^3.5.30" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.5.0", + "@tanstack/vue-hotkeys-devtools": "^0.6.0", "@typescript-eslint/parser": "^8.57.1", "@vitejs/plugin-vue": "^6.0.5", "typescript": "5.9.3", diff --git a/examples/vue/useHotkeySequences/package.json b/examples/vue/useHotkeySequences/package.json index cb55af56..ffb3f68e 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.7.0", + "@tanstack/vue-hotkeys": "^0.8.0", "vue": "^3.5.30" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.5.0", + "@tanstack/vue-hotkeys-devtools": "^0.6.0", "@typescript-eslint/parser": "^8.57.1", "@vitejs/plugin-vue": "^6.0.5", "typescript": "5.9.3", diff --git a/examples/vue/useHotkeys/package.json b/examples/vue/useHotkeys/package.json index 3a22ec9f..b216514a 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.7.0", + "@tanstack/vue-hotkeys": "^0.8.0", "vue": "^3.5.30" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.5.0", + "@tanstack/vue-hotkeys-devtools": "^0.6.0", "@typescript-eslint/parser": "^8.57.1", "@vitejs/plugin-vue": "^6.0.5", "typescript": "5.9.3", diff --git a/examples/vue/useKeyhold/package.json b/examples/vue/useKeyhold/package.json index 21def09e..94f08b32 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.7.0", + "@tanstack/vue-hotkeys": "^0.8.0", "vue": "^3.5.30" }, "devDependencies": { "@tanstack/vue-devtools": "^0.2.14", - "@tanstack/vue-hotkeys-devtools": "^0.5.0", + "@tanstack/vue-hotkeys-devtools": "^0.6.0", "@typescript-eslint/parser": "^8.57.1", "@vitejs/plugin-vue": "^6.0.5", "typescript": "5.9.3", diff --git a/packages/angular-hotkeys/CHANGELOG.md b/packages/angular-hotkeys/CHANGELOG.md index 46a783dd..a178beab 100644 --- a/packages/angular-hotkeys/CHANGELOG.md +++ b/packages/angular-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/angular-hotkeys +## 0.8.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys@0.6.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/angular-hotkeys/package.json b/packages/angular-hotkeys/package.json index 87936de0..a4cfc7aa 100644 --- a/packages/angular-hotkeys/package.json +++ b/packages/angular-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/angular-hotkeys", - "version": "0.7.0", + "version": "0.8.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 d7effdf6..59fb4481 100644 --- a/packages/hotkeys-devtools/CHANGELOG.md +++ b/packages/hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/hotkeys-devtools +## 1.0.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys@0.6.0 + ## 0.5.0 ### Patch Changes diff --git a/packages/hotkeys-devtools/package.json b/packages/hotkeys-devtools/package.json index 505f0ead..d20b783c 100644 --- a/packages/hotkeys-devtools/package.json +++ b/packages/hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys-devtools", - "version": "0.5.0", + "version": "1.0.0", "description": "Devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/hotkeys/CHANGELOG.md b/packages/hotkeys/CHANGELOG.md index 8b79f799..efb0f307 100644 --- a/packages/hotkeys/CHANGELOG.md +++ b/packages/hotkeys/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/hotkeys +## 0.6.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + ## 0.5.0 ### Minor Changes diff --git a/packages/hotkeys/package.json b/packages/hotkeys/package.json index 231c2b4e..f95e4591 100644 --- a/packages/hotkeys/package.json +++ b/packages/hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys", - "version": "0.5.0", + "version": "0.6.0", "description": "Type-safe, framework-agnostic keyboard hotkey management for the browser", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/preact-hotkeys-devtools/CHANGELOG.md b/packages/preact-hotkeys-devtools/CHANGELOG.md index 1ed32035..a11c1326 100644 --- a/packages/preact-hotkeys-devtools/CHANGELOG.md +++ b/packages/preact-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/preact-hotkeys-devtools +## 0.6.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys-devtools@1.0.0 + ## 0.5.0 ### Patch Changes diff --git a/packages/preact-hotkeys-devtools/package.json b/packages/preact-hotkeys-devtools/package.json index dbfd2f1f..7cf24f56 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.5.0", + "version": "0.6.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 3752788a..8e27c896 100644 --- a/packages/preact-hotkeys/CHANGELOG.md +++ b/packages/preact-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/preact-hotkeys +## 0.8.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys@0.6.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/preact-hotkeys/package.json b/packages/preact-hotkeys/package.json index e99755b5..a5605c74 100644 --- a/packages/preact-hotkeys/package.json +++ b/packages/preact-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-hotkeys", - "version": "0.7.0", + "version": "0.8.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 2ecdde35..15f926ca 100644 --- a/packages/react-hotkeys-devtools/CHANGELOG.md +++ b/packages/react-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-hotkeys-devtools +## 0.6.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys-devtools@1.0.0 + ## 0.5.0 ### Patch Changes diff --git a/packages/react-hotkeys-devtools/package.json b/packages/react-hotkeys-devtools/package.json index f1982a7f..05fca71e 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.5.0", + "version": "0.6.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 bcfa9179..fc195970 100644 --- a/packages/react-hotkeys/CHANGELOG.md +++ b/packages/react-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/react-hotkeys +## 0.8.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys@0.6.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/react-hotkeys/package.json b/packages/react-hotkeys/package.json index 1397d0c3..284fbc2e 100644 --- a/packages/react-hotkeys/package.json +++ b/packages/react-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-hotkeys", - "version": "0.7.0", + "version": "0.8.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 362457a5..8dfa748d 100644 --- a/packages/solid-hotkeys-devtools/CHANGELOG.md +++ b/packages/solid-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/solid-hotkeys-devtools +## 0.6.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys-devtools@1.0.0 + ## 0.5.0 ### Patch Changes diff --git a/packages/solid-hotkeys-devtools/package.json b/packages/solid-hotkeys-devtools/package.json index 2f2e306f..12955d37 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.5.0", + "version": "0.6.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 38f378f9..d0da6134 100644 --- a/packages/solid-hotkeys/CHANGELOG.md +++ b/packages/solid-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/solid-hotkeys +## 0.8.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys@0.6.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/solid-hotkeys/package.json b/packages/solid-hotkeys/package.json index f163dde4..8c110d14 100644 --- a/packages/solid-hotkeys/package.json +++ b/packages/solid-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-hotkeys", - "version": "0.7.0", + "version": "0.8.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 826625f0..28d59184 100644 --- a/packages/svelte-hotkeys/CHANGELOG.md +++ b/packages/svelte-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/svelte-hotkeys +## 0.8.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys@0.6.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/svelte-hotkeys/package.json b/packages/svelte-hotkeys/package.json index bd300c90..06c6e10d 100644 --- a/packages/svelte-hotkeys/package.json +++ b/packages/svelte-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/svelte-hotkeys", - "version": "0.7.0", + "version": "0.8.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 df89d96b..7d418a44 100644 --- a/packages/vue-hotkeys-devtools/CHANGELOG.md +++ b/packages/vue-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/vue-hotkeys-devtools +## 0.6.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys-devtools@1.0.0 + ## 0.5.0 ### Patch Changes diff --git a/packages/vue-hotkeys-devtools/package.json b/packages/vue-hotkeys-devtools/package.json index 96e6bdb2..28451400 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.5.0", + "version": "0.6.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 be90947e..a072176a 100644 --- a/packages/vue-hotkeys/CHANGELOG.md +++ b/packages/vue-hotkeys/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/vue-hotkeys +## 0.8.0 + +### Minor Changes + +- Refactor hotkey normalization and display formatting APIs in `@tanstack/hotkeys`, align framework packages and devtools, and update display-related constants. ([#85](https://github.com/TanStack/hotkeys/pull/85)) + +### Patch Changes + +- Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: + - @tanstack/hotkeys@0.6.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/vue-hotkeys/package.json b/packages/vue-hotkeys/package.json index c2e20206..d97e88f6 100644 --- a/packages/vue-hotkeys/package.json +++ b/packages/vue-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/vue-hotkeys", - "version": "0.7.0", + "version": "0.8.0", "description": "Vue adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bff100b9..1992b2f3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -105,7 +105,7 @@ importers: specifier: ^21.2.5 version: 21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -175,7 +175,7 @@ importers: specifier: ^21.2.5 version: 21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -245,7 +245,7 @@ importers: specifier: ^21.2.5 version: 21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -315,7 +315,7 @@ importers: specifier: ^21.2.5 version: 21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -385,7 +385,7 @@ importers: specifier: ^21.2.5 version: 21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -455,7 +455,7 @@ importers: specifier: ^21.2.5 version: 21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -525,7 +525,7 @@ importers: specifier: ^21.2.5 version: 21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -595,7 +595,7 @@ importers: specifier: ^21.2.5 version: 21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(@angular/platform-browser@21.2.5(@angular/common@21.2.5(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1))(rxjs@7.8.2))(@angular/core@21.2.5(@angular/compiler@21.2.5)(rxjs@7.8.2)(zone.js@0.16.1)))(rxjs@7.8.2) '@tanstack/angular-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/angular-hotkeys rxjs: specifier: ~7.8.2 @@ -644,7 +644,7 @@ importers: examples/preact/useHeldKeys: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -657,7 +657,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -669,7 +669,7 @@ importers: examples/preact/useHotkey: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -682,7 +682,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -694,7 +694,7 @@ importers: examples/preact/useHotkeyRecorder: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -707,7 +707,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -719,7 +719,7 @@ importers: examples/preact/useHotkeySequence: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -732,7 +732,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -744,7 +744,7 @@ importers: examples/preact/useHotkeySequenceRecorder: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -757,7 +757,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -769,7 +769,7 @@ importers: examples/preact/useHotkeySequences: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -782,7 +782,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -794,7 +794,7 @@ importers: examples/preact/useHotkeys: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -807,7 +807,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -819,7 +819,7 @@ importers: examples/preact/useKeyhold: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.29.0 @@ -832,7 +832,7 @@ importers: specifier: 0.10.0 version: 0.10.0(csstype@3.2.3)(preact@10.29.0)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -844,7 +844,7 @@ importers: examples/react/useHeldKeys: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -857,7 +857,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.11) '@tanstack/react-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -878,7 +878,7 @@ importers: examples/react/useHotkey: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -891,7 +891,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.11) '@tanstack/react-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -912,7 +912,7 @@ importers: examples/react/useHotkeyRecorder: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -925,7 +925,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.11) '@tanstack/react-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -946,7 +946,7 @@ importers: examples/react/useHotkeySequence: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -959,7 +959,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.11) '@tanstack/react-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -980,7 +980,7 @@ importers: examples/react/useHotkeySequenceRecorder: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -993,7 +993,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.11) '@tanstack/react-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1014,7 +1014,7 @@ importers: examples/react/useHotkeySequences: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1027,7 +1027,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.11) '@tanstack/react-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1048,7 +1048,7 @@ importers: examples/react/useHotkeys: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1061,7 +1061,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.11) '@tanstack/react-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1082,7 +1082,7 @@ importers: examples/react/useKeyhold: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -1095,7 +1095,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.11) '@tanstack/react-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -1119,10 +1119,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -1141,10 +1141,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -1169,10 +1169,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -1191,10 +1191,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -1213,10 +1213,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -1235,10 +1235,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -1257,10 +1257,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -1285,10 +1285,10 @@ importers: specifier: 0.8.0 version: 0.8.0(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -1304,7 +1304,7 @@ importers: examples/svelte/create-hotkey: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.7.0 + specifier: 0.8.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.54.1 @@ -1323,7 +1323,7 @@ importers: examples/svelte/create-hotkey-recorder: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.7.0 + specifier: 0.8.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.54.1 @@ -1342,7 +1342,7 @@ importers: examples/svelte/create-hotkey-sequence: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.7.0 + specifier: 0.8.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.54.1 @@ -1361,7 +1361,7 @@ importers: examples/svelte/create-hotkey-sequence-recorder: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.7.0 + specifier: 0.8.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.54.1 @@ -1380,7 +1380,7 @@ importers: examples/svelte/create-hotkey-sequences: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.7.0 + specifier: 0.8.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.54.1 @@ -1399,7 +1399,7 @@ importers: examples/svelte/create-hotkeys: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.7.0 + specifier: 0.8.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.54.1 @@ -1418,7 +1418,7 @@ importers: examples/svelte/get-held-keys: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.7.0 + specifier: 0.8.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.54.1 @@ -1437,7 +1437,7 @@ importers: examples/svelte/get-is-key-held: dependencies: '@tanstack/svelte-hotkeys': - specifier: 0.7.0 + specifier: 0.8.0 version: link:../../../packages/svelte-hotkeys svelte: specifier: ^5.54.1 @@ -1456,7 +1456,7 @@ importers: examples/vanilla/formatForDisplay: dependencies: '@tanstack/hotkeys': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/hotkeys devDependencies: typescript: @@ -1469,7 +1469,7 @@ importers: examples/vue/useHeldKeys: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.30 @@ -1479,7 +1479,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.1 @@ -1500,7 +1500,7 @@ importers: examples/vue/useHotkey: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.30 @@ -1510,7 +1510,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.1 @@ -1531,7 +1531,7 @@ importers: examples/vue/useHotkeyRecorder: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.30 @@ -1541,7 +1541,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.1 @@ -1562,7 +1562,7 @@ importers: examples/vue/useHotkeySequence: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.30 @@ -1572,7 +1572,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.1 @@ -1593,7 +1593,7 @@ importers: examples/vue/useHotkeySequenceRecorder: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.30 @@ -1603,7 +1603,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.1 @@ -1624,7 +1624,7 @@ importers: examples/vue/useHotkeySequences: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.30 @@ -1634,7 +1634,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.1 @@ -1655,7 +1655,7 @@ importers: examples/vue/useHotkeys: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.30 @@ -1665,7 +1665,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.1 @@ -1686,7 +1686,7 @@ importers: examples/vue/useKeyhold: dependencies: '@tanstack/vue-hotkeys': - specifier: ^0.7.0 + specifier: ^0.8.0 version: link:../../../packages/vue-hotkeys vue: specifier: ^3.5.30 @@ -1696,7 +1696,7 @@ importers: specifier: ^0.2.14 version: 0.2.14(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/vue-hotkeys-devtools': - specifier: ^0.5.0 + specifier: ^0.6.0 version: link:../../../packages/vue-hotkeys-devtools '@typescript-eslint/parser': specifier: ^8.57.1 From 591bccf71651817185b1c0c735f530b15b7a5bd1 Mon Sep 17 00:00:00 2001 From: Kevin Van Cott Date: Thu, 26 Mar 2026 08:30:40 -0500 Subject: [PATCH 2/2] fix hotkeys-devtools package version --- packages/hotkeys-devtools/CHANGELOG.md | 2 +- packages/hotkeys-devtools/package.json | 2 +- packages/preact-hotkeys-devtools/CHANGELOG.md | 2 +- packages/react-hotkeys-devtools/CHANGELOG.md | 2 +- packages/solid-hotkeys-devtools/CHANGELOG.md | 2 +- packages/vue-hotkeys-devtools/CHANGELOG.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/hotkeys-devtools/CHANGELOG.md b/packages/hotkeys-devtools/CHANGELOG.md index 59fb4481..d3b62f0b 100644 --- a/packages/hotkeys-devtools/CHANGELOG.md +++ b/packages/hotkeys-devtools/CHANGELOG.md @@ -1,6 +1,6 @@ # @tanstack/hotkeys-devtools -## 1.0.0 +## 0.7.0 ### Minor Changes diff --git a/packages/hotkeys-devtools/package.json b/packages/hotkeys-devtools/package.json index d20b783c..3cf1b752 100644 --- a/packages/hotkeys-devtools/package.json +++ b/packages/hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys-devtools", - "version": "1.0.0", + "version": "0.7.0", "description": "Devtools 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 a11c1326..758b2f62 100644 --- a/packages/preact-hotkeys-devtools/CHANGELOG.md +++ b/packages/preact-hotkeys-devtools/CHANGELOG.md @@ -9,7 +9,7 @@ ### Patch Changes - Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: - - @tanstack/hotkeys-devtools@1.0.0 + - @tanstack/hotkeys-devtools@0.7.0 ## 0.5.0 diff --git a/packages/react-hotkeys-devtools/CHANGELOG.md b/packages/react-hotkeys-devtools/CHANGELOG.md index 15f926ca..5a1793b3 100644 --- a/packages/react-hotkeys-devtools/CHANGELOG.md +++ b/packages/react-hotkeys-devtools/CHANGELOG.md @@ -9,7 +9,7 @@ ### Patch Changes - Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: - - @tanstack/hotkeys-devtools@1.0.0 + - @tanstack/hotkeys-devtools@0.7.0 ## 0.5.0 diff --git a/packages/solid-hotkeys-devtools/CHANGELOG.md b/packages/solid-hotkeys-devtools/CHANGELOG.md index 8dfa748d..ef937a6f 100644 --- a/packages/solid-hotkeys-devtools/CHANGELOG.md +++ b/packages/solid-hotkeys-devtools/CHANGELOG.md @@ -9,7 +9,7 @@ ### Patch Changes - Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: - - @tanstack/hotkeys-devtools@1.0.0 + - @tanstack/hotkeys-devtools@0.7.0 ## 0.5.0 diff --git a/packages/vue-hotkeys-devtools/CHANGELOG.md b/packages/vue-hotkeys-devtools/CHANGELOG.md index 7d418a44..72557d4b 100644 --- a/packages/vue-hotkeys-devtools/CHANGELOG.md +++ b/packages/vue-hotkeys-devtools/CHANGELOG.md @@ -9,7 +9,7 @@ ### Patch Changes - Updated dependencies [[`74b474d`](https://github.com/TanStack/hotkeys/commit/74b474db6e44ad2d0a92f97898f5b145f00b9b93)]: - - @tanstack/hotkeys-devtools@1.0.0 + - @tanstack/hotkeys-devtools@0.7.0 ## 0.5.0