Skip to content

Commit aee44bd

Browse files
Version Packages (#2771)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent e86e0cf commit aee44bd

File tree

9 files changed

+21
-36
lines changed

9 files changed

+21
-36
lines changed

.changeset/blue-ads-hunt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-needles-pump.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/happy-snails-learn.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-hairs-impress.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/sharp-oranges-jog.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/wild-bananas-doubt.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/witty-camels-relate.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# @primer/components
22

3+
## 35.18.0
4+
5+
### Minor Changes
6+
7+
- [#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
8+
9+
### Patch Changes
10+
11+
- [#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
12+
13+
- [#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.
14+
15+
- [#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
16+
17+
- [#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
18+
19+
- [#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
20+
21+
- [#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
22+
323
## 35.17.0
424

525
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@primer/react",
3-
"version": "35.17.0",
3+
"version": "35.18.0",
44
"description": "An implementation of GitHub's Primer Design System using React",
55
"main": "lib/index.js",
66
"module": "lib-esm/index.js",

0 commit comments

Comments
 (0)