From a1a919849655f30c1cb7ee369121933181777689 Mon Sep 17 00:00:00 2001 From: kyletsang <6854874+kyletsang@users.noreply.github.com> Date: Tue, 16 Jan 2024 23:30:47 -0800 Subject: [PATCH] Publish v2.10.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 618198994..537b64694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +# [2.10.0](https://github.com/react-bootstrap/react-bootstrap/compare/v2.9.2...v2.10.0) (2024-01-17) + + +### Bug Fixes + +* **Modal:** properly handle `data-bs-theme` attribute ([#6743](https://github.com/react-bootstrap/react-bootstrap/issues/6743)) ([1ead9ca](https://github.com/react-bootstrap/react-bootstrap/commit/1ead9cac8a617c401a33fa921529d57e56db0718)) + + +### Features + +* **PageItem:** implement "as" property ([#6754](https://github.com/react-bootstrap/react-bootstrap/issues/6754)) ([430b0c9](https://github.com/react-bootstrap/react-bootstrap/commit/430b0c9589b76d89496b49a5cbdeaa38b9f828a0)) + + + + + ## [2.9.2](https://github.com/react-bootstrap/react-bootstrap/compare/v2.9.1...v2.9.2) (2023-12-22) diff --git a/package.json b/package.json index cbcd86b7b..abb7dc996 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "2.9.2", + "version": "2.10.0", "description": "Bootstrap 5 components built with React", "keywords": [ "bootstrap",