diff --git a/.changeset/odd-singers-hammer.md b/.changeset/odd-singers-hammer.md deleted file mode 100644 index 487fa8e0cdb..00000000000 --- a/.changeset/odd-singers-hammer.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update Blankslate description text to always be centered diff --git a/.changeset/silent-cherries-behave.md b/.changeset/silent-cherries-behave.md deleted file mode 100644 index ee09a911a13..00000000000 --- a/.changeset/silent-cherries-behave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Migrate 'InlineMessage' component to use CSS modules diff --git a/.changeset/sixty-onions-share.md b/.changeset/sixty-onions-share.md deleted file mode 100644 index 10c54dc457a..00000000000 --- a/.changeset/sixty-onions-share.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -fix: hover background in ActionList.Item diff --git a/.changeset/tender-dodos-walk.md b/.changeset/tender-dodos-walk.md deleted file mode 100644 index 3ba0bcc752b..00000000000 --- a/.changeset/tender-dodos-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -fix(Treevieew):do not add aria-describedby attribute when empty leading/trailing visual diff --git a/.changeset/thirty-worms-accept.md b/.changeset/thirty-worms-accept.md deleted file mode 100644 index ecb267ba39f..00000000000 --- a/.changeset/thirty-worms-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Move ButtonGroup css module feature flag to staff diff --git a/examples/app-router/package.json b/examples/app-router/package.json index faa75d603b7..4938f9b5012 100644 --- a/examples/app-router/package.json +++ b/examples/app-router/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.2.0", + "@primer/react": "37.3.0", "next": "^14.2.10", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 92be01382f1..35a575f7d44 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -20,7 +20,7 @@ "@typescript-eslint/eslint-plugin": "^7.11.0", "@typescript-eslint/parser": "^7.3.1", "@vitejs/plugin-react": "^4.2.1", - "@primer/react": "37.2.0", + "@primer/react": "37.3.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/consumer-test/package.json b/examples/consumer-test/package.json index 802eb212402..b1bad64ec15 100644 --- a/examples/consumer-test/package.json +++ b/examples/consumer-test/package.json @@ -9,7 +9,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.2.19", "@types/styled-components": "^5.1.11", - "@primer/react": "37.2.0", + "@primer/react": "37.3.0", "react": "^18.0.0", "react-dom": "^18.0.0", "styled-components": "^5.3.11", diff --git a/examples/theming/package.json b/examples/theming/package.json index 4e8df949a62..66baf650461 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.9.0", - "@primer/react": "37.2.0", + "@primer/react": "37.3.0", "clsx": "^1.2.1", "next": "^14.2.10", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 7de84c6b740..91a35640f8f 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/react +## 37.3.0 + +### Minor Changes + +- [#5204](https://github.com/primer/react/pull/5204) [`209c9b0`](https://github.com/primer/react/commit/209c9b0f92a7e1006db8e5752ace247168268340) Thanks [@randall-krauskopf](https://github.com/randall-krauskopf)! - Migrate 'InlineMessage' component to use CSS modules + +### Patch Changes + +- [#5229](https://github.com/primer/react/pull/5229) [`33c5086`](https://github.com/primer/react/commit/33c5086f24cb42a1b2bf7447021520467cb54af6) Thanks [@joshblack](https://github.com/joshblack)! - Update Blankslate description text to always be centered + +- [#4693](https://github.com/primer/react/pull/4693) [`570d4b3`](https://github.com/primer/react/commit/570d4b3f3e14f58c134a1716cec6b8bbe79e4f48) Thanks [@renbaoshuo](https://github.com/renbaoshuo)! - fix: hover background in ActionList.Item + +- [#5196](https://github.com/primer/react/pull/5196) [`49cbff2`](https://github.com/primer/react/commit/49cbff223459b3805dc6160c771529b7752a9042) Thanks [@francinelucca](https://github.com/francinelucca)! - fix(Treevieew):do not add aria-describedby attribute when empty leading/trailing visual + +- [#5144](https://github.com/primer/react/pull/5144) [`271d063`](https://github.com/primer/react/commit/271d063813f3e623bcced3bf949e5c31ba0e3fd9) Thanks [@jonrohan](https://github.com/jonrohan)! - Move ButtonGroup css module feature flag to staff + ## 37.2.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index f84e01dba94..6f761d83304 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.2.0", + "version": "37.3.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",