Skip to content

Commit 9e0189b

Browse files
chore(main): release 12.0.0
1 parent 061db30 commit 9e0189b

4 files changed

Lines changed: 19 additions & 4 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "11.2.0"
2+
".": "12.0.0"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
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.
44

5+
## [12.0.0](https://github.com/trussworks/react-uswds/compare/11.2.0...12.0.0) (2026-07-17)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **package-manager:** Use npm instead of yarn ([#3500](https://github.com/trussworks/react-uswds/issues/3500))
11+
* Refactor Alert component for composability ([#3497](https://github.com/trussworks/react-uswds/issues/3497))
12+
* Upgrade Node.js dependencies (Actions and Supported versions) ([#3498](https://github.com/trussworks/react-uswds/issues/3498))
13+
14+
### Features
15+
16+
* **package-manager:** Use npm instead of yarn ([#3500](https://github.com/trussworks/react-uswds/issues/3500)) ([061db30](https://github.com/trussworks/react-uswds/commit/061db3072ae9e01c09f7b0872ab21db063688e54))
17+
* Refactor Alert component for composability ([#3497](https://github.com/trussworks/react-uswds/issues/3497)) ([7bf790e](https://github.com/trussworks/react-uswds/commit/7bf790eb71b3342b29e40e0c539187730536d4d3))
18+
* Upgrade Node.js dependencies (Actions and Supported versions) ([#3498](https://github.com/trussworks/react-uswds/issues/3498)) ([1c8b5b4](https://github.com/trussworks/react-uswds/commit/1c8b5b4f7b0e1e6a1dd98107cc06c03fe4bd3a0b))
19+
520
## [11.2.0](https://github.com/trussworks/react-uswds/compare/11.1.0...11.2.0) (2026-07-16)
621

722

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trussworks/react-uswds",
3-
"version": "11.2.0",
3+
"version": "12.0.0",
44
"description": "React USWDS 3 component library",
55
"keywords": [
66
"react",

0 commit comments

Comments
 (0)