Skip to content

Commit

Permalink
chore(main): release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 1, 2024
1 parent 54422dc commit 5d5496a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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.1](https://github.com/trussworks/react-uswds/compare/9.0.0...9.0.1) (2024-07-01)


### Bug Fixes

* ‘use client’ directive syntax ([#2891](https://github.com/trussworks/react-uswds/issues/2891)) ([4e78d7e](https://github.com/trussworks/react-uswds/commit/4e78d7e45b40c3882c4faf345c9db6e240683453))
* a11y omnibus package ([#2819](https://github.com/trussworks/react-uswds/issues/2819)) ([758cd74](https://github.com/trussworks/react-uswds/commit/758cd7456ee99cf49cea68bc9feb4a0d87feffab))
* add a statusText prop to StepIndicator to allow for i18n for the sr-only element Closes [#2857](https://github.com/trussworks/react-uswds/issues/2857) ([#2888](https://github.com/trussworks/react-uswds/issues/2888)) ([855205e](https://github.com/trussworks/react-uswds/commit/855205e6927c7fce26b087520f564f4915e29aea))
* moved smooth-scroll application to useEffect ([#2868](https://github.com/trussworks/react-uswds/issues/2868)) ([bc87158](https://github.com/trussworks/react-uswds/commit/bc8715860f47bd1f30415e40f748ca85ec288361))


### Documentation & Examples

* Implementation examples ([#2890](https://github.com/trussworks/react-uswds/issues/2890)) ([4a68110](https://github.com/trussworks/react-uswds/commit/4a68110280e297bbb182a61136da65d2aaeaeca0))

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


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

0 comments on commit 5d5496a

Please sign in to comment.