Skip to content

Commit

Permalink
Publish v2.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Dec 22, 2023
1 parent 75e3cf7 commit 1015e1c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## [2.9.2](https://github.com/react-bootstrap/react-bootstrap/compare/v2.9.1...v2.9.2) (2023-12-22)


### Bug Fixes

* **AccordionBody:** add AccordionBody to index exports ([#6732](https://github.com/react-bootstrap/react-bootstrap/issues/6732)) ([d34244b](https://github.com/react-bootstrap/react-bootstrap/commit/d34244b9ed01eba003699b2a9b7d4228052640cb))
* **Dropdown:** prevent flickering on 'mousedown' rootCloseEvent ([#6714](https://github.com/react-bootstrap/react-bootstrap/issues/6714)) ([a58a0cd](https://github.com/react-bootstrap/react-bootstrap/commit/a58a0cd6e548c653cda23ed529f3cff69ec123cc))
* **Navbar:** add missing type for sticky bottom ([#6726](https://github.com/react-bootstrap/react-bootstrap/issues/6726)) ([36d0b7a](https://github.com/react-bootstrap/react-bootstrap/commit/36d0b7a92f9443d856f69b2d8cfbef1b868036c4))





## [2.9.1](https://github.com/react-bootstrap/react-bootstrap/compare/v2.9.0...v2.9.1) (2023-10-21)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "react-bootstrap",
"version": "2.9.1",
"version": "2.9.2",
"description": "Bootstrap 5 components built with React",
"keywords": [
"bootstrap",
Expand Down

0 comments on commit 1015e1c

Please sign in to comment.