Skip to content

Commit

Permalink
Publish v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Mar 25, 2022
1 parent 4f5e625 commit 807b69e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## [2.2.2](https://github.com/react-bootstrap/react-bootstrap/compare/v2.2.1...v2.2.2) (2022-03-25)


### Bug Fixes

* update @restart/ui to v1.2.0 ([#6285](https://github.com/react-bootstrap/react-bootstrap/issues/6285)) ([4f5e625](https://github.com/react-bootstrap/react-bootstrap/commit/4f5e625f9ba39a158eb8db311f3328b00ee2b618))
* **Modal:** fix autofocus for inputs when animation is enabled ([#6278](https://github.com/react-bootstrap/react-bootstrap/issues/6278)) ([08e1bbc](https://github.com/react-bootstrap/react-bootstrap/commit/08e1bbc04a0722e7fe79c194f42f9a890f56ee31))
* **Modal:** render aria-describedby on the top level modal element ([#6282](https://github.com/react-bootstrap/react-bootstrap/issues/6282)) ([93a8a0e](https://github.com/react-bootstrap/react-bootstrap/commit/93a8a0ef29409293dd69fad5873ad791634b3ed1))
* **Modal:** render aria-label on top level modal element ([#6269](https://github.com/react-bootstrap/react-bootstrap/issues/6269)) ([48f7c07](https://github.com/react-bootstrap/react-bootstrap/commit/48f7c078d07af5f9266923ef04c3e85a836dcfa9))





## [2.2.1](https://github.com/react-bootstrap/react-bootstrap/compare/v2.2.0...v2.2.1) (2022-03-11)


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

0 comments on commit 807b69e

Please sign in to comment.