Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/honest-moose-throw.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/preact/useHeldKeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.4.1",
"@tanstack/preact-hotkeys-devtools": "^0.4.2",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/useHotkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.4.1",
"@tanstack/preact-hotkeys-devtools": "^0.4.2",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/useHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.4.1",
"@tanstack/preact-hotkeys-devtools": "^0.4.2",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/useHotkeySequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.4.1",
"@tanstack/preact-hotkeys-devtools": "^0.4.2",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/preact/useKeyhold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"devDependencies": {
"@preact/preset-vite": "^2.10.3",
"@tanstack/preact-devtools": "0.9.15",
"@tanstack/preact-hotkeys-devtools": "^0.4.1",
"@tanstack/preact-hotkeys-devtools": "^0.4.2",
"typescript": "5.9.3",
"vite": "^7.3.1"
}
Expand Down
2 changes: 1 addition & 1 deletion examples/react/useHeldKeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.4.1",
"@tanstack/react-hotkeys-devtools": "^0.4.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/useHotkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.4.1",
"@tanstack/react-hotkeys-devtools": "^0.4.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/useHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.4.1",
"@tanstack/react-hotkeys-devtools": "^0.4.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/useHotkeySequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.4.1",
"@tanstack/react-hotkeys-devtools": "^0.4.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/react/useKeyhold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.10",
"@tanstack/react-hotkeys-devtools": "^0.4.1",
"@tanstack/react-hotkeys-devtools": "^0.4.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/createHeldKeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.2",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/createHotkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.2",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/createHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.2",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/createHotkeySequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.2",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/solid/createKeyHold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dependencies": {
"@tanstack/solid-devtools": "0.7.30",
"@tanstack/solid-hotkeys": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.1",
"@tanstack/solid-hotkeys-devtools": "^0.4.2",
"solid-js": "^1.9.11"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/useHeldKeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@tanstack/vue-devtools": "^0.2.10",
"@tanstack/vue-hotkeys-devtools": "^0.4.1",
"@tanstack/vue-hotkeys-devtools": "^0.4.2",
"@vitejs/plugin-vue": "^6.0.4",
"typescript": "5.9.3",
"vite": "^7.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/useHotkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@tanstack/vue-devtools": "^0.2.10",
"@tanstack/vue-hotkeys-devtools": "^0.4.1",
"@tanstack/vue-hotkeys-devtools": "^0.4.2",
"@vitejs/plugin-vue": "^6.0.4",
"typescript": "5.9.3",
"vite": "^7.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/useHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@tanstack/vue-devtools": "^0.2.10",
"@tanstack/vue-hotkeys-devtools": "^0.4.1",
"@tanstack/vue-hotkeys-devtools": "^0.4.2",
"@vitejs/plugin-vue": "^6.0.4",
"typescript": "5.9.3",
"vite": "^7.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/useHotkeySequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@tanstack/vue-devtools": "^0.2.10",
"@tanstack/vue-hotkeys-devtools": "^0.4.1",
"@tanstack/vue-hotkeys-devtools": "^0.4.2",
"@vitejs/plugin-vue": "^6.0.4",
"typescript": "5.9.3",
"vite": "^7.3.1"
Expand Down
2 changes: 1 addition & 1 deletion examples/vue/useKeyhold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"devDependencies": {
"@tanstack/vue-devtools": "^0.2.10",
"@tanstack/vue-hotkeys-devtools": "^0.4.1",
"@tanstack/vue-hotkeys-devtools": "^0.4.2",
"@vitejs/plugin-vue": "^6.0.4",
"typescript": "5.9.3",
"vite": "^7.3.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/hotkeys-devtools

## 0.4.2

### Patch Changes

- Moves devtools theme to the component to avoid theme miss-match. ([#67](https://github.com/TanStack/hotkeys/pull/67))

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hotkeys-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/hotkeys-devtools",
"version": "0.4.1",
"version": "0.4.2",
"description": "Devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/preact-hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/preact-hotkeys-devtools

## 0.4.2

### Patch Changes

- Updated dependencies [[`1f2eae6`](https://github.com/TanStack/hotkeys/commit/1f2eae668f6d20225903e2a818224eb8acb6c878)]:
- @tanstack/hotkeys-devtools@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/preact-hotkeys-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/preact-hotkeys-devtools",
"version": "0.4.1",
"version": "0.4.2",
"description": "Preact devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/react-hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/react-hotkeys-devtools

## 0.4.2

### Patch Changes

- Updated dependencies [[`1f2eae6`](https://github.com/TanStack/hotkeys/commit/1f2eae668f6d20225903e2a818224eb8acb6c878)]:
- @tanstack/hotkeys-devtools@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react-hotkeys-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/react-hotkeys-devtools",
"version": "0.4.1",
"version": "0.4.2",
"description": "React devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/solid-hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/solid-hotkeys-devtools

## 0.4.2

### Patch Changes

- Updated dependencies [[`1f2eae6`](https://github.com/TanStack/hotkeys/commit/1f2eae668f6d20225903e2a818224eb8acb6c878)]:
- @tanstack/hotkeys-devtools@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-hotkeys-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-hotkeys-devtools",
"version": "0.4.1",
"version": "0.4.2",
"description": "SolidJS devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue-hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @tanstack/vue-hotkeys-devtools

## 0.4.2

### Patch Changes

- Updated dependencies [[`1f2eae6`](https://github.com/TanStack/hotkeys/commit/1f2eae668f6d20225903e2a818224eb8acb6c878)]:
- @tanstack/hotkeys-devtools@0.4.2

## 0.4.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-hotkeys-devtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/vue-hotkeys-devtools",
"version": "0.4.1",
"version": "0.4.2",
"description": "Vue devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
Loading