Skip to content

Commit

Permalink
Publish v2.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Jul 15, 2021
1 parent 46eb1bb commit 47df950
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 @@
# [2.0.0-beta.3](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2021-07-15)


### Bug Fixes

* use shared modal manager to sync container state ([#5917](https://github.com/react-bootstrap/react-bootstrap/issues/5917)) ([46eb1bb](https://github.com/react-bootstrap/react-bootstrap/commit/46eb1bbfebd37ab90d6f3dcc41c254d2c31ce793))
* **Modal:** fix wrong types on ModalProps ([#5894](https://github.com/react-bootstrap/react-bootstrap/issues/5894)) ([1db1f11](https://github.com/react-bootstrap/react-bootstrap/commit/1db1f110fc19248474c9a2b957fdd1ae30ebb880))





# [2.0.0-beta.2](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2021-06-19)


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": "2.0.0-beta.2",
"version": "2.0.0-beta.3",
"description": "Bootstrap 4 components built with React",
"keywords": [
"react",
Expand Down

0 comments on commit 47df950

Please sign in to comment.