Skip to content

Commit

Permalink
Publish v2.9.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Aug 7, 2023
1 parent 49b3270 commit 717ca2b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,18 @@
# [2.9.0-beta.1](https://github.com/react-bootstrap/react-bootstrap/compare/v2.9.0-beta.0...v2.9.0-beta.1) (2023-08-07)


### Bug Fixes

* fix RSC error with createWithBsPrefix components ([#6672](https://github.com/react-bootstrap/react-bootstrap/issues/6672)) ([49b3270](https://github.com/react-bootstrap/react-bootstrap/commit/49b3270cb9e93d59abc6768e113db87fae1347dd))
* **DropdownItem:** simplify component type ([#6659](https://github.com/react-bootstrap/react-bootstrap/issues/6659)) ([d25e5f9](https://github.com/react-bootstrap/react-bootstrap/commit/d25e5f96be69bed93d26e64cfbdfe381329486f3))
* **FormControl:** add size support when using plaintext ([#6667](https://github.com/react-bootstrap/react-bootstrap/issues/6667)) ([57b4e29](https://github.com/react-bootstrap/react-bootstrap/commit/57b4e29330dccde234a90720ea410020694a65c1))
* **OverlayTrigger:** position overlay properly when defaultShow set ([#6657](https://github.com/react-bootstrap/react-bootstrap/issues/6657)) ([6bb3842](https://github.com/react-bootstrap/react-bootstrap/commit/6bb3842e53104ef0935b7440947aeb0c37d06841))
* **ToggleButton:** fix id to be required in props ([#6658](https://github.com/react-bootstrap/react-bootstrap/issues/6658)) ([1b410eb](https://github.com/react-bootstrap/react-bootstrap/commit/1b410eb20fdfdc1bde88abb2d4df8ba87209d73c))





# [2.9.0-beta.0](https://github.com/react-bootstrap/react-bootstrap/compare/v2.8.0...v2.9.0-beta.0) (2023-07-05)


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

0 comments on commit 717ca2b

Please sign in to comment.