diff --git a/.changeset/afraid-buckets-build.md b/.changeset/afraid-buckets-build.md deleted file mode 100644 index a58e16be291..00000000000 --- a/.changeset/afraid-buckets-build.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Add feature flag to control whether Spinner animations are synchronized diff --git a/.changeset/fruity-groups-brush.md b/.changeset/fruity-groups-brush.md deleted file mode 100644 index 74ee1e9d819..00000000000 --- a/.changeset/fruity-groups-brush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': minor ---- - -Added callback prop onActiveDescendantChanged to FilteredActionList diff --git a/.changeset/healthy-poets-act.md b/.changeset/healthy-poets-act.md deleted file mode 100644 index d7924f67564..00000000000 --- a/.changeset/healthy-poets-act.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Revert PR #7275 diff --git a/examples/codesandbox/package.json b/examples/codesandbox/package.json index 3aaf6539561..65ace55a589 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.5.0", + "@primer/react": "38.6.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 418436cc78f..5083db98115 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -10,7 +10,7 @@ "type-check": "tsc --noEmit" }, "dependencies": { - "@primer/react": "38.5.0", + "@primer/react": "38.6.0", "@primer/styled-react": "1.0.2", "next": "^16.0.7", "react": "^19.2.0", diff --git a/examples/theming/package.json b/examples/theming/package.json index e2ab8bf9643..109e054200a 100644 --- a/examples/theming/package.json +++ b/examples/theming/package.json @@ -11,7 +11,7 @@ }, "dependencies": { "@primer/octicons-react": "^19.14.0", - "@primer/react": "38.5.0", + "@primer/react": "38.6.0", "@primer/styled-react": "1.0.2", "clsx": "^2.1.1", "next": "^16.0.7", diff --git a/packages/react/CHANGELOG.md b/packages/react/CHANGELOG.md index 63f4879b650..0cd3d793440 100644 --- a/packages/react/CHANGELOG.md +++ b/packages/react/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/react +## 38.6.0 + +### Minor Changes + +- [#7157](https://github.com/primer/react/pull/7157) [`eddd934`](https://github.com/primer/react/commit/eddd9340cab24ebf8054c79ca855028ed511c495) Thanks [@joshblack](https://github.com/joshblack)! - Add feature flag to control whether Spinner animations are synchronized + +- [#7277](https://github.com/primer/react/pull/7277) [`4a1c9a5`](https://github.com/primer/react/commit/4a1c9a5e48cdce7059358cd37a6d7f3f23e20c43) Thanks [@kendallgassner](https://github.com/kendallgassner)! - Added callback prop onActiveDescendantChanged to FilteredActionList + +### Patch Changes + +- [#7305](https://github.com/primer/react/pull/7305) [`335e9e8`](https://github.com/primer/react/commit/335e9e8eedc23de3041656acffb4873cd007f698) Thanks [@llastflowers](https://github.com/llastflowers)! - Revert PR #7275 + ## 38.5.0 ### Minor Changes diff --git a/packages/react/package.json b/packages/react/package.json index 6e393cb317b..e24abecdefe 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@primer/react", "type": "module", - "version": "38.5.0", + "version": "38.6.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "./dist/index.js", "module": "./dist/index.js",