Skip to content

Commit

Permalink
Publish v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Mar 11, 2022
1 parent 6e06520 commit ea8c1b7
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.2.1](https://github.com/react-bootstrap/react-bootstrap/compare/v2.2.0...v2.2.1) (2022-03-11)


### Bug Fixes

* **Carousel:** fix issue where changing `activeIndex` won't work ([#6265](https://github.com/react-bootstrap/react-bootstrap/issues/6265)) ([0c7c5f7](https://github.com/react-bootstrap/react-bootstrap/commit/0c7c5f72847f7c8099742614dcedd88c66346082))
* **useOverlayOffset:** use offset prop in useOverlayOffset ([#6264](https://github.com/react-bootstrap/react-bootstrap/issues/6264)) ([e338818](https://github.com/react-bootstrap/react-bootstrap/commit/e338818d975fcc68e0845f1ccc4ce5da381e098a))





# [2.2.0](https://github.com/react-bootstrap/react-bootstrap/compare/v2.1.2...v2.2.0) (2022-03-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": "2.2.0",
"version": "2.2.1",
"description": "Bootstrap 5 components built with React",
"keywords": [
"react",
Expand Down

0 comments on commit ea8c1b7

Please sign in to comment.