Skip to content

Commit

Permalink
chore: update husky
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Jul 23, 2024
1 parent 1a26fcb commit 574c444
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 8 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ env:
FORCE_COLOR: 2
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
HUSKY: 0

jobs:
release:
Expand Down
1 change: 0 additions & 1 deletion .husky/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions .husky/commit-msg
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint --edit "${1}"
3 changes: 0 additions & 3 deletions .husky/pre-commit
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ All notable changes to this project will be documented in this file.

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

## [0.62.0](./#0.62.0) - 2024-07-23

### Fixed

- **Combobox**

- Improve accessibility by removing `aria-selected` and `aria-disabled` when `false`
- Prefer `click` over `pointerup` for consistent experience between screen readers and pointers.

- **React**

- Improve HMR behavior in React with components like Dialog, Select, and Menu

### Changed

- **Steps**

- Rename `skippable` to `linear` prop to better communicate its intent
- Set default `orientation` to `horizontal`

## [0.61.1](./#0.62.0) - 2024-07-15

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"packages": "pnpm --filter=./packages/** -r",
"build": "pnpm packages -- build",
"postbuild": "pnpm document:types && pnpm document:data-attr",
"prepare": "husky install",
"prepare": "husky",
"sync-pkgs": "tsx scripts/sync-packages.ts",
"clean-pkgs": "pnpm -r exec rm -rf dist .swc *.log",
"clean": "pnpm clean-pkgs && rm -rf node_modules",
Expand Down

0 comments on commit 574c444

Please sign in to comment.