Skip to content

Commit

Permalink
Merge pull request #2631 from reactstrap/release-v9.1.5
Browse files Browse the repository at this point in the history
chore: release 9.1.5
  • Loading branch information
davidacevedo committed Oct 27, 2022
2 parents da997c4 + 19af615 commit b8eacc2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -137,6 +137,14 @@



### [9.1.5](https://www.github.com/reactstrap/reactstrap/compare/v9.1.4...v9.1.5) (2022-10-27)


### Bug Fixes

* **accordion:** type error of open in uncontrolledAccordionProps ([#2611](https://www.github.com/reactstrap/reactstrap/issues/2611)) ([b46a23c](https://www.github.com/reactstrap/reactstrap/commit/b46a23c897cca1e8c53729c5e222411028be169d))
* ensure initial overflow status is stored when opening multiple modals ([c0191ec](https://www.github.com/reactstrap/reactstrap/commit/c0191ecbbba96f3652e6359111a258a33771e2c1))

### [9.1.4](https://www.github.com/reactstrap/reactstrap/compare/v9.1.3...v9.1.4) (2022-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "reactstrap",
"version": "9.1.4",
"version": "9.1.5",
"description": "React Bootstrap components",
"type": "module",
"source": "src/index.js",
Expand Down

0 comments on commit b8eacc2

Please sign in to comment.