Skip to content

Commit 3a62952

Browse files
committed
Publish v2.0.0-alpha.1
1 parent 0cbdf91 commit 3a62952

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# [2.0.0-alpha.1](https://github.com/react-bootstrap/react-bootstrap/compare/v2.0.0-alpha.0...v2.0.0-alpha.1) (2021-04-13)
2+
3+
4+
### Bug Fixes
5+
6+
* **Nav:** add .card-header-* only if nested in card header ([#5720](https://github.com/react-bootstrap/react-bootstrap/issues/5720)) ([793e857](https://github.com/react-bootstrap/react-bootstrap/commit/793e857f852e5c799a12c203192eb3e1eeda7b33))
7+
* **types:** fix types for event key ([#5727](https://github.com/react-bootstrap/react-bootstrap/issues/5727)) ([6260997](https://github.com/react-bootstrap/react-bootstrap/commit/62609973722e5769b968eb62913b4f5708df00fc))
8+
9+
10+
### Features
11+
12+
* **v5:** add Offcanvas component ([#5738](https://github.com/react-bootstrap/react-bootstrap/issues/5738)) ([0a9eb37](https://github.com/react-bootstrap/react-bootstrap/commit/0a9eb37e86c7430f4bcf02775a380672de8ba19f))
13+
14+
15+
16+
17+
118
# [2.0.0-alpha.0](https://github.com/react-bootstrap/react-bootstrap/compare/v1.5.2...v2.0.0-alpha.0) (2021-03-13)
219

320

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.0-alpha.0",
3+
"version": "2.0.0-alpha.1",
44
"description": "Bootstrap 4 components built with React",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)