Skip to content

Commit

Permalink
Publish v1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Sep 7, 2021
1 parent 18ef232 commit 2dda40f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [1.6.2](https://github.com/react-bootstrap/react-bootstrap/compare/v1.6.1...v1.6.2) (2021-09-07)


### Bug Fixes

* **Modal:** Fix wrong types on ModalProps ([#6022](https://github.com/react-bootstrap/react-bootstrap/issues/6022)) ([18ef232](https://github.com/react-bootstrap/react-bootstrap/commit/18ef232fc26f12d3fb8762eb0f0ec7db3d031071)), closes [#5894](https://github.com/react-bootstrap/react-bootstrap/issues/5894)
* avoid @popperjs/core console warning ([#6021](https://github.com/react-bootstrap/react-bootstrap/issues/6021)) ([335f782](https://github.com/react-bootstrap/react-bootstrap/commit/335f782c0d4af289bc3ab89dae4e09a10a8e5c47)), closes [#6017](https://github.com/react-bootstrap/react-bootstrap/issues/6017)





## [1.6.1](https://github.com/react-bootstrap/react-bootstrap/compare/v1.6.0...v1.6.1) (2021-06-04)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap",
"version": "1.6.1",
"version": "1.6.2",
"description": "Bootstrap 4 components built with React",
"keywords": [
"react",
Expand Down

0 comments on commit 2dda40f

Please sign in to comment.