Skip to content

Commit 260671c

Browse files
committed
Publish v2.0.4
1 parent 57ee31b commit 260671c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## [2.0.4](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.3...v2.0.4) (2021-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
* **NavDropdown:** fix `onSelect` type ([#6151](https://github.com/react-bootstrap/react-bootstrap/issues/6151)) ([253c998](https://github.com/react-bootstrap/react-bootstrap/commit/253c998883d7151a6ca6e208fc089dd65afd4167))
8+
9+
10+
11+
12+
113
## [2.0.3](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.2...v2.0.3) (2021-12-01)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-bootstrap",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"description": "Bootstrap 5 components built with React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)