Skip to content

Commit

Permalink
Merge pull request #2543 from reactstrap/release-v9.1.0
Browse files Browse the repository at this point in the history
chore: release 9.1.0
  • Loading branch information
davidacevedo committed Jun 8, 2022
2 parents 03fa9ec + 02993be commit 21dd296
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Expand Up @@ -137,6 +137,19 @@



## [9.1.0](https://www.github.com/reactstrap/reactstrap/compare/v9.0.4...v9.1.0) (2022-06-08)


### Features

* **CloseButton:** add close button ([9e656f5](https://www.github.com/reactstrap/reactstrap/commit/9e656f50c4d35cb8e32b826316f8761e80af9c3e))


### Bug Fixes

* **#2411:** remove scroll from body when modal open ([9d71faa](https://www.github.com/reactstrap/reactstrap/commit/9d71faada222f67683bf19acece3c20b3364a6df))
* add a flag to DropdownMenu for Popper update ([74a9e4e](https://www.github.com/reactstrap/reactstrap/commit/74a9e4ef5ad8cfdf4e1ab2b9509a0e4ca52c8886))

### [9.0.4](https://www.github.com/reactstrap/reactstrap/compare/v9.0.3...v9.0.4) (2022-06-02)


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

0 comments on commit 21dd296

Please sign in to comment.