Skip to content

Commit 1055e55

Browse files
Version Packages
1 parent ee511fd commit 1055e55

9 files changed

+35
-50
lines changed

.changeset/angry-beds-itch.md

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

.changeset/grumpy-maps-shave.md

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

.changeset/lazy-bees-train.md

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

.changeset/lazy-eyes-bow.md

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

.changeset/long-walls-sparkle.md

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

.changeset/silly-dots-lick.md

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

.changeset/sweet-turtles-applaud.md

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

CHANGELOG.md

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

3+
## 35.29.0
4+
5+
### Minor Changes
6+
7+
- [#3692](https://github.com/primer/react/pull/3692) [`4046e058`](https://github.com/primer/react/commit/4046e058253cd9b2fb0f7e45cc01d12049bfd306) Thanks [@broccolinisoup](https://github.com/broccolinisoup)! - Octicons: Upgrade react-octicons to v19.7.0
8+
9+
<!-- Changed components: _none_ -->
10+
11+
- [#3607](https://github.com/primer/react/pull/3607) [`c0e22fc1`](https://github.com/primer/react/commit/c0e22fc14697627c81c8a21137c72350e8d1a703) Thanks [@langermank](https://github.com/langermank)! - Update ActionList checkbox styles to form checkbox styles (impacts ActionMenu and SelectPanel)
12+
13+
<!-- Changed components: ActionList -->
14+
15+
- [#3632](https://github.com/primer/react/pull/3632) [`3a8b841c`](https://github.com/primer/react/commit/3a8b841ce7d1d411142619b7a942e896d3eb01c9) Thanks [@iansan5653](https://github.com/iansan5653)! - Allow consumers to make components that are compatible with `FormControl` by reading forwarded props in from the `useFormControlForwardedProps` hook
16+
17+
<!-- Changed components: FormControl -->
18+
19+
### Patch Changes
20+
21+
- [#3675](https://github.com/primer/react/pull/3675) [`ade10e64`](https://github.com/primer/react/commit/ade10e64afd320a5299eea68f214718a638fc290) Thanks [@radglob](https://github.com/radglob)! - PageLayout.Content no longer renders as `main` by default. Instead, developers may add a `main` landmark within `Pagelayout.Content` themselves.
22+
23+
<!-- Changed components: PageLayout -->
24+
25+
- [#3662](https://github.com/primer/react/pull/3662) [`2ca670a8`](https://github.com/primer/react/commit/2ca670a882925ce2cbd447d52f1ac390efe29253) Thanks [@joshblack](https://github.com/joshblack)! - Update type exports to prevent missing export warnings
26+
27+
<!-- Changed components: _none_ -->
28+
29+
- [#3654](https://github.com/primer/react/pull/3654) [`556d826a`](https://github.com/primer/react/commit/556d826af1dd9cc74f8bf22e7f0f521d185a87d2) Thanks [@langermank](https://github.com/langermank)! - Use `control` CSS var with fallback for form component border-color
30+
31+
<!-- Changed components: _none_ -->
32+
33+
- [#3689](https://github.com/primer/react/pull/3689) [`5d992715`](https://github.com/primer/react/commit/5d9927154518e9076fa6e7d5a83d1d7ff94c6aee) Thanks [@jdrush89](https://github.com/jdrush89)! - Fix dialog bug where escape would move focus when dialog was closed
34+
35+
<!-- Changed components: _none_ -->
36+
337
## 35.28.0
438

539
### 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.28.0",
3+
"version": "35.29.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)