From 1498aba5c3ab6e52191178ff4dfa472e234a79de Mon Sep 17 00:00:00 2001 From: kyletsang <6854874+kyletsang@users.noreply.github.com> Date: Thu, 22 Jun 2023 17:38:10 -0700 Subject: [PATCH] Publish v2.8.0 --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47e12d576d..5acfd6ec31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# [2.8.0](https://github.com/react-bootstrap/react-bootstrap/compare/v2.7.4...v2.8.0) (2023-06-23) + + +### Bug Fixes + +* **Tooltip:** fix offset ([#6622](https://github.com/react-bootstrap/react-bootstrap/issues/6622)) ([3c094ec](https://github.com/react-bootstrap/react-bootstrap/commit/3c094ec1ba132c6555bd3e2033fa6b21fff93a23)) + + +### Features + +* **PageItem:** add linkStyle and linkClassName props ([#6636](https://github.com/react-bootstrap/react-bootstrap/issues/6636)) ([cc8efc3](https://github.com/react-bootstrap/react-bootstrap/commit/cc8efc36b945fccaf384c6909d0652b480f6b759)) +* add underline variant for Nav/Tabs ([#6623](https://github.com/react-bootstrap/react-bootstrap/issues/6623)) ([600364b](https://github.com/react-bootstrap/react-bootstrap/commit/600364bcdba27eb896f65575ccc0424cdbb79069)) + + + + + ## [2.7.4](https://github.com/react-bootstrap/react-bootstrap/compare/v2.7.3...v2.7.4) (2023-04-15) diff --git a/package.json b/package.json index c53d41d6cd..c97e0d3e6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-bootstrap", - "version": "2.7.4", + "version": "2.8.0", "description": "Bootstrap 5 components built with React", "keywords": [ "bootstrap",