diff --git a/.changeset/tricky-feet-cheat.md b/.changeset/tricky-feet-cheat.md deleted file mode 100644 index ddb664d..0000000 --- a/.changeset/tricky-feet-cheat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'react-collapsed': patch ---- - -Added `aria-labelledby` to the collapse panel, to be labelled by the toggle. diff --git a/packages/react-collapsed/CHANGELOG.md b/packages/react-collapsed/CHANGELOG.md index 677ec12..45a69cf 100644 --- a/packages/react-collapsed/CHANGELOG.md +++ b/packages/react-collapsed/CHANGELOG.md @@ -1,5 +1,11 @@ # react-collapsed +## 4.1.2 + +### Patch Changes + +- cc68b19: Added `aria-labelledby` to the collapse panel, to be labelled by the toggle. + ## 4.1.1 ### Patch Changes diff --git a/packages/react-collapsed/package.json b/packages/react-collapsed/package.json index 7376da4..5ecf0cf 100644 --- a/packages/react-collapsed/package.json +++ b/packages/react-collapsed/package.json @@ -1,6 +1,6 @@ { "name": "react-collapsed", - "version": "4.1.1", + "version": "4.1.2", "author": "Rogin Farrer ", "description": "A React custom-hook for creating flexible and accessible expand/collapse components.", "license": "MIT",