Skip to content

Commit f562ed9

Browse files
authored
Merge branch 'main' into siddharth/actionmenu2-aria-expanded
2 parents dc4c2c9 + 6e44d78 commit f562ed9

File tree

9 files changed

+37746
-242
lines changed

9 files changed

+37746
-242
lines changed

.changeset/stupid-bikes-look.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
ActionList v2 Divider: Make divider aria-hidden

.changeset/two-peas-exercise.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@primer/react": patch
3+
---
4+
5+
Fix AvatarStack opacity for children without sx prop

.husky/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
_

.husky/pre-commit

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
[ -z "$HUSKY_ENABLED" ] && exit 0
5+
6+
npx lint-staged

0 commit comments

Comments
 (0)