Skip to content

Commit

Permalink
Publish v2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyletsang committed Jun 23, 2023
1 parent cc8efc3 commit 1498aba
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down

0 comments on commit 1498aba

Please sign in to comment.