Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "10.0.2"
".": "10.1.0"
}
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.

## [10.1.0](https://github.com/trussworks/react-uswds/compare/10.0.2...10.1.0) (2025-11-07)


### Features

* Add support for Node 24, the active LTS version ([#3306](https://github.com/trussworks/react-uswds/issues/3306)) ([bc6ca69](https://github.com/trussworks/react-uswds/commit/bc6ca696b9b288b83b4f63904ed0439868bd6f74))


### Bug Fixes

* Add style as class to scrollbar width utility to fix CSP issue ([#2761](https://github.com/trussworks/react-uswds/issues/2761)) ([2380608](https://github.com/trussworks/react-uswds/commit/238060877fb7cf4716f04685b71ec3e1b726ecf4))
* update FilePreview to handle multiple renders in strict mode ([#3236](https://github.com/trussworks/react-uswds/issues/3236)) ([9ee684f](https://github.com/trussworks/react-uswds/commit/9ee684f4156d25688fed20f84df947a419090b65))

## [10.0.2](https://github.com/trussworks/react-uswds/compare/10.0.1...10.0.2) (2025-06-09)


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": "10.0.2",
"version": "10.1.0",
"description": "React USWDS 3 component library",
"keywords": [
"react",
Expand Down