Skip to content

Commit

Permalink
chore(release): 118.2.1
Browse files Browse the repository at this point in the history
### [118.2.1](v118.2.0...v118.2.1) (2023-05-05)

### Bug Fixes

* **menu-fullscreen:** ensure correct tab order when Search with button rendered as a child ([ddabef9](ddabef9)), closes [#5959](#5959)
* **menu-item:** ensure text colour is correct when item is focused in full screen view ([82b543b](82b543b))
  • Loading branch information
semantic-release-bot authored and carbonci committed May 5, 2023
1 parent f1aa019 commit ff60ef5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [118.2.1](https://github.com/Sage/carbon/compare/v118.2.0...v118.2.1) (2023-05-05)


### Bug Fixes

* **menu-fullscreen:** ensure correct tab order when Search with button rendered as a child ([ddabef9](https://github.com/Sage/carbon/commit/ddabef96a12165bc5e3d5e44140e303ee1e6a715)), closes [#5959](https://github.com/Sage/carbon/issues/5959)
* **menu-item:** ensure text colour is correct when item is focused in full screen view ([82b543b](https://github.com/Sage/carbon/commit/82b543b4ba7f6ed342bede80be1fe03bf13651fa))

## [118.2.0](https://github.com/Sage/carbon/compare/v118.1.1...v118.2.0) (2023-05-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "carbon-react",
"version": "118.2.0",
"version": "118.2.1",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit ff60ef5

Please sign in to comment.