From 9bc993c30f5ecd4a7c041cb51430e01b293cf63d Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 17:57:15 +0000 Subject: [PATCH] Version Packages --- .changeset/navlist-group-hide-divider.md | 5 ----- .changeset/remove-link-data-hover-color.md | 5 ----- .changeset/segmented-control-aria-pressed.md | 5 ----- .changeset/timeline-actions-narrow-viewport.md | 5 ----- .changeset/underlinepanels-tabs-migration.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/navlist-group-hide-divider.md delete mode 100644 .changeset/remove-link-data-hover-color.md delete mode 100644 .changeset/segmented-control-aria-pressed.md delete mode 100644 .changeset/timeline-actions-narrow-viewport.md delete mode 100644 .changeset/underlinepanels-tabs-migration.md diff --git a/.changeset/navlist-group-hide-divider.md b/.changeset/navlist-group-hide-divider.md deleted file mode 100644 index 5bc82cd4b78..00000000000 --- a/.changeset/navlist-group-hide-divider.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Add a `hideDivider` prop to `NavList.Group` so consumers can opt out of rendering the divider before a group. diff --git a/.changeset/remove-link-data-hover-color.md b/.changeset/remove-link-data-hover-color.md deleted file mode 100644 index 75a8f711492..00000000000 --- a/.changeset/remove-link-data-hover-color.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Link: Remove unnecessary `data-hover-color` attribute from rendered DOM element diff --git a/.changeset/segmented-control-aria-pressed.md b/.changeset/segmented-control-aria-pressed.md deleted file mode 100644 index 3b6dfb06cb5..00000000000 --- a/.changeset/segmented-control-aria-pressed.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Use `aria-pressed` instead of `aria-current` on `SegmentedControl.Button` and `SegmentedControl.IconButton` so JAWS announces the selected state when a segment is activated. diff --git a/.changeset/timeline-actions-narrow-viewport.md b/.changeset/timeline-actions-narrow-viewport.md deleted file mode 100644 index 9adf82e3dc6..00000000000 --- a/.changeset/timeline-actions-narrow-viewport.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Timeline: `Timeline.Actions` now wraps onto a new row below `Timeline.Body`, left-aligned with the body content, when `Timeline.Item` is narrower than 480px. diff --git a/.changeset/underlinepanels-tabs-migration.md b/.changeset/underlinepanels-tabs-migration.md deleted file mode 100644 index d81d0df45e4..00000000000 --- a/.changeset/underlinepanels-tabs-migration.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -UnderlinePanels: The experimental `UnderlinePanels` component is now built on the experimental `Tabs` component instead of `@github/tab-container-element`. Its public API and behavior are unchanged. diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 847bccb96e7..c49fc5fb760 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -14,7 +14,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@primer/react": "38.33.0", + "@primer/react": "38.34.0", "@primer/styled-react": "1.1.0", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 2adc57400bd..6238292dc18 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.33.0", + "@primer/react": "38.34.0", "@primer/styled-react": "1.1.0", "next": "^16.2.10", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 1b7db4c8f92..0b9e338548e 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.28.1", - "@primer/react": "38.33.0", + "@primer/react": "38.34.0", "clsx": "^2.1.1", "next": "^16.2.10", "react": "^19.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index b2046b97496..c657e513489 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/react +## 38.34.0 + +### Minor Changes + +- [#8086](https://github.com/primer/react/pull/8086) [`81d4174`](https://github.com/primer/react/commit/81d4174150b37da95db23480574ddf8db5b20ca4) Thanks [@TylerJDev](https://github.com/TylerJDev)! - Add a `hideDivider` prop to `NavList.Group` so consumers can opt out of rendering the divider before a group. + +### Patch Changes + +- [#8211](https://github.com/primer/react/pull/8211) [`a3e669f`](https://github.com/primer/react/commit/a3e669fa551a7d07841ce20224199d172905860f) Thanks [@francinelucca](https://github.com/francinelucca)! - Link: Remove unnecessary `data-hover-color` attribute from rendered DOM element + +- [#8196](https://github.com/primer/react/pull/8196) [`e24effd`](https://github.com/primer/react/commit/e24effd440d69f0068a89aba26bae9e39fb3254e) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Use `aria-pressed` instead of `aria-current` on `SegmentedControl.Button` and `SegmentedControl.IconButton` so JAWS announces the selected state when a segment is activated. + +- [#8169](https://github.com/primer/react/pull/8169) [`1d6f559`](https://github.com/primer/react/commit/1d6f5593f5e482d1d03027522bc882560c7b1f06) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Timeline: `Timeline.Actions` now wraps onto a new row below `Timeline.Body`, left-aligned with the body content, when `Timeline.Item` is narrower than 480px. + +- [#8214](https://github.com/primer/react/pull/8214) [`41705f4`](https://github.com/primer/react/commit/41705f430ce0f64eb61c2665313f36a88cf6f16c) Thanks [@rickyzhangca](https://github.com/rickyzhangca)! - UnderlinePanels: The experimental `UnderlinePanels` component is now built on the experimental `Tabs` component instead of `@github/tab-container-element`. Its public API and behavior are unchanged. + ## 38.33.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 883d05918d0..b247b5c5423 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.33.0", + "version": "38.34.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",