diff --git a/CHANGELOG.md b/CHANGELOG.md index e971e26332..15d754701f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## [2.9.1](https://github.com/react-bootstrap/react-bootstrap/compare/v2.9.0...v2.9.1) (2023-10-21) + + +### Bug Fixes + +* **OverlayTrigger:** convert to an arrow function to fix type issues ([#6709](https://github.com/react-bootstrap/react-bootstrap/issues/6709)) ([4e609e2](https://github.com/react-bootstrap/react-bootstrap/commit/4e609e2aa69389a6b7be2d55ed8ee4b8572cb93e)), closes [#6708](https://github.com/react-bootstrap/react-bootstrap/issues/6708) [#6708](https://github.com/react-bootstrap/react-bootstrap/issues/6708) +* **types:** loosen color and gap types ([#6713](https://github.com/react-bootstrap/react-bootstrap/issues/6713)) ([91fb12b](https://github.com/react-bootstrap/react-bootstrap/commit/91fb12b46d705129f0143d9cbede7f2f82a4ad36)) + + + + + # [2.9.0](https://github.com/react-bootstrap/react-bootstrap/compare/v2.9.0-beta.1...v2.9.0) (2023-09-27) diff --git a/package.json b/package.json index f2ab870d12..65dc3b6349 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "2.9.0", + "version": "2.9.1", "description": "Bootstrap 5 components built with React", "keywords": [ "bootstrap",