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
10 changes: 0 additions & 10 deletions .changeset/red-pens-taste.md

This file was deleted.

4 changes: 2 additions & 2 deletions examples/react/useHeldKeys/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.2.0",
"@tanstack/react-hotkeys": "^0.3.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.6",
"@tanstack/react-hotkeys-devtools": "^0.2.0",
"@tanstack/react-hotkeys-devtools": "^0.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useHotkey/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.2.0",
"@tanstack/react-hotkeys": "^0.3.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.6",
"@tanstack/react-hotkeys-devtools": "^0.2.0",
"@tanstack/react-hotkeys-devtools": "^0.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useHotkeyRecorder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.2.0",
"@tanstack/react-hotkeys": "^0.3.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.6",
"@tanstack/react-hotkeys-devtools": "^0.2.0",
"@tanstack/react-hotkeys-devtools": "^0.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useHotkeySequence/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.2.0",
"@tanstack/react-hotkeys": "^0.3.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.6",
"@tanstack/react-hotkeys-devtools": "^0.2.0",
"@tanstack/react-hotkeys-devtools": "^0.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
4 changes: 2 additions & 2 deletions examples/react/useKeyhold/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"test:types": "tsc"
},
"dependencies": {
"@tanstack/react-hotkeys": "^0.2.0",
"@tanstack/react-hotkeys": "^0.3.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@tanstack/react-devtools": "0.9.6",
"@tanstack/react-hotkeys-devtools": "^0.2.0",
"@tanstack/react-hotkeys-devtools": "^0.3.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
Expand Down
11 changes: 11 additions & 0 deletions packages/hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/hotkeys-devtools

## 0.3.0

### Minor Changes

- feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. ([#21](https://github.com/TanStack/hotkeys/pull/21))

### Patch Changes

- Updated dependencies [[`7328e36`](https://github.com/TanStack/hotkeys/commit/7328e360f0e99b5374fb97c07e0f2a500d8e5b9c)]:
- @tanstack/hotkeys@0.3.0

## 0.2.0

### Minor 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.2.0",
"version": "0.3.0",
"description": "Devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
6 changes: 6 additions & 0 deletions packages/hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @tanstack/hotkeys

## 0.3.0

### Minor Changes

- feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. ([#21](https://github.com/TanStack/hotkeys/pull/21))

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/hotkeys",
"version": "0.2.0",
"version": "0.3.0",
"description": "Type-safe, framework-agnostic keyboard hotkey management for the browser",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-hotkeys-devtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/react-hotkeys-devtools

## 0.3.0

### Minor Changes

- feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. ([#21](https://github.com/TanStack/hotkeys/pull/21))

### Patch Changes

- Updated dependencies [[`7328e36`](https://github.com/TanStack/hotkeys/commit/7328e360f0e99b5374fb97c07e0f2a500d8e5b9c)]:
- @tanstack/hotkeys-devtools@0.3.0

## 0.2.0

### 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.2.0",
"version": "0.3.0",
"description": "React devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/react-hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/react-hotkeys

## 0.3.0

### Minor Changes

- feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. ([#21](https://github.com/TanStack/hotkeys/pull/21))

### Patch Changes

- Updated dependencies [[`7328e36`](https://github.com/TanStack/hotkeys/commit/7328e360f0e99b5374fb97c07e0f2a500d8e5b9c)]:
- @tanstack/hotkeys@0.3.0

## 0.2.0

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

## 0.3.0

### Minor Changes

- feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. ([#21](https://github.com/TanStack/hotkeys/pull/21))

### Patch Changes

- Updated dependencies [[`7328e36`](https://github.com/TanStack/hotkeys/commit/7328e360f0e99b5374fb97c07e0f2a500d8e5b9c)]:
- @tanstack/hotkeys-devtools@0.3.0

## 0.2.0

### 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.2.0",
"version": "0.3.0",
"description": "SolidJS devtools for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
11 changes: 11 additions & 0 deletions packages/solid-hotkeys/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @tanstack/solid-hotkeys

## 0.3.0

### Minor Changes

- feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. ([#21](https://github.com/TanStack/hotkeys/pull/21))

### Patch Changes

- Updated dependencies [[`7328e36`](https://github.com/TanStack/hotkeys/commit/7328e360f0e99b5374fb97c07e0f2a500d8e5b9c)]:
- @tanstack/hotkeys@0.3.0

## 0.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/solid-hotkeys/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tanstack/solid-hotkeys",
"version": "0.2.0",
"version": "0.3.0",
"description": "SolidJS adapter for TanStack Hotkeys",
"author": "Tanner Linsley",
"license": "MIT",
Expand Down
20 changes: 10 additions & 10 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading