Skip to content

Commit e5bdbce

Browse files
ci: Version Packages (#22)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 56d50ba commit e5bdbce

19 files changed

Lines changed: 67 additions & 31 deletions

File tree

.changeset/ready-cities-smash.md

Lines changed: 0 additions & 5 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.1.0",
14+
"@tanstack/react-hotkeys": "^0.1.1",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.1",
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.1.0",
14+
"@tanstack/react-hotkeys": "^0.1.1",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.1",
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.1.0",
14+
"@tanstack/react-hotkeys": "^0.1.1",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.1",
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.1.0",
14+
"@tanstack/react-hotkeys": "^0.1.1",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.1",
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.1.0",
14+
"@tanstack/react-hotkeys": "^0.1.1",
1515
"react": "^19.2.4",
1616
"react-dom": "^19.2.4"
1717
},
1818
"devDependencies": {
1919
"@tanstack/react-devtools": "0.9.5",
20-
"@tanstack/react-hotkeys-devtools": "^0.1.0",
20+
"@tanstack/react-hotkeys-devtools": "^0.1.1",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @tanstack/hotkeys-devtools
22

3+
## 0.1.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`56d50ba`](https://github.com/TanStack/hotkeys/commit/56d50ba4595a7609b13a36376afdc46ba92fab29)]:
8+
- @tanstack/hotkeys@0.1.1
9+
310
## 0.1.0
411

512
### Patch 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.1.0",
3+
"version": "0.1.1",
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.1.1
4+
5+
### Patch Changes
6+
7+
- fix detectPlatform SSR pass on WinterTC runtime with partial navigator implementation (e.g: Deno, Cloudflare workers) ([#14](https://github.com/TanStack/hotkeys/pull/14))
8+
39
## 0.1.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.1.0",
3+
"version": "0.1.1",
44
"description": "Type-safe, framework-agnostic keyboard hotkey management for the browser",
55
"author": "Tanner Linsley",
66
"license": "MIT",

0 commit comments

Comments
 (0)