Skip to content

Commit

Permalink
chore(release): 123.4.0
Browse files Browse the repository at this point in the history
## [123.4.0](v123.3.0...v123.4.0) (2023-11-02)

### Features

* **date:** add support for keyboard navigation in picker ([11d1853](11d1853)), closes [#6324](#6324) [#3969](#3969)

### Bug Fixes

* **date:** add aria labels to picker navigation buttons and fix other accessibility issues ([b5eb150](b5eb150)), closes [#5804](#5804)
  • Loading branch information
semantic-release-bot authored and carbonci committed Nov 2, 2023
1 parent 61bd03d commit 8fcc359
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [123.4.0](https://github.com/Sage/carbon/compare/v123.3.0...v123.4.0) (2023-11-02)


### Features

* **date:** add support for keyboard navigation in picker ([11d1853](https://github.com/Sage/carbon/commit/11d185306a6cf30e67e1efcf31c7985366594b78)), closes [#6324](https://github.com/Sage/carbon/issues/6324) [#3969](https://github.com/Sage/carbon/issues/3969)


### Bug Fixes

* **date:** add aria labels to picker navigation buttons and fix other accessibility issues ([b5eb150](https://github.com/Sage/carbon/commit/b5eb150bcc5760f548db60610f70c5ccd6a7db18)), closes [#5804](https://github.com/Sage/carbon/issues/5804)

## [123.3.0](https://github.com/Sage/carbon/compare/v123.2.2...v123.3.0) (2023-11-02)


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": "123.3.0",
"version": "123.4.0",
"description": "A library of reusable React components for easily building user interfaces.",
"files": [
"lib",
Expand Down

0 comments on commit 8fcc359

Please sign in to comment.