diff --git a/.changeset/blue-ads-hunt.md b/.changeset/blue-ads-hunt.md deleted file mode 100644 index 6997b9afd9b..00000000000 --- a/.changeset/blue-ads-hunt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Prevent automatic batching updates in ThemeProvider to ensure client use right colorMode diff --git a/.changeset/happy-needles-pump.md b/.changeset/happy-needles-pump.md deleted file mode 100644 index ab4a0c3fbe4..00000000000 --- a/.changeset/happy-needles-pump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Updates visual design of the Checkbox and Radio component to match the new direction defined by design. diff --git a/.changeset/happy-snails-learn.md b/.changeset/happy-snails-learn.md deleted file mode 100644 index 80f96117fef..00000000000 --- a/.changeset/happy-snails-learn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -PageHeader: Add visual ordering for layout enforcement diff --git a/.changeset/rotten-hairs-impress.md b/.changeset/rotten-hairs-impress.md deleted file mode 100644 index 190b02f671b..00000000000 --- a/.changeset/rotten-hairs-impress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -TreeView: aria status description is now accurate diff --git a/.changeset/sharp-oranges-jog.md b/.changeset/sharp-oranges-jog.md deleted file mode 100644 index 671922a10ea..00000000000 --- a/.changeset/sharp-oranges-jog.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Hidden: Refactor Hidden component to use `getBreakpointsDeclarations` util function to reduce layout shifts diff --git a/.changeset/wild-bananas-doubt.md b/.changeset/wild-bananas-doubt.md deleted file mode 100644 index 0f9defe98d5..00000000000 --- a/.changeset/wild-bananas-doubt.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": minor ---- - -Overlay: Add `position`, `right`, and `bottom` props diff --git a/.changeset/witty-camels-relate.md b/.changeset/witty-camels-relate.md deleted file mode 100644 index b0dfe4b8d2c..00000000000 --- a/.changeset/witty-camels-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Update defaultProps to be JS function defaults diff --git a/CHANGELOG.md b/CHANGELOG.md index 7725f0c05ae..255c01821dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @primer/components +## 35.18.0 + +### Minor Changes + +- [#2715](https://github.com/primer/react/pull/2715) [`8bd40de2`](https://github.com/primer/react/commit/8bd40de25536bce68f3ac238063243a6c70bee0a) Thanks [@ajhenry](https://github.com/ajhenry)! - Overlay: Add `position`, `right`, and `bottom` props + +### Patch Changes + +- [#2732](https://github.com/primer/react/pull/2732) [`3f70b2e6`](https://github.com/primer/react/commit/3f70b2e6d283667b0f09d97423563fdba0721ba9) Thanks [@renbaoshuo](https://github.com/renbaoshuo)! - Prevent automatic batching updates in ThemeProvider to ensure client use right colorMode + +- [#2701](https://github.com/primer/react/pull/2701) [`73dbefdb`](https://github.com/primer/react/commit/73dbefdbe145c240c3f6a1ac3a21e9e02084d6bd) Thanks [@mperrotti](https://github.com/mperrotti)! - Updates visual design of the Checkbox and Radio component to match the new direction defined by design. + +- [#2729](https://github.com/primer/react/pull/2729) [`4dcf658c`](https://github.com/primer/react/commit/4dcf658cf6155d44bac4b79556b38dcbe954f344) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - PageHeader: Add visual ordering for layout enforcement + +- [#2710](https://github.com/primer/react/pull/2710) [`ac0abd17`](https://github.com/primer/react/commit/ac0abd179598ab3a3e5439a38bdde6aeacaf8b6a) Thanks [@green6erry](https://github.com/green6erry)! - TreeView: aria status description is now accurate + +- [#2729](https://github.com/primer/react/pull/2729) [`4dcf658c`](https://github.com/primer/react/commit/4dcf658cf6155d44bac4b79556b38dcbe954f344) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Hidden: Refactor Hidden component to use `getBreakpointsDeclarations` util function to reduce layout shifts + +- [#2759](https://github.com/primer/react/pull/2759) [`693ce68c`](https://github.com/primer/react/commit/693ce68c9e47c37fb36a334f7f524e688d31bccd) Thanks [@manuelpuyol](https://github.com/manuelpuyol)! - Update defaultProps to be JS function defaults + ## 35.17.0 ### Minor Changes diff --git a/package.json b/package.json index 11bdbc9c135..347de2f09d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.17.0", + "version": "35.18.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",