Skip to content

Commit dc259e0

Browse files
ci: Version Packages (#38)
* ci: Version Packages * fix release versions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Kevin Van Cott <kevinvandy656@gmail.com>
1 parent 7328e36 commit dc259e0

19 files changed

Lines changed: 87 additions & 36 deletions

File tree

.changeset/red-pens-taste.md

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

examples/react/useHeldKeys/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.2.0",
14+
"@tanstack/react-hotkeys": "^0.3.0",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.6",
20-
"@tanstack/react-hotkeys-devtools": "^0.2.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.3.0",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

examples/react/useHotkey/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.2.0",
14+
"@tanstack/react-hotkeys": "^0.3.0",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.6",
20-
"@tanstack/react-hotkeys-devtools": "^0.2.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.3.0",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

examples/react/useHotkeyRecorder/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.2.0",
14+
"@tanstack/react-hotkeys": "^0.3.0",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.6",
20-
"@tanstack/react-hotkeys-devtools": "^0.2.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.3.0",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

examples/react/useHotkeySequence/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.2.0",
14+
"@tanstack/react-hotkeys": "^0.3.0",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.6",
20-
"@tanstack/react-hotkeys-devtools": "^0.2.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.3.0",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

examples/react/useKeyhold/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"test:types": "tsc"
1212
},
1313
"dependencies": {
14-
"@tanstack/react-hotkeys": "^0.2.0",
14+
"@tanstack/react-hotkeys": "^0.3.0",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.6",
20-
"@tanstack/react-hotkeys-devtools": "^0.2.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.3.0",
2121
"@types/react": "^19.2.14",
2222
"@types/react-dom": "^19.2.3",
2323
"@vitejs/plugin-react": "^5.1.4",

packages/hotkeys-devtools/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. ([#21](https://github.com/TanStack/hotkeys/pull/21))
8+
9+
### Patch Changes
10+
11+
- Updated dependencies [[`7328e36`](https://github.com/TanStack/hotkeys/commit/7328e360f0e99b5374fb97c07e0f2a500d8e5b9c)]:
12+
- @tanstack/hotkeys@0.3.0
13+
314
## 0.2.0
415

516
### Minor Changes

packages/hotkeys-devtools/package.json

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

packages/hotkeys/CHANGELOG.md

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

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. ([#21](https://github.com/TanStack/hotkeys/pull/21))
8+
39
## 0.2.0
410

511
### Minor Changes

packages/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/hotkeys",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"description": "Type-safe, framework-agnostic keyboard hotkey management for the browser",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)