Skip to content

Commit

Permalink
Publish v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Dec 20, 2021
1 parent 57ee31b commit 260671c
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.4](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.3...v2.0.4) (2021-12-20)


### Bug Fixes

* **Modal:** fix typescript intellisense with base props ([#6150](https://github.com/react-bootstrap/react-bootstrap/issues/6150)) ([a7db500](https://github.com/react-bootstrap/react-bootstrap/commit/a7db5008ae667c9cca8a90d3e8e6722e925febb7))
* **NavDropdown:** fix `onSelect` type ([#6151](https://github.com/react-bootstrap/react-bootstrap/issues/6151)) ([253c998](https://github.com/react-bootstrap/react-bootstrap/commit/253c998883d7151a6ca6e208fc089dd65afd4167))





## [2.0.3](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.2...v2.0.3) (2021-12-01)


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

0 comments on commit 260671c

Please sign in to comment.