Skip to content

Commit 574c444

Browse files
committed
chore: update husky
1 parent 1a26fcb commit 574c444

File tree

6 files changed

+22
-8
lines changed

6 files changed

+22
-8
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ env:
1515
FORCE_COLOR: 2
1616
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
1717
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
18+
HUSKY: 0
1819

1920
jobs:
2021
release:

.husky/.gitignore

-1
This file was deleted.

.husky/commit-msg

100755100644
-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx commitlint --edit "${1}"

.husky/pre-commit

100755100644
-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
41
npx lint-staged

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,26 @@ All notable changes to this project will be documented in this file.
66

77
See the [Changesets](./.changeset) for the latest changes.
88

9+
## [0.62.0](./#0.62.0) - 2024-07-23
10+
11+
### Fixed
12+
13+
- **Combobox**
14+
15+
- Improve accessibility by removing `aria-selected` and `aria-disabled` when `false`
16+
- Prefer `click` over `pointerup` for consistent experience between screen readers and pointers.
17+
18+
- **React**
19+
20+
- Improve HMR behavior in React with components like Dialog, Select, and Menu
21+
22+
### Changed
23+
24+
- **Steps**
25+
26+
- Rename `skippable` to `linear` prop to better communicate its intent
27+
- Set default `orientation` to `horizontal`
28+
929
## [0.61.1](./#0.62.0) - 2024-07-15
1030

1131
### Fixed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"packages": "pnpm --filter=./packages/** -r",
1212
"build": "pnpm packages -- build",
1313
"postbuild": "pnpm document:types && pnpm document:data-attr",
14-
"prepare": "husky install",
14+
"prepare": "husky",
1515
"sync-pkgs": "tsx scripts/sync-packages.ts",
1616
"clean-pkgs": "pnpm -r exec rm -rf dist .swc *.log",
1717
"clean": "pnpm clean-pkgs && rm -rf node_modules",

0 commit comments

Comments
 (0)