From a741480a23313943a7ed306cbe2224adc4c5e36c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 30 Jul 2025 01:50:11 +0000 Subject: [PATCH] Version Packages --- .changeset/dirty-bulldogs-smoke.md | 5 ----- .changeset/hot-cooks-collect.md | 5 ----- .changeset/proud-steaks-bake.md | 5 ----- .changeset/sharp-buckets-study.md | 5 ----- .changeset/thin-badgers-struggle.md | 5 ----- .changeset/yellow-sheep-dress.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/dirty-bulldogs-smoke.md delete mode 100644 .changeset/hot-cooks-collect.md delete mode 100644 .changeset/proud-steaks-bake.md delete mode 100644 .changeset/sharp-buckets-study.md delete mode 100644 .changeset/thin-badgers-struggle.md delete mode 100644 .changeset/yellow-sheep-dress.md diff --git a/.changeset/dirty-bulldogs-smoke.md b/.changeset/dirty-bulldogs-smoke.md deleted file mode 100644 index 8fe49dbe9d0..00000000000 --- a/.changeset/dirty-bulldogs-smoke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -chore(FilteredActionList): remove modern action list FF diff --git a/.changeset/hot-cooks-collect.md b/.changeset/hot-cooks-collect.md deleted file mode 100644 index 867b474bc83..00000000000 --- a/.changeset/hot-cooks-collect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Align `font` with PVC for Tooltip diff --git a/.changeset/proud-steaks-bake.md b/.changeset/proud-steaks-bake.md deleted file mode 100644 index 54952d46b87..00000000000 --- a/.changeset/proud-steaks-bake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Update TextInput TypeScript types to make shared props optional diff --git a/.changeset/sharp-buckets-study.md b/.changeset/sharp-buckets-study.md deleted file mode 100644 index 8dbef0da9da..00000000000 --- a/.changeset/sharp-buckets-study.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Adds `icon` and `action` props to `SelectPanelMessage` to improve UX and accessibility. diff --git a/.changeset/thin-badgers-struggle.md b/.changeset/thin-badgers-struggle.md deleted file mode 100644 index 4d88dc1a64d..00000000000 --- a/.changeset/thin-badgers-struggle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -SelectPanel announces loading prop changes diff --git a/.changeset/yellow-sheep-dress.md b/.changeset/yellow-sheep-dress.md deleted file mode 100644 index 061f98b0ceb..00000000000 --- a/.changeset/yellow-sheep-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Add `size` prop to `ActionList.Item` diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index f871061dbd2..41e11b33ad6 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.29.1", + "@primer/react": "37.30.0", "eslint": "^9.32.0", "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-react-refresh": "^0.4.20", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index fc5d4ecad21..eb1696718c3 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "37.29.1", + "@primer/react": "37.30.0", "next": "^15.2.3", "react": "^19.0.0", "react-dom": "^19.0.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 58b1c1c47a9..79b10b4bf64 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "37.29.1", + "@primer/react": "37.30.0", "clsx": "^2.1.1", "next": "^14.2.30", "react": "^18.3.1", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 15ea2dc5ae5..3b7b42944dc 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/react +## 37.30.0 + +### Minor Changes + +- [#6350](https://github.com/primer/react/pull/6350) [`8731f43`](https://github.com/primer/react/commit/8731f439e5982cdb085f87612bb8d1cd72d61da9) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Adds `icon` and `action` props to `SelectPanelMessage` to improve UX and accessibility. + +- [#6378](https://github.com/primer/react/pull/6378) [`3f68aa7`](https://github.com/primer/react/commit/3f68aa7ca2af4e458d0bd4faa3dcc6b2f2c48d08) Thanks [@langermank](https://github.com/langermank)! - Add `size` prop to `ActionList.Item` + +### Patch Changes + +- [#6339](https://github.com/primer/react/pull/6339) [`3d19045`](https://github.com/primer/react/commit/3d19045484946d751e50e9ce8d09ac2cab28efee) Thanks [@francinelucca](https://github.com/francinelucca)! - chore(FilteredActionList): remove modern action list FF + +- [#6349](https://github.com/primer/react/pull/6349) [`b831e20`](https://github.com/primer/react/commit/b831e207f9d18740d106e94fc1afe516d06f9e56) Thanks [@langermank](https://github.com/langermank)! - Align `font` with PVC for Tooltip + +- [#6341](https://github.com/primer/react/pull/6341) [`744102b`](https://github.com/primer/react/commit/744102b05275077116c4c31392f6ebe5d5af89f0) Thanks [@ompharate](https://github.com/ompharate)! - Update TextInput TypeScript types to make shared props optional + +- [#6404](https://github.com/primer/react/pull/6404) [`c6bda10`](https://github.com/primer/react/commit/c6bda108fc2e118ad2ee3fb90b7b95eab7e2eb4a) Thanks [@hectahertz](https://github.com/hectahertz)! - SelectPanel announces loading prop changes + ## 37.29.1 ### Patch Changes diff --git a/packages/react/package.json b/packages/react/package.json index dce4a9503a0..04145f9ec0b 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "37.29.1", + "version": "37.30.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",