From e6dc45248ed59e88f8a79a904c8110b744809516 Mon Sep 17 00:00:00 2001 From: John Gedeon Date: Fri, 17 Feb 2023 11:36:48 -0800 Subject: [PATCH] chore(release): 4.1.0 --- CHANGELOG.md | 13 +++++++++++-- package.json | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fdb3499bd..77da4b90f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index ff7d03f50b..edcae26205 100644 --- a/package.json +++ b/package.json @@ -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",