Skip to content

Commit 5a0b7da

Browse files
authored
Merge pull request #274 from springload/chore/upgrade-version
chore(yarn): update package version
2 parents 38c8e57 + a505b08 commit 5a0b7da

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
> All notable changes to this project are documented in this file. This project
44
> adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55
6+
## [[v3.2.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.2.0)
7+
8+
### Added
9+
10+
- Use `console.error` when provided with invalid HTML5 ids
11+
12+
## [[v3.1.1]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.1.1)
13+
14+
### Fixed
15+
16+
- Use `hidden` capabilities rather than something needing custom css
17+
everywhere.
18+
619
## [[v3.1.0]](https://github.com/springload/react-accessible-accordion/releases/tag/v3.1.0)
720

821
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-accessible-accordion",
3-
"version": "3.1.1",
3+
"version": "3.2.0",
44
"description": "Accessible Accordion component for React",
55
"main": "dist/umd/index.js",
66
"module": "dist/es/index.js",

0 commit comments

Comments
 (0)