Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: roginfarrer/collapsed
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be257457faab772eefabe739173aa380013af503
Choose a base ref
..
head repository: roginfarrer/collapsed
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1476f05d5e488155893751c2652a40ffdcedfe08
Choose a head ref
Showing with 7 additions and 6 deletions.
  1. +0 −5 .changeset/tricky-feet-cheat.md
  2. +6 −0 packages/react-collapsed/CHANGELOG.md
  3. +1 −1 packages/react-collapsed/package.json
5 changes: 0 additions & 5 deletions .changeset/tricky-feet-cheat.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/react-collapsed/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion packages/react-collapsed/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-collapsed",
"version": "4.1.1",
"version": "4.1.2",
"author": "Rogin Farrer <rogin@roginfarrer.com>",
"description": "A React custom-hook for creating flexible and accessible expand/collapse components.",
"license": "MIT",