diff --git a/.changeset/bright-dots-notify.md b/.changeset/bright-dots-notify.md deleted file mode 100644 index 20d6f3a2ad9..00000000000 --- a/.changeset/bright-dots-notify.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Button: Add configurable notification indicators to Button and IconButton \ No newline at end of file diff --git a/.changeset/shy-moments-invent.md b/.changeset/shy-moments-invent.md deleted file mode 100644 index 61ba479a9fe..00000000000 --- a/.changeset/shy-moments-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Deprecate the `Flash` component and move to `@primer/react/deprecated` diff --git a/.changeset/textarea-auto-size.md b/.changeset/textarea-auto-size.md deleted file mode 100644 index 07d34e656ae..00000000000 --- a/.changeset/textarea-auto-size.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Textarea: Add an `autoSize` option that allows the field to grow with its content diff --git a/.changeset/three-places-invent.md b/.changeset/three-places-invent.md deleted file mode 100644 index 9f01eeec617..00000000000 --- a/.changeset/three-places-invent.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Animate `SegmentedControl` when switching between items diff --git a/.changeset/underlinepanels-controlled-value.md b/.changeset/underlinepanels-controlled-value.md deleted file mode 100644 index 812be69d2f6..00000000000 --- a/.changeset/underlinepanels-controlled-value.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -UnderlinePanels: add controlled `value`/`defaultValue`/`onChange` and `activationMode` props, keyed to a per-`Tab`/`Panel` `value`, for data-driven tabs. Behind the `primer_react_underline_panels_controlled` feature flag; the existing `aria-selected`/`onSelect` API is unchanged. diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index b6f5a71e0f4..8b26cf6d197 100644 --- a/examples/codesandbox/package.json +++ b/examples/codesandbox/package.json @@ -14,7 +14,7 @@ "react-dom": "^18.3.1" }, "devDependencies": { - "@primer/react": "38.36.0", + "@primer/react": "38.37.0", "@primer/styled-react": "1.1.1", "@types/react": "^18.3.11", "@types/react-dom": "^18.3.0", diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index 87c00eec494..db5a21fce94 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.36.0", + "@primer/react": "38.37.0", "@primer/styled-react": "1.1.1", "next": "^16.3.0", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index 7511d2aca2d..e8c882c9e31 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.36.0", + "@primer/react": "38.37.0", "clsx": "^2.1.1", "next": "^16.3.0", "react": "^19.2.0", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 70717ec7744..10a5623e417 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,21 @@ # @primer/react +## 38.37.0 + +### Minor Changes + +- [#8311](https://github.com/primer/react/pull/8311) [`b111781`](https://github.com/primer/react/commit/b1117811cebfb9463f20fe76f77cdf13917ae6b2) Thanks [@liuliu-dev](https://github.com/liuliu-dev)! - Button: Add configurable notification indicators to Button and IconButton + +- [#8306](https://github.com/primer/react/pull/8306) [`a3afd7b`](https://github.com/primer/react/commit/a3afd7baf05ea6c4a272a40ccb636f20a48f87dc) Thanks [@llastflowers](https://github.com/llastflowers)! - Deprecate the `Flash` component and move to `@primer/react/deprecated` + +- [#8295](https://github.com/primer/react/pull/8295) [`bfebb8a`](https://github.com/primer/react/commit/bfebb8a538e6f068a457722b154799876bda3ab4) Thanks [@copilot-swe-agent](https://github.com/apps/copilot-swe-agent)! - Textarea: Add an `autoSize` option that allows the field to grow with its content + +- [#8233](https://github.com/primer/react/pull/8233) [`80a68cf`](https://github.com/primer/react/commit/80a68cf05226323ad8cbc0531f244d60ea6747e3) Thanks [@rickyzhangca](https://github.com/rickyzhangca)! - UnderlinePanels: add controlled `value`/`defaultValue`/`onChange` and `activationMode` props, keyed to a per-`Tab`/`Panel` `value`, for data-driven tabs. Behind the `primer_react_underline_panels_controlled` feature flag; the existing `aria-selected`/`onSelect` API is unchanged. + +### Patch Changes + +- [#8304](https://github.com/primer/react/pull/8304) [`88feb65`](https://github.com/primer/react/commit/88feb658c13fec154da1a8aa199250514f4fdba3) Thanks [@iansan5653](https://github.com/iansan5653)! - Animate `SegmentedControl` when switching between items + ## 38.36.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 1affcd7692b..9c252b83b31 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.36.0", + "version": "38.37.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",