From 38c1891686ff522084bae06c900307af3d90f453 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 21:17:43 +0000 Subject: [PATCH 1/2] ci: Version Packages --- .changeset/red-pens-taste.md | 10 ---------- 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 ++-- packages/hotkeys-devtools/CHANGELOG.md | 11 ++++++++++ packages/hotkeys-devtools/package.json | 2 +- packages/hotkeys/CHANGELOG.md | 6 ++++++ packages/hotkeys/package.json | 2 +- packages/react-hotkeys-devtools/CHANGELOG.md | 11 ++++++++++ packages/react-hotkeys-devtools/package.json | 2 +- packages/react-hotkeys/CHANGELOG.md | 11 ++++++++++ packages/react-hotkeys/package.json | 2 +- packages/solid-hotkeys-devtools/CHANGELOG.md | 11 ++++++++++ packages/solid-hotkeys-devtools/package.json | 2 +- packages/solid-hotkeys/CHANGELOG.md | 11 ++++++++++ packages/solid-hotkeys/package.json | 2 +- pnpm-lock.yaml | 20 +++++++++---------- 19 files changed, 87 insertions(+), 36 deletions(-) delete mode 100644 .changeset/red-pens-taste.md diff --git a/.changeset/red-pens-taste.md b/.changeset/red-pens-taste.md deleted file mode 100644 index 22ef5d1..0000000 --- a/.changeset/red-pens-taste.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -'@tanstack/hotkeys': minor -'@tanstack/react-hotkeys': minor -'@tanstack/solid-hotkeys': minor -'@tanstack/hotkeys-devtools': minor -'@tanstack/solid-hotkeys-devtools': minor -'@tanstack/react-hotkeys-devtools': minor ---- - -feat: overhaul sequence-manager and hooks to be in feature parity with hotkey-manager. diff --git a/examples/react/useHeldKeys/package.json b/examples/react/useHeldKeys/package.json index 373ef41..0c6359e 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.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", diff --git a/examples/react/useHotkey/package.json b/examples/react/useHotkey/package.json index 5bb6edc..601f95e 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.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", diff --git a/examples/react/useHotkeyRecorder/package.json b/examples/react/useHotkeyRecorder/package.json index d86d186..865cc88 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.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", diff --git a/examples/react/useHotkeySequence/package.json b/examples/react/useHotkeySequence/package.json index 68ada9f..6a47fc7 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.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", diff --git a/examples/react/useKeyhold/package.json b/examples/react/useKeyhold/package.json index 791fbdc..f6d2ae3 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.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", diff --git a/packages/hotkeys-devtools/CHANGELOG.md b/packages/hotkeys-devtools/CHANGELOG.md index 55c8fd0..5ab1e19 100644 --- a/packages/hotkeys-devtools/CHANGELOG.md +++ b/packages/hotkeys-devtools/CHANGELOG.md @@ -1,5 +1,16 @@ # @tanstack/hotkeys-devtools +## 1.0.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 diff --git a/packages/hotkeys-devtools/package.json b/packages/hotkeys-devtools/package.json index 52c24d4..5b20a7a 100644 --- a/packages/hotkeys-devtools/package.json +++ b/packages/hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys-devtools", - "version": "0.2.0", + "version": "1.0.0", "description": "Devtools for TanStack Hotkeys", "author": "Tanner Linsley", "license": "MIT", diff --git a/packages/hotkeys/CHANGELOG.md b/packages/hotkeys/CHANGELOG.md index da0a7fb..fd0a597 100644 --- a/packages/hotkeys/CHANGELOG.md +++ b/packages/hotkeys/CHANGELOG.md @@ -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 diff --git a/packages/hotkeys/package.json b/packages/hotkeys/package.json index ce68eb5..1d04238 100644 --- a/packages/hotkeys/package.json +++ b/packages/hotkeys/package.json @@ -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", diff --git a/packages/react-hotkeys-devtools/CHANGELOG.md b/packages/react-hotkeys-devtools/CHANGELOG.md index 9919be4..e59bc42 100644 --- a/packages/react-hotkeys-devtools/CHANGELOG.md +++ b/packages/react-hotkeys-devtools/CHANGELOG.md @@ -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@1.0.0 + ## 0.2.0 ### Patch Changes diff --git a/packages/react-hotkeys-devtools/package.json b/packages/react-hotkeys-devtools/package.json index 5795e2f..b6a9142 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.2.0", + "version": "0.3.0", "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 9f58c6f..167cc68 100644 --- a/packages/react-hotkeys/CHANGELOG.md +++ b/packages/react-hotkeys/CHANGELOG.md @@ -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 diff --git a/packages/react-hotkeys/package.json b/packages/react-hotkeys/package.json index d725758..d024c0a 100644 --- a/packages/react-hotkeys/package.json +++ b/packages/react-hotkeys/package.json @@ -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", diff --git a/packages/solid-hotkeys-devtools/CHANGELOG.md b/packages/solid-hotkeys-devtools/CHANGELOG.md index 0017ac3..e602cb7 100644 --- a/packages/solid-hotkeys-devtools/CHANGELOG.md +++ b/packages/solid-hotkeys-devtools/CHANGELOG.md @@ -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@1.0.0 + ## 0.2.0 ### Patch Changes diff --git a/packages/solid-hotkeys-devtools/package.json b/packages/solid-hotkeys-devtools/package.json index 22ffd5a..fc85cc6 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.2.0", + "version": "0.3.0", "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 59438d6..c6fb31b 100644 --- a/packages/solid-hotkeys/CHANGELOG.md +++ b/packages/solid-hotkeys/CHANGELOG.md @@ -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 diff --git a/packages/solid-hotkeys/package.json b/packages/solid-hotkeys/package.json index fdf4d93..cff11ea 100644 --- a/packages/solid-hotkeys/package.json +++ b/packages/solid-hotkeys/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 4c884a5..72153f4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -84,7 +84,7 @@ importers: examples/react/useHeldKeys: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -97,7 +97,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.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -118,7 +118,7 @@ importers: examples/react/useHotkey: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -131,7 +131,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.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -152,7 +152,7 @@ importers: examples/react/useHotkeyRecorder: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -165,7 +165,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.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -186,7 +186,7 @@ importers: examples/react/useHotkeySequence: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -199,7 +199,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.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 @@ -220,7 +220,7 @@ importers: examples/react/useKeyhold: dependencies: '@tanstack/react-hotkeys': - specifier: ^0.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys react: specifier: ^19.2.4 @@ -233,7 +233,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.2.0 + specifier: ^0.3.0 version: link:../../../packages/react-hotkeys-devtools '@types/react': specifier: ^19.2.14 From 983b16487d96cb8bcbebf5556b72b84b65bba93e Mon Sep 17 00:00:00 2001 From: Kevin Van Cott Date: Sat, 21 Feb 2026 15:20:57 -0600 Subject: [PATCH 2/2] fix release versions --- packages/hotkeys-devtools/CHANGELOG.md | 2 +- packages/hotkeys-devtools/package.json | 2 +- packages/react-hotkeys-devtools/CHANGELOG.md | 2 +- packages/solid-hotkeys-devtools/CHANGELOG.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/hotkeys-devtools/CHANGELOG.md b/packages/hotkeys-devtools/CHANGELOG.md index 5ab1e19..0bd5702 100644 --- a/packages/hotkeys-devtools/CHANGELOG.md +++ b/packages/hotkeys-devtools/CHANGELOG.md @@ -1,6 +1,6 @@ # @tanstack/hotkeys-devtools -## 1.0.0 +## 0.3.0 ### Minor Changes diff --git a/packages/hotkeys-devtools/package.json b/packages/hotkeys-devtools/package.json index 5b20a7a..e5099e7 100644 --- a/packages/hotkeys-devtools/package.json +++ b/packages/hotkeys-devtools/package.json @@ -1,6 +1,6 @@ { "name": "@tanstack/hotkeys-devtools", - "version": "1.0.0", + "version": "0.3.0", "description": "Devtools 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 e59bc42..876addc 100644 --- a/packages/react-hotkeys-devtools/CHANGELOG.md +++ b/packages/react-hotkeys-devtools/CHANGELOG.md @@ -9,7 +9,7 @@ ### Patch Changes - Updated dependencies [[`7328e36`](https://github.com/TanStack/hotkeys/commit/7328e360f0e99b5374fb97c07e0f2a500d8e5b9c)]: - - @tanstack/hotkeys-devtools@1.0.0 + - @tanstack/hotkeys-devtools@0.3.0 ## 0.2.0 diff --git a/packages/solid-hotkeys-devtools/CHANGELOG.md b/packages/solid-hotkeys-devtools/CHANGELOG.md index e602cb7..e1b99ae 100644 --- a/packages/solid-hotkeys-devtools/CHANGELOG.md +++ b/packages/solid-hotkeys-devtools/CHANGELOG.md @@ -9,7 +9,7 @@ ### Patch Changes - Updated dependencies [[`7328e36`](https://github.com/TanStack/hotkeys/commit/7328e360f0e99b5374fb97c07e0f2a500d8e5b9c)]: - - @tanstack/hotkeys-devtools@1.0.0 + - @tanstack/hotkeys-devtools@0.3.0 ## 0.2.0