From 7bd8573235e82ed3f1e8a4ae40aed0564d8f7f98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 14:10:37 +0000 Subject: [PATCH] ci: Version Packages --- .../fix-is-input-element-plaintext-only.md | 5 -- examples/preact/useHeldKeys/package.json | 4 +- examples/preact/useHotkey/package.json | 4 +- .../preact/useHotkeyRecorder/package.json | 4 +- .../preact/useHotkeySequence/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 +- 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 +- examples/solid/createKeyHold/package.json | 4 +- packages/hotkeys-devtools/CHANGELOG.md | 7 +++ packages/hotkeys-devtools/package.json | 2 +- packages/hotkeys/CHANGELOG.md | 6 ++ packages/hotkeys/package.json | 2 +- packages/preact-hotkeys-devtools/CHANGELOG.md | 7 +++ packages/preact-hotkeys-devtools/package.json | 2 +- packages/preact-hotkeys/CHANGELOG.md | 7 +++ packages/preact-hotkeys/package.json | 2 +- packages/react-hotkeys-devtools/CHANGELOG.md | 7 +++ packages/react-hotkeys-devtools/package.json | 2 +- packages/react-hotkeys/CHANGELOG.md | 7 +++ packages/react-hotkeys/package.json | 2 +- packages/solid-hotkeys-devtools/CHANGELOG.md | 7 +++ packages/solid-hotkeys-devtools/package.json | 2 +- packages/solid-hotkeys/CHANGELOG.md | 7 +++ packages/solid-hotkeys/package.json | 2 +- pnpm-lock.yaml | 60 +++++++++---------- 33 files changed, 123 insertions(+), 73 deletions(-) delete mode 100644 .changeset/fix-is-input-element-plaintext-only.md diff --git a/.changeset/fix-is-input-element-plaintext-only.md b/.changeset/fix-is-input-element-plaintext-only.md deleted file mode 100644 index 2ac350e..0000000 --- a/.changeset/fix-is-input-element-plaintext-only.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@tanstack/hotkeys': patch ---- - -fix(isInputElement): recognize contenteditable="plaintext-only" and inherited contenteditable diff --git a/examples/preact/useHeldKeys/package.json b/examples/preact/useHeldKeys/package.json index 2063943..e5cdd7a 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.3.1", + "@tanstack/preact-hotkeys": "^0.3.2", "preact": "^10.27.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/preact-devtools": "0.9.6", - "@tanstack/preact-hotkeys-devtools": "^0.3.1", + "@tanstack/preact-hotkeys-devtools": "^0.3.2", "typescript": "5.9.3", "vite": "^7.3.1" } diff --git a/examples/preact/useHotkey/package.json b/examples/preact/useHotkey/package.json index 1d4b500..05ee3e4 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.3.1", + "@tanstack/preact-hotkeys": "^0.3.2", "preact": "^10.27.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/preact-devtools": "0.9.6", - "@tanstack/preact-hotkeys-devtools": "^0.3.1", + "@tanstack/preact-hotkeys-devtools": "^0.3.2", "typescript": "5.9.3", "vite": "^7.3.1" } diff --git a/examples/preact/useHotkeyRecorder/package.json b/examples/preact/useHotkeyRecorder/package.json index 94461bf..cf15cdb 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.3.1", + "@tanstack/preact-hotkeys": "^0.3.2", "preact": "^10.27.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/preact-devtools": "0.9.6", - "@tanstack/preact-hotkeys-devtools": "^0.3.1", + "@tanstack/preact-hotkeys-devtools": "^0.3.2", "typescript": "5.9.3", "vite": "^7.3.1" } diff --git a/examples/preact/useHotkeySequence/package.json b/examples/preact/useHotkeySequence/package.json index ddc3044..82b844b 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.3.1", + "@tanstack/preact-hotkeys": "^0.3.2", "preact": "^10.27.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/preact-devtools": "0.9.6", - "@tanstack/preact-hotkeys-devtools": "^0.3.1", + "@tanstack/preact-hotkeys-devtools": "^0.3.2", "typescript": "5.9.3", "vite": "^7.3.1" } diff --git a/examples/preact/useKeyhold/package.json b/examples/preact/useKeyhold/package.json index d87dcda..24b4102 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.3.1", + "@tanstack/preact-hotkeys": "^0.3.2", "preact": "^10.27.2" }, "devDependencies": { "@preact/preset-vite": "^2.10.2", "@tanstack/preact-devtools": "0.9.6", - "@tanstack/preact-hotkeys-devtools": "^0.3.1", + "@tanstack/preact-hotkeys-devtools": "^0.3.2", "typescript": "5.9.3", "vite": "^7.3.1" } diff --git a/examples/react/useHeldKeys/package.json b/examples/react/useHeldKeys/package.json index b4cf6c0..51258ab 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.3.1", + "@tanstack/react-hotkeys": "^0.3.2", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.9.6", - "@tanstack/react-hotkeys-devtools": "^0.3.1", + "@tanstack/react-hotkeys-devtools": "^0.3.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", diff --git a/examples/react/useHotkey/package.json b/examples/react/useHotkey/package.json index fe81d54..64f35c9 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.3.1", + "@tanstack/react-hotkeys": "^0.3.2", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.9.6", - "@tanstack/react-hotkeys-devtools": "^0.3.1", + "@tanstack/react-hotkeys-devtools": "^0.3.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", diff --git a/examples/react/useHotkeyRecorder/package.json b/examples/react/useHotkeyRecorder/package.json index 68c96ad..ce4932f 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.3.1", + "@tanstack/react-hotkeys": "^0.3.2", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.9.6", - "@tanstack/react-hotkeys-devtools": "^0.3.1", + "@tanstack/react-hotkeys-devtools": "^0.3.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", diff --git a/examples/react/useHotkeySequence/package.json b/examples/react/useHotkeySequence/package.json index 2276df7..83c2ad5 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.3.1", + "@tanstack/react-hotkeys": "^0.3.2", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.9.6", - "@tanstack/react-hotkeys-devtools": "^0.3.1", + "@tanstack/react-hotkeys-devtools": "^0.3.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", diff --git a/examples/react/useKeyhold/package.json b/examples/react/useKeyhold/package.json index 1275ab7..884bceb 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.3.1", + "@tanstack/react-hotkeys": "^0.3.2", "react": "^19.2.4", "react-dom": "^19.2.4" }, "devDependencies": { "@tanstack/react-devtools": "0.9.6", - "@tanstack/react-hotkeys-devtools": "^0.3.1", + "@tanstack/react-hotkeys-devtools": "^0.3.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitejs/plugin-react": "^5.1.4", diff --git a/examples/solid/createHeldKeys/package.json b/examples/solid/createHeldKeys/package.json index a98e79e..4105b6d 100644 --- a/examples/solid/createHeldKeys/package.json +++ b/examples/solid/createHeldKeys/package.json @@ -10,8 +10,8 @@ "dependencies": { "@tanstack/devtools-utils": "^0.3.0", "@tanstack/solid-devtools": "0.7.26", - "@tanstack/solid-hotkeys": "^0.3.1", - "@tanstack/solid-hotkeys-devtools": "^0.3.1", + "@tanstack/solid-hotkeys": "^0.3.2", + "@tanstack/solid-hotkeys-devtools": "^0.3.2", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkey/package.json b/examples/solid/createHotkey/package.json index b95df67..fd99d21 100644 --- a/examples/solid/createHotkey/package.json +++ b/examples/solid/createHotkey/package.json @@ -13,8 +13,8 @@ "dependencies": { "@tanstack/devtools-utils": "^0.3.0", "@tanstack/solid-devtools": "0.7.26", - "@tanstack/solid-hotkeys": "^0.3.1", - "@tanstack/solid-hotkeys-devtools": "^0.3.1", + "@tanstack/solid-hotkeys": "^0.3.2", + "@tanstack/solid-hotkeys-devtools": "^0.3.2", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkeyRecorder/package.json b/examples/solid/createHotkeyRecorder/package.json index 0dcfa1d..288d12c 100644 --- a/examples/solid/createHotkeyRecorder/package.json +++ b/examples/solid/createHotkeyRecorder/package.json @@ -10,8 +10,8 @@ "dependencies": { "@tanstack/devtools-utils": "^0.3.0", "@tanstack/solid-devtools": "0.7.26", - "@tanstack/solid-hotkeys": "^0.3.1", - "@tanstack/solid-hotkeys-devtools": "^0.3.1", + "@tanstack/solid-hotkeys": "^0.3.2", + "@tanstack/solid-hotkeys-devtools": "^0.3.2", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createHotkeySequence/package.json b/examples/solid/createHotkeySequence/package.json index d586f23..6c72002 100644 --- a/examples/solid/createHotkeySequence/package.json +++ b/examples/solid/createHotkeySequence/package.json @@ -10,8 +10,8 @@ "dependencies": { "@tanstack/devtools-utils": "^0.3.0", "@tanstack/solid-devtools": "0.7.26", - "@tanstack/solid-hotkeys": "^0.3.1", - "@tanstack/solid-hotkeys-devtools": "^0.3.1", + "@tanstack/solid-hotkeys": "^0.3.2", + "@tanstack/solid-hotkeys-devtools": "^0.3.2", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/examples/solid/createKeyHold/package.json b/examples/solid/createKeyHold/package.json index 245b4ac..9920c28 100644 --- a/examples/solid/createKeyHold/package.json +++ b/examples/solid/createKeyHold/package.json @@ -10,8 +10,8 @@ "dependencies": { "@tanstack/devtools-utils": "^0.3.0", "@tanstack/solid-devtools": "0.7.26", - "@tanstack/solid-hotkeys": "^0.3.1", - "@tanstack/solid-hotkeys-devtools": "^0.3.1", + "@tanstack/solid-hotkeys": "^0.3.2", + "@tanstack/solid-hotkeys-devtools": "^0.3.2", "solid-js": "^1.9.11" }, "devDependencies": { diff --git a/packages/hotkeys-devtools/CHANGELOG.md b/packages/hotkeys-devtools/CHANGELOG.md index 68ef297..47d9bc4 100644 --- a/packages/hotkeys-devtools/CHANGELOG.md +++ b/packages/hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/hotkeys-devtools +## 0.3.2 + +### Patch Changes + +- Updated dependencies [[`67decce`](https://github.com/TanStack/hotkeys/commit/67decced89ce5dc874c5559fefb46096e76e560b)]: + - @tanstack/hotkeys@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/hotkeys-devtools/package.json b/packages/hotkeys-devtools/package.json index 0fa138c..a243e72 100644 --- a/packages/hotkeys-devtools/package.json +++ b/packages/hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys-devtools", - "version": "0.3.1", + "version": "0.3.2", "description": "Devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/hotkeys/CHANGELOG.md b/packages/hotkeys/CHANGELOG.md index e7b7f29..f952398 100644 --- a/packages/hotkeys/CHANGELOG.md +++ b/packages/hotkeys/CHANGELOG.md @@ -1,5 +1,11 @@ # @tanstack/hotkeys +## 0.3.2 + +### Patch Changes + +- fix(isInputElement): recognize contenteditable="plaintext-only" and inherited contenteditable ([#51](https://github.com/TanStack/hotkeys/pull/51)) + ## 0.3.1 ### Patch Changes diff --git a/packages/hotkeys/package.json b/packages/hotkeys/package.json index d06cd8f..9e539c9 100644 --- a/packages/hotkeys/package.json +++ b/packages/hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys", - "version": "0.3.1", + "version": "0.3.2", "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 db4ab4c..c0b30e4 100644 --- a/packages/preact-hotkeys-devtools/CHANGELOG.md +++ b/packages/preact-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-hotkeys-devtools +## 0.3.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/preact-hotkeys-devtools/package.json b/packages/preact-hotkeys-devtools/package.json index 5c9e51a..66de1c3 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.3.1", + "version": "0.3.2", "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 233f2e8..ef476f6 100644 --- a/packages/preact-hotkeys/CHANGELOG.md +++ b/packages/preact-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/preact-hotkeys +## 0.3.2 + +### Patch Changes + +- Updated dependencies [[`67decce`](https://github.com/TanStack/hotkeys/commit/67decced89ce5dc874c5559fefb46096e76e560b)]: + - @tanstack/hotkeys@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/preact-hotkeys/package.json b/packages/preact-hotkeys/package.json index ae09655..1caa41d 100644 --- a/packages/preact-hotkeys/package.json +++ b/packages/preact-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/preact-hotkeys", - "version": "0.3.1", + "version": "0.3.2", "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 5ac7d28..ddd2bfd 100644 --- a/packages/react-hotkeys-devtools/CHANGELOG.md +++ b/packages/react-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-hotkeys-devtools +## 0.3.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/react-hotkeys-devtools/package.json b/packages/react-hotkeys-devtools/package.json index 6ee6dd4..644b7ac 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.3.1", + "version": "0.3.2", "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 12e345a..a7abbbd 100644 --- a/packages/react-hotkeys/CHANGELOG.md +++ b/packages/react-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/react-hotkeys +## 0.3.2 + +### Patch Changes + +- Updated dependencies [[`67decce`](https://github.com/TanStack/hotkeys/commit/67decced89ce5dc874c5559fefb46096e76e560b)]: + - @tanstack/hotkeys@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/react-hotkeys/package.json b/packages/react-hotkeys/package.json index 2f31d61..ee0855d 100644 --- a/packages/react-hotkeys/package.json +++ b/packages/react-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/react-hotkeys", - "version": "0.3.1", + "version": "0.3.2", "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 de1cdf5..1c40c1b 100644 --- a/packages/solid-hotkeys-devtools/CHANGELOG.md +++ b/packages/solid-hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-hotkeys-devtools +## 0.3.2 + +### Patch Changes + +- Updated dependencies []: + - @tanstack/hotkeys-devtools@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/solid-hotkeys-devtools/package.json b/packages/solid-hotkeys-devtools/package.json index db25681..fe78eb5 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.3.1", + "version": "0.3.2", "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 72064ee..3797dfa 100644 --- a/packages/solid-hotkeys/CHANGELOG.md +++ b/packages/solid-hotkeys/CHANGELOG.md @@ -1,5 +1,12 @@ # @tanstack/solid-hotkeys +## 0.3.2 + +### Patch Changes + +- Updated dependencies [[`67decce`](https://github.com/TanStack/hotkeys/commit/67decced89ce5dc874c5559fefb46096e76e560b)]: + - @tanstack/hotkeys@0.3.2 + ## 0.3.1 ### Patch Changes diff --git a/packages/solid-hotkeys/package.json b/packages/solid-hotkeys/package.json index f5311c7..1557d77 100644 --- a/packages/solid-hotkeys/package.json +++ b/packages/solid-hotkeys/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/solid-hotkeys", - "version": "0.3.1", + "version": "0.3.2", "description": "SolidJS adapter for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aba3f62..4752a4c 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,7 +84,7 @@ importers: examples/preact/useHeldKeys: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.27.2 @@ -97,7 +97,7 @@ importers: specifier: 0.9.6 version: 0.9.6(csstype@3.2.3)(preact@10.28.4)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -109,7 +109,7 @@ importers: examples/preact/useHotkey: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.27.2 @@ -122,7 +122,7 @@ importers: specifier: 0.9.6 version: 0.9.6(csstype@3.2.3)(preact@10.28.4)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -134,7 +134,7 @@ importers: examples/preact/useHotkeyRecorder: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.27.2 @@ -147,7 +147,7 @@ importers: specifier: 0.9.6 version: 0.9.6(csstype@3.2.3)(preact@10.28.4)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -159,7 +159,7 @@ importers: examples/preact/useHotkeySequence: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.27.2 @@ -172,7 +172,7 @@ importers: specifier: 0.9.6 version: 0.9.6(csstype@3.2.3)(preact@10.28.4)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -184,7 +184,7 @@ importers: examples/preact/useKeyhold: dependencies: '@tanstack/preact-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys preact: specifier: ^10.27.2 @@ -197,7 +197,7 @@ importers: specifier: 0.9.6 version: 0.9.6(csstype@3.2.3)(preact@10.28.4)(solid-js@1.9.11) '@tanstack/preact-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/preact-hotkeys-devtools typescript: specifier: 5.9.3 @@ -209,7 +209,7 @@ importers: examples/react/useHeldKeys: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -222,7 +222,7 @@ importers: specifier: 0.9.6 version: 0.9.6(@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.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -243,7 +243,7 @@ importers: examples/react/useHotkey: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -256,7 +256,7 @@ importers: specifier: 0.9.6 version: 0.9.6(@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.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -277,7 +277,7 @@ importers: examples/react/useHotkeyRecorder: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -290,7 +290,7 @@ importers: specifier: 0.9.6 version: 0.9.6(@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.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -311,7 +311,7 @@ importers: examples/react/useHotkeySequence: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -324,7 +324,7 @@ importers: specifier: 0.9.6 version: 0.9.6(@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.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -345,7 +345,7 @@ importers: examples/react/useKeyhold: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -358,7 +358,7 @@ importers: specifier: 0.9.6 version: 0.9.6(@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.3.1 + specifier: ^0.3.2 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -385,10 +385,10 @@ importers: specifier: 0.7.26 version: 0.7.26(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -410,10 +410,10 @@ importers: specifier: 0.7.26 version: 0.7.26(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -441,10 +441,10 @@ importers: specifier: 0.7.26 version: 0.7.26(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -466,10 +466,10 @@ importers: specifier: 0.7.26 version: 0.7.26(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11 @@ -491,10 +491,10 @@ importers: specifier: 0.7.26 version: 0.7.26(csstype@3.2.3)(solid-js@1.9.11) '@tanstack/solid-hotkeys': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys '@tanstack/solid-hotkeys-devtools': - specifier: ^0.3.1 + specifier: ^0.3.2 version: link:../../../packages/solid-hotkeys-devtools solid-js: specifier: ^1.9.11