Skip to content

Commit

Permalink
chore(release): 2.4.0 (trussworks#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonlenz authored Oct 27, 2021
1 parent 9d0e523 commit de704a1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [2.4.0](https://github.com/trussworks/react-uswds/compare/2.3.0...2.4.0) (2021-10-27)


### Features

* Add IconPrefix and IconSuffix components ([#1713](https://github.com/trussworks/react-uswds/issues/1713)) ([95ac139](https://github.com/trussworks/react-uswds/commit/95ac13922c522a67c5b85ecf984c4da3b1800498))


### Bug Fixes

* Control ComboBox scroll with scrollTop instead of scrollIntoView ([#1715](https://github.com/trussworks/react-uswds/pull/1715)) ([600d53b](https://github.com/trussworks/react-uswds/commit/600d53b108a8c296d8a4fd25b4eaa91bae951484))
* Add ComboBox status text and aria-activedescendant values ([#1716](https://github.com/trussworks/react-uswds/issues/1716)) ([29919bf](https://github.com/trussworks/react-uswds/commit/29919bff045e29d2b2f70d8af5d8bdcd17fa9e9c))

## [2.3.0](https://github.com/trussworks/react-uswds/compare/2.2.0...2.3.0) (2021-10-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@trussworks/react-uswds",
"version": "2.3.0",
"version": "2.4.0",
"description": "React USWDS 2.0 component library",
"keywords": [
"react",
Expand Down

0 comments on commit de704a1

Please sign in to comment.