Skip to content

Commit e8b19f2

Browse files
ci: Version Packages (#9)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ada864 commit e8b19f2

8 files changed

Lines changed: 15 additions & 14 deletions

File tree

.changeset/plenty-islands-heal.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

examples/react/useHeldKeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.0.2",
14+
"@tanstack/react-hotkeys": "^0.0.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},

examples/react/useHotkeyRecorder/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.0.2",
14+
"@tanstack/react-hotkeys": "^0.0.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},

examples/react/useHotkeySequence/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.0.2",
14+
"@tanstack/react-hotkeys": "^0.0.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},

examples/react/useKeyhold/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.0.2",
14+
"@tanstack/react-hotkeys": "^0.0.3",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},

packages/react-hotkeys/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @tanstack/react-hotkeys
22

3+
## 0.0.3
4+
5+
### Patch Changes
6+
7+
- fix: rerun register when options.enabled is changed ([`3ada864`](https://github.com/TanStack/hotkeys/commit/3ada864e07d6a6fe46dd95162592b29e681f52d1))
8+
39
## 0.0.2
410

511
### Patch Changes

packages/react-hotkeys/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tanstack/react-hotkeys",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "React adapter for TanStack Hotkeys",
55
"author": "Tanner Linsley",
66
"license": "MIT",

pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)