From 480f85b4fcb163ed1ab054034c2d4c7fabe20e73 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 21:10:24 +0000 Subject: [PATCH 1/4] Version Packages --- .changeset/deep-impalas-wave.md | 5 ----- .changeset/huge-llamas-punch.md | 5 ----- .changeset/slow-seas-design.md | 5 ----- examples/codesandbox/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/theming/package.json | 2 +- packages/react/CHANGELOG.md | 12 ++++++++++++ packages/react/package.json | 2 +- 8 files changed, 16 insertions(+), 19 deletions(-) delete mode 100644 .changeset/deep-impalas-wave.md delete mode 100644 .changeset/huge-llamas-punch.md delete mode 100644 .changeset/slow-seas-design.md diff --git a/.changeset/deep-impalas-wave.md b/.changeset/deep-impalas-wave.md deleted file mode 100644 index 4a6d5de55cf..00000000000 --- a/.changeset/deep-impalas-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Change actionlist item inline description styling from flex to block to fix overflow diff --git a/.changeset/huge-llamas-punch.md b/.changeset/huge-llamas-punch.md deleted file mode 100644 index 815c4d3e03b..00000000000 --- a/.changeset/huge-llamas-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove ConfirmationDialog custom renders to ensure visual parity with Dialog diff --git a/.changeset/slow-seas-design.md b/.changeset/slow-seas-design.md deleted file mode 100644 index d9c6196e31d..00000000000 --- a/.changeset/slow-seas-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 8354f458249..7126a94068b 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "styled-components": "5.x", "typescript": "^5.9.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 51e7ad43629..ce38c944aeb 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "next": "^16.0.10", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 05d400e6765..0432561f350 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.21.0", - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "clsx": "^2.1.1", "next": "^16.0.10", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fb89b393336..80cddfeed8e 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/react +## 38.8.0 + +### Minor Changes + +- [#7455](https://github.com/primer/react/pull/7455) [`a86c183`](https://github.com/primer/react/commit/a86c183f5ea7add7584f895cff3027a7db35675e) Thanks [@HiroAgustin](https://github.com/HiroAgustin)! - Remove ConfirmationDialog custom renders to ensure visual parity with Dialog + +- [#7436](https://github.com/primer/react/pull/7436) [`9a4e46c`](https://github.com/primer/react/commit/9a4e46cf902a5c2e046ca7771211536ae0bd08ed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior + +### Patch Changes + +- [#7427](https://github.com/primer/react/pull/7427) [`4bb6620`](https://github.com/primer/react/commit/4bb66203f0e6cd5d717b27d591ec5df169c1ad1a) Thanks [@barmo](https://github.com/barmo)! - Change actionlist item inline description styling from flex to block to fix overflow + ## 38.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0d7384cf1f6..f8a9fb25807 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.7.1", + "version": "38.8.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js", From 0ec169b8bfbdb874c92e6dbb2a8ba3644dd19adc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 20 Jan 2026 22:59:30 +0000 Subject: [PATCH 2/4] Version Packages --- .changeset/deep-impalas-wave.md | 5 ----- .changeset/huge-llamas-punch.md | 5 ----- .changeset/slow-seas-design.md | 5 ----- .changeset/thin-plants-fetch.md | 5 ----- examples/codesandbox/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/theming/package.json | 2 +- packages/react/CHANGELOG.md | 14 ++++++++++++++ packages/react/package.json | 2 +- 9 files changed, 18 insertions(+), 24 deletions(-) delete mode 100644 .changeset/deep-impalas-wave.md delete mode 100644 .changeset/huge-llamas-punch.md delete mode 100644 .changeset/slow-seas-design.md delete mode 100644 .changeset/thin-plants-fetch.md diff --git a/.changeset/deep-impalas-wave.md b/.changeset/deep-impalas-wave.md deleted file mode 100644 index 4a6d5de55cf..00000000000 --- a/.changeset/deep-impalas-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Change actionlist item inline description styling from flex to block to fix overflow diff --git a/.changeset/huge-llamas-punch.md b/.changeset/huge-llamas-punch.md deleted file mode 100644 index 815c4d3e03b..00000000000 --- a/.changeset/huge-llamas-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove ConfirmationDialog custom renders to ensure visual parity with Dialog diff --git a/.changeset/slow-seas-design.md b/.changeset/slow-seas-design.md deleted file mode 100644 index d9c6196e31d..00000000000 --- a/.changeset/slow-seas-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior diff --git a/.changeset/thin-plants-fetch.md b/.changeset/thin-plants-fetch.md deleted file mode 100644 index 879347dd577..00000000000 --- a/.changeset/thin-plants-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute [#7451](https://github.com/primer/react/pull/7451) diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 8354f458249..7126a94068b 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "styled-components": "5.x", "typescript": "^5.9.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 51e7ad43629..ce38c944aeb 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "next": "^16.0.10", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 05d400e6765..0432561f350 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.21.0", - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "clsx": "^2.1.1", "next": "^16.0.10", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fb89b393336..32f6a75bdd8 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/react +## 38.8.0 + +### Minor Changes + +- [#7455](https://github.com/primer/react/pull/7455) [`a86c183`](https://github.com/primer/react/commit/a86c183f5ea7add7584f895cff3027a7db35675e) Thanks [@HiroAgustin](https://github.com/HiroAgustin)! - Remove ConfirmationDialog custom renders to ensure visual parity with Dialog + +- [#7436](https://github.com/primer/react/pull/7436) [`9a4e46c`](https://github.com/primer/react/commit/9a4e46cf902a5c2e046ca7771211536ae0bd08ed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior + +### Patch Changes + +- [#7427](https://github.com/primer/react/pull/7427) [`4bb6620`](https://github.com/primer/react/commit/4bb66203f0e6cd5d717b27d591ec5df169c1ad1a) Thanks [@barmo](https://github.com/barmo)! - Change actionlist item inline description styling from flex to block to fix overflow + +- [#7462](https://github.com/primer/react/pull/7462) [`5579c9b`](https://github.com/primer/react/commit/5579c9b0298091ba83c3ea1957ff5878651cc9a8) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute [#7451](https://github.com/primer/react/pull/7451) + ## 38.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0d7384cf1f6..f8a9fb25807 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.7.1", + "version": "38.8.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js", From e1ad889faed7a1e1083359d528d7286b17ee4f15 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 21 Jan 2026 08:16:12 +0000 Subject: [PATCH 3/4] Version Packages --- .changeset/deep-impalas-wave.md | 5 ----- .changeset/huge-llamas-punch.md | 5 ----- .changeset/rotten-mugs-tan.md | 5 ----- .changeset/slow-seas-design.md | 5 ----- .changeset/sweet-pets-breathe.md | 5 ----- .changeset/thin-plants-fetch.md | 5 ----- examples/codesandbox/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/theming/package.json | 2 +- packages/react/CHANGELOG.md | 18 ++++++++++++++++++ packages/react/package.json | 2 +- 11 files changed, 22 insertions(+), 34 deletions(-) delete mode 100644 .changeset/deep-impalas-wave.md delete mode 100644 .changeset/huge-llamas-punch.md delete mode 100644 .changeset/rotten-mugs-tan.md delete mode 100644 .changeset/slow-seas-design.md delete mode 100644 .changeset/sweet-pets-breathe.md delete mode 100644 .changeset/thin-plants-fetch.md diff --git a/.changeset/deep-impalas-wave.md b/.changeset/deep-impalas-wave.md deleted file mode 100644 index 4a6d5de55cf..00000000000 --- a/.changeset/deep-impalas-wave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Change actionlist item inline description styling from flex to block to fix overflow diff --git a/.changeset/huge-llamas-punch.md b/.changeset/huge-llamas-punch.md deleted file mode 100644 index 815c4d3e03b..00000000000 --- a/.changeset/huge-llamas-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove ConfirmationDialog custom renders to ensure visual parity with Dialog diff --git a/.changeset/rotten-mugs-tan.md b/.changeset/rotten-mugs-tan.md deleted file mode 100644 index 4d252daf038..00000000000 --- a/.changeset/rotten-mugs-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -feat: make Spinner's delay customizable diff --git a/.changeset/slow-seas-design.md b/.changeset/slow-seas-design.md deleted file mode 100644 index d9c6196e31d..00000000000 --- a/.changeset/slow-seas-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior diff --git a/.changeset/sweet-pets-breathe.md b/.changeset/sweet-pets-breathe.md deleted file mode 100644 index d0d10243081..00000000000 --- a/.changeset/sweet-pets-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -feat(SkeletonBox): add customizable delay diff --git a/.changeset/thin-plants-fetch.md b/.changeset/thin-plants-fetch.md deleted file mode 100644 index 879347dd577..00000000000 --- a/.changeset/thin-plants-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute [#7451](https://github.com/primer/react/pull/7451) diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 8354f458249..7126a94068b 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "styled-components": "5.x", "typescript": "^5.9.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 51e7ad43629..ce38c944aeb 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "next": "^16.0.10", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 05d400e6765..0432561f350 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.21.0", - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "clsx": "^2.1.1", "next": "^16.0.10", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fb89b393336..e5497f55234 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/react +## 38.8.0 + +### Minor Changes + +- [#7455](https://github.com/primer/react/pull/7455) [`a86c183`](https://github.com/primer/react/commit/a86c183f5ea7add7584f895cff3027a7db35675e) Thanks [@HiroAgustin](https://github.com/HiroAgustin)! - Remove ConfirmationDialog custom renders to ensure visual parity with Dialog + +- [#7438](https://github.com/primer/react/pull/7438) [`160c1c4`](https://github.com/primer/react/commit/160c1c4cf1c5111dd46b68471d49733f47f524cc) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: make Spinner's delay customizable + +- [#7436](https://github.com/primer/react/pull/7436) [`9a4e46c`](https://github.com/primer/react/commit/9a4e46cf902a5c2e046ca7771211536ae0bd08ed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior + +- [#7448](https://github.com/primer/react/pull/7448) [`838859d`](https://github.com/primer/react/commit/838859d8ee2afc2afca71a28114020a14a68b297) Thanks [@francinelucca](https://github.com/francinelucca)! - feat(SkeletonBox): add customizable delay + +### Patch Changes + +- [#7427](https://github.com/primer/react/pull/7427) [`4bb6620`](https://github.com/primer/react/commit/4bb66203f0e6cd5d717b27d591ec5df169c1ad1a) Thanks [@barmo](https://github.com/barmo)! - Change actionlist item inline description styling from flex to block to fix overflow + +- [#7462](https://github.com/primer/react/pull/7462) [`5579c9b`](https://github.com/primer/react/commit/5579c9b0298091ba83c3ea1957ff5878651cc9a8) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute [#7451](https://github.com/primer/react/pull/7451) + ## 38.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0d7384cf1f6..f8a9fb25807 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.7.1", + "version": "38.8.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js", From b1cdf7e9f870e13ef05368cdb3b4a7d0105a8e68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 23 Jan 2026 00:59:57 +0000 Subject: [PATCH 4/4] Version Packages --- .changeset/huge-llamas-punch.md | 5 ----- .changeset/rotten-mugs-tan.md | 5 ----- .changeset/slow-seas-design.md | 5 ----- .changeset/sweet-pets-breathe.md | 5 ----- .changeset/thin-plants-fetch.md | 5 ----- examples/codesandbox/package.json | 2 +- examples/nextjs/package.json | 2 +- examples/theming/package.json | 2 +- packages/react/CHANGELOG.md | 16 ++++++++++++++++ packages/react/package.json | 2 +- 10 files changed, 20 insertions(+), 29 deletions(-) delete mode 100644 .changeset/huge-llamas-punch.md delete mode 100644 .changeset/rotten-mugs-tan.md delete mode 100644 .changeset/slow-seas-design.md delete mode 100644 .changeset/sweet-pets-breathe.md delete mode 100644 .changeset/thin-plants-fetch.md diff --git a/.changeset/huge-llamas-punch.md b/.changeset/huge-llamas-punch.md deleted file mode 100644 index 815c4d3e03b..00000000000 --- a/.changeset/huge-llamas-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Remove ConfirmationDialog custom renders to ensure visual parity with Dialog diff --git a/.changeset/rotten-mugs-tan.md b/.changeset/rotten-mugs-tan.md deleted file mode 100644 index 4d252daf038..00000000000 --- a/.changeset/rotten-mugs-tan.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -feat: make Spinner's delay customizable diff --git a/.changeset/slow-seas-design.md b/.changeset/slow-seas-design.md deleted file mode 100644 index d9c6196e31d..00000000000 --- a/.changeset/slow-seas-design.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior diff --git a/.changeset/sweet-pets-breathe.md b/.changeset/sweet-pets-breathe.md deleted file mode 100644 index d0d10243081..00000000000 --- a/.changeset/sweet-pets-breathe.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -feat(SkeletonBox): add customizable delay diff --git a/.changeset/thin-plants-fetch.md b/.changeset/thin-plants-fetch.md deleted file mode 100644 index 879347dd577..00000000000 --- a/.changeset/thin-plants-fetch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute [#7451](https://github.com/primer/react/pull/7451) diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 8354f458249..7126a94068b 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -17,7 +17,7 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "styled-components": "5.x", "typescript": "^5.9.2", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 51e7ad43629..ce38c944aeb 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "next": "^16.0.10", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 05d400e6765..0432561f350 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.21.0", - "@primer/react": "38.7.1", + "@primer/react": "38.8.0", "@primer/styled-react": "1.0.2", "clsx": "^2.1.1", "next": "^16.0.10", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index fb89b393336..12e9bc4843a 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/react +## 38.8.0 + +### Minor Changes + +- [#7455](https://github.com/primer/react/pull/7455) [`a86c183`](https://github.com/primer/react/commit/a86c183f5ea7add7584f895cff3027a7db35675e) Thanks [@HiroAgustin](https://github.com/HiroAgustin)! - Remove ConfirmationDialog custom renders to ensure visual parity with Dialog + +- [#7438](https://github.com/primer/react/pull/7438) [`160c1c4`](https://github.com/primer/react/commit/160c1c4cf1c5111dd46b68471d49733f47f524cc) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: make Spinner's delay customizable + +- [#7436](https://github.com/primer/react/pull/7436) [`9a4e46c`](https://github.com/primer/react/commit/9a4e46cf902a5c2e046ca7771211536ae0bd08ed) Thanks [@TylerJDev](https://github.com/TylerJDev)! - FilteredActionList: Adds new prop `scrollBehavior` to allow customization of scroll behavior + +- [#7448](https://github.com/primer/react/pull/7448) [`838859d`](https://github.com/primer/react/commit/838859d8ee2afc2afca71a28114020a14a68b297) Thanks [@francinelucca](https://github.com/francinelucca)! - feat(SkeletonBox): add customizable delay + +### Patch Changes + +- [#7462](https://github.com/primer/react/pull/7462) [`5579c9b`](https://github.com/primer/react/commit/5579c9b0298091ba83c3ea1957ff5878651cc9a8) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - UnderlineNav.Item: Fix layout issues when children contain React elements by extracting only direct text content for the `data-content` attribute [#7451](https://github.com/primer/react/pull/7451) + ## 38.7.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0d7384cf1f6..f8a9fb25807 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.7.1", + "version": "38.8.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",