diff --git a/.changeset/popular-moose-end.md b/.changeset/popular-moose-end.md deleted file mode 100644 index 33f808a72ed6..000000000000 --- a/.changeset/popular-moose-end.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix `border-color` on ActionList Group header diff --git a/.changeset/tiny-fireants-deny.md b/.changeset/tiny-fireants-deny.md deleted file mode 100644 index 04fdc07fd8f2..000000000000 --- a/.changeset/tiny-fireants-deny.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Remove `min-width` on leading visuals in ActionList diff --git a/.changeset/tricky-scissors-walk.md b/.changeset/tricky-scissors-walk.md deleted file mode 100644 index f183fb8f06db..000000000000 --- a/.changeset/tricky-scissors-walk.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Convert ConfirmationDialog to CSS modules behind feature flag diff --git a/examples/app-router/package.json b/examples/app-router/package.json index 8bdf5415f78d..c3310b093764 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.7.1", + "@primer/react": "37.8.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 3ed7daadf065..2b3b713bb7ab 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.3.3", - "@primer/react": "37.7.1", + "@primer/react": "37.8.0", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.7", diff --git a/examples/theming/package.json b/examples/theming/package.json index 6fd7fb3d2b25..26cdc3f2ff21 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.7.1", + "@primer/react": "37.8.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 9e8fd08102c8..e0cdbdabf2d0 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/react +## 37.8.0 + +### Minor Changes + +- [#5331](https://github.com/primer/react/pull/5331) [`e39dddb`](https://github.com/primer/react/commit/e39dddb32beea3e583aa1cf9f42ae8ba521dbaed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Convert ConfirmationDialog to CSS modules behind feature flag + +### Patch Changes + +- [#5409](https://github.com/primer/react/pull/5409) [`d48afbc`](https://github.com/primer/react/commit/d48afbc5daae5a194e65f67a63698d2030aeb60a) Thanks [@langermank](https://github.com/langermank)! - Fix `border-color` on ActionList Group header + +- [#5411](https://github.com/primer/react/pull/5411) [`74d3de4`](https://github.com/primer/react/commit/74d3de44f140949c63b335d130708e1895176fa5) Thanks [@langermank](https://github.com/langermank)! - Remove `min-width` on leading visuals in ActionList + ## 37.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index c6263bc28eda..e76de7f0771c 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.7.1", + "version": "37.8.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",