Skip to content

Commit

Permalink
chore(release): 4.1.0 (#2244)
Browse files Browse the repository at this point in the history
## [4.1.0](4.0.0...4.1.0) (2023-02-17)

### Features

- Make search component extendable ([#2230](#2230)) ([9bd9137](9bd9137))

### Bug Fixes

- Export IconListContent and IconListIcon ([#2210](#2210)) ([#2217](#2217)) ([5cb4024](5cb4024))
  • Loading branch information
gidjin authored Feb 17, 2023
1 parent 9bd9137 commit c2765eb
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,24 @@

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.

## [4.0.0](https://github.com/trussworks/react-uswds/compare/3.2.0...4.0.0) (2022-11-08)
## [4.1.0](https://github.com/trussworks/react-uswds/compare/4.0.0...4.1.0) (2023-02-17)


### Features

* Make search component extendable ([#2230](https://github.com/trussworks/react-uswds/issues/2230)) ([9bd9137](https://github.com/trussworks/react-uswds/commit/9bd91379722aa010ed5a9ee2c90daa852ce4c922))

### Bug Fixes

* Export IconListContent and IconListIcon ([#2210](https://github.com/trussworks/react-uswds/issues/2210)) ([#2217](https://github.com/trussworks/react-uswds/issues/2217)) ([5cb4024](https://github.com/trussworks/react-uswds/commit/5cb40245eb86f4b267b9eef4b748f27c1218a065))

## [4.0.0](https://github.com/trussworks/react-uswds/compare/3.2.0...4.0.0) (2022-11-08)

### Features

* upgrade to USWDS v3.1.0 ([#2203](https://github.com/trussworks/react-uswds/issues/2203)) ([cd40e03](https://github.com/trussworks/react-uswds/commit/cd40e03912b41b8f69c51278b20785e81a84468f))
* Add defaultValue prop to Search component ([#2211](https://github.com/trussworks/react-uswds/issues/2211)) ([6ad525b](https://github.com/trussworks/react-uswds/commit/6ad525bc0e38fafb397891e337405cf6c7f6a5eb))


### Documentation & Examples

* Update docs for USWDS v3 ([#2205](https://github.com/trussworks/react-uswds/issues/2205)) ([f5bf2e7](https://github.com/trussworks/react-uswds/commit/f5bf2e70369f860e6af67305557ff626009c2585)), closes [#2202](https://github.com/trussworks/react-uswds/issues/2202)
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": "4.0.0",
"version": "4.1.0",
"description": "React USWDS 3.0 component library",
"keywords": [
"react",
Expand Down

0 comments on commit c2765eb

Please sign in to comment.