Skip to content

Commit 49025f8

Browse files
Version Packages
1 parent ade10e6 commit 49025f8

File tree

6 files changed

+23
-29
lines changed

6 files changed

+23
-29
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-eyes-bow.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.

CHANGELOG.md

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

3+
## 35.29.0
4+
5+
### Minor Changes
6+
7+
- [#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)
8+
9+
<!-- Changed components: ActionList -->
10+
11+
### Patch Changes
12+
13+
- [#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.
14+
15+
<!-- Changed components: PageLayout -->
16+
17+
- [#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
18+
19+
<!-- Changed components: _none_ -->
20+
21+
- [#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
22+
23+
<!-- Changed components: _none_ -->
24+
325
## 35.28.0
426

527
### 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)