Skip to content

Commit

Permalink
chore(main): release 9.0.0 (#2808)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Courtney Eimerman-Wallace <[email protected]>
  • Loading branch information
github-actions[bot] and crwallace authored Mar 21, 2024
1 parent ed919bf commit 145f2fc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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.

## [9.0.0](https://github.com/trussworks/react-uswds/compare/8.0.0...9.0.0) (2024-03-21)


### ⚠ BREAKING CHANGES

* fix various 8.0.0 issues ([#2820](https://github.com/trussworks/react-uswds/issues/2820))

### Bug Fixes

* Added hook to combobox for when options change ([#2715](https://github.com/trussworks/react-uswds/issues/2715)) ([031b9fb](https://github.com/trussworks/react-uswds/commit/031b9fba59708236d6e1e4ec0caf3f53aeadfe9f))
* Allow importing css from npm package ([#2807](https://github.com/trussworks/react-uswds/issues/2807)) ([8551f35](https://github.com/trussworks/react-uswds/commit/8551f35cef631185bb9a4672b742651e1cb4e023))
* fix various 8.0.0 issues ([#2820](https://github.com/trussworks/react-uswds/issues/2820)) ([e05061e](https://github.com/trussworks/react-uswds/commit/e05061e5a302137fd699fe4f716c9036b327fbcb))


### Documentation & Examples

* added docs for breaking changes and using withDeprecationWarning ([#2763](https://github.com/trussworks/react-uswds/issues/2763)) ([305e116](https://github.com/trussworks/react-uswds/commit/305e11629288307cafcc2bfb289ce109c777a092))

## [8.0.0](https://github.com/trussworks/react-uswds/compare/7.0.0...8.0.0) (2024-03-06)


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": "8.0.0",
"version": "9.0.0",
"description": "React USWDS 3.0 component library",
"keywords": [
"react",
Expand Down

0 comments on commit 145f2fc

Please sign in to comment.