From 7556d333d34537d60b80cba9054fe2b85102bc54 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 19:12:57 +0000 Subject: [PATCH] Version Packages --- .changeset/famous-berries-kneel.md | 5 ----- .changeset/free-wasps-drop.md | 5 ----- .changeset/many-suns-promise.md | 5 ----- .changeset/metal-pumas-itch.md | 5 ----- .changeset/navlist-parent-flicker-fix.md | 5 ----- .changeset/perf-action-menu-memo-context.md | 5 ----- .changeset/perf-css-has-safari-audit.md | 6 ------ .changeset/proud-bears-study.md | 5 ----- .changeset/smart-points-explain.md | 5 ----- examples/codesandbox/package.json | 4 ++-- examples/nextjs/package.json | 4 ++-- examples/theming/package.json | 4 ++-- packages/react/CHANGELOG.md | 20 ++++++++++++++++++++ packages/react/package.json | 2 +- packages/styled-react/CHANGELOG.md | 10 ++++++++++ packages/styled-react/package.json | 4 ++-- 16 files changed, 39 insertions(+), 55 deletions(-) delete mode 100644 .changeset/famous-berries-kneel.md delete mode 100644 .changeset/free-wasps-drop.md delete mode 100644 .changeset/many-suns-promise.md delete mode 100644 .changeset/metal-pumas-itch.md delete mode 100644 .changeset/navlist-parent-flicker-fix.md delete mode 100644 .changeset/perf-action-menu-memo-context.md delete mode 100644 .changeset/perf-css-has-safari-audit.md delete mode 100644 .changeset/proud-bears-study.md delete mode 100644 .changeset/smart-points-explain.md diff --git a/.changeset/famous-berries-kneel.md b/.changeset/famous-berries-kneel.md deleted file mode 100644 index 7ec7df40e0f..00000000000 --- a/.changeset/famous-berries-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/styled-react": patch ---- - -chore(styled-react): remove Breadcrumbs, Table, Timeline, Truncate diff --git a/.changeset/free-wasps-drop.md b/.changeset/free-wasps-drop.md deleted file mode 100644 index 0da34567fd6..00000000000 --- a/.changeset/free-wasps-drop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Breadcrumbs overflow menu no longer appears when there are only two crumb items. diff --git a/.changeset/many-suns-promise.md b/.changeset/many-suns-promise.md deleted file mode 100644 index 6b465792c8e..00000000000 --- a/.changeset/many-suns-promise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Replace `ActionBar` overflow calculations with CSS wrapping approach to improve performance and stability diff --git a/.changeset/metal-pumas-itch.md b/.changeset/metal-pumas-itch.md deleted file mode 100644 index cbdb3f93a2c..00000000000 --- a/.changeset/metal-pumas-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -feat: add ActionList, SelectPanel primitives exports and new FilteredActionList.Input components diff --git a/.changeset/navlist-parent-flicker-fix.md b/.changeset/navlist-parent-flicker-fix.md deleted file mode 100644 index 8c0e46ee1f7..00000000000 --- a/.changeset/navlist-parent-flicker-fix.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Fix NavList parent item flicker during static-to-interactive transitions when navigating between current sub-items in a SubNav. diff --git a/.changeset/perf-action-menu-memo-context.md b/.changeset/perf-action-menu-memo-context.md deleted file mode 100644 index 1e49bf75e99..00000000000 --- a/.changeset/perf-action-menu-memo-context.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Memoize ActionMenu context values to prevent unnecessary re-renders of menu items diff --git a/.changeset/perf-css-has-safari-audit.md b/.changeset/perf-css-has-safari-audit.md deleted file mode 100644 index 1b96e76ad43..00000000000 --- a/.changeset/perf-css-has-safari-audit.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@primer/react': patch -'@primer/styled-react': patch ---- - -perf(css): audit :has() selectors and add stylelint guard for Safari diff --git a/.changeset/proud-bears-study.md b/.changeset/proud-bears-study.md deleted file mode 100644 index 09abaf06f58..00000000000 --- a/.changeset/proud-bears-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -fix: Checkbox indeterminate state now persists on click if the state didn't change diff --git a/.changeset/smart-points-explain.md b/.changeset/smart-points-explain.md deleted file mode 100644 index a3b9c164b15..00000000000 --- a/.changeset/smart-points-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/styled-react": patch ---- - -chore(styled-react): remove TabNav, SegmentedControl, Header, FormControl, LinkButton from @primer/styled-react diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 8ceb299f2fc..015ebb59f46 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -17,8 +17,8 @@ "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", "@vitejs/plugin-react": "^4.3.3", - "@primer/react": "38.21.1", - "@primer/styled-react": "1.0.6", + "@primer/react": "38.22.0", + "@primer/styled-react": "1.0.7", "styled-components": "5.x", "typescript": "^5.9.2", "vite": "^7.1.11" diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 36f8da7c367..5645f38e90b 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,8 +10,8 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.21.1", - "@primer/styled-react": "1.0.6", + "@primer/react": "38.22.0", + "@primer/styled-react": "1.0.7", "next": "^16.1.7", "react": "^19.2.0", "react-dom": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index c7bbe3f4947..f6fc9637ca9 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,8 +11,8 @@ }, "dependencies": { "@primer/octicons-react": "^19.21.0", - "@primer/react": "38.21.1", - "@primer/styled-react": "1.0.6", + "@primer/react": "38.22.0", + "@primer/styled-react": "1.0.7", "clsx": "^2.1.1", "next": "^16.1.7", "react": "^19.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 6b08f81c4ad..a8bb904c5ed 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,25 @@ # @primer/react +## 38.22.0 + +### Minor Changes + +- [#7655](https://github.com/primer/react/pull/7655) [`f59a1b1`](https://github.com/primer/react/commit/f59a1b190027b56f853797c4dc2cf9475cf5e225) Thanks [@iansan5653](https://github.com/iansan5653)! - Replace `ActionBar` overflow calculations with CSS wrapping approach to improve performance and stability + +- [#7755](https://github.com/primer/react/pull/7755) [`0e868f9`](https://github.com/primer/react/commit/0e868f9c34ee6d073485e81651a16e92d3ff822c) Thanks [@francinelucca](https://github.com/francinelucca)! - feat: add ActionList, SelectPanel primitives exports and new FilteredActionList.Input components + +### Patch Changes + +- [#7797](https://github.com/primer/react/pull/7797) [`3e05935`](https://github.com/primer/react/commit/3e059351a65b18e99d006facc1863feb94be0a7e) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Breadcrumbs overflow menu no longer appears when there are only two crumb items. + +- [#7511](https://github.com/primer/react/pull/7511) [`eb73dee`](https://github.com/primer/react/commit/eb73deea0c9f8fb0fdb44b28445eebc748a39443) Thanks [@RSoeborg](https://github.com/RSoeborg)! - Fix NavList parent item flicker during static-to-interactive transitions when navigating between current sub-items in a SubNav. + +- [#7619](https://github.com/primer/react/pull/7619) [`68aaf61`](https://github.com/primer/react/commit/68aaf617ebbeeb36aa5a7eb4b696d0061f6c2674) Thanks [@hectahertz](https://github.com/hectahertz)! - Memoize ActionMenu context values to prevent unnecessary re-renders of menu items + +- [#7708](https://github.com/primer/react/pull/7708) [`d0fa0ff`](https://github.com/primer/react/commit/d0fa0ff2301b3db7a4b66e7aabf3ff544ffb4ef2) Thanks [@hectahertz](https://github.com/hectahertz)! - perf(css): audit :has() selectors and add stylelint guard for Safari + +- [#7780](https://github.com/primer/react/pull/7780) [`8330aad`](https://github.com/primer/react/commit/8330aadeba6231bf916a9c93757f89018838ebb4) Thanks [@francinelucca](https://github.com/francinelucca)! - fix: Checkbox indeterminate state now persists on click if the state didn't change + ## 38.21.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index 0d8da9846e0..8d09dcf6316 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.21.1", + "version": "38.22.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/styled-react/CHANGELOG.md b/packages/styled-react/CHANGELOG.md index 2645e63501f..67ce719254f 100644 --- a/packages/styled-react/CHANGELOG.md +++ b/packages/styled-react/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/styled-react +## 1.0.7 + +### Patch Changes + +- [#7773](https://github.com/primer/react/pull/7773) [`4360ab0`](https://github.com/primer/react/commit/4360ab055f2729567cc48d004ed627d58b54e300) Thanks [@jonrohan](https://github.com/jonrohan)! - chore(styled-react): remove Breadcrumbs, Table, Timeline, Truncate + +- [#7708](https://github.com/primer/react/pull/7708) [`d0fa0ff`](https://github.com/primer/react/commit/d0fa0ff2301b3db7a4b66e7aabf3ff544ffb4ef2) Thanks [@hectahertz](https://github.com/hectahertz)! - perf(css): audit :has() selectors and add stylelint guard for Safari + +- [#7794](https://github.com/primer/react/pull/7794) [`0b6dabb`](https://github.com/primer/react/commit/0b6dabbd71fe467f0a5433f4909050e05cc7f595) Thanks [@jonrohan](https://github.com/jonrohan)! - chore(styled-react): remove TabNav, SegmentedControl, Header, FormControl, LinkButton from @primer/styled-react + ## 1.0.6 ### Patch Changes diff --git a/packages/styled-react/package.json b/packages/styled-react/package.json index af99f60f94e..edddfdc0f26 100644 --- a/packages/styled-react/package.json +++ b/packages/styled-react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/styled-react", - "version": "1.0.6", + "version": "1.0.7", "type": "module", "exports": { ".": { @@ -49,7 +49,7 @@ "@babel/preset-react": "^7.28.5", "@babel/preset-typescript": "^7.28.5", "@primer/primitives": "10.x || 11.x", - "@primer/react": "^38.20.0", + "@primer/react": "^38.22.0", "@rollup/plugin-babel": "^6.1.0", "@storybook/react-vite": "^10.3.3", "@types/react": "18.3.11",