Skip to content

Commit d62ee0d

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

File tree

6 files changed

+14
-22
lines changed

6 files changed

+14
-22
lines changed

.changeset/actionlist-a11y-fixes.md

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

.changeset/bright-flowers-itch.md

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

.changeset/funny-ears-add.md

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

.changeset/old-schools-happen.md

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

CHANGELOG.md

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

3+
## 35.0.1
4+
5+
### Patch Changes
6+
7+
- [#1958](https://github.com/primer/react/pull/1958) [`be8f9014`](https://github.com/primer/react/commit/be8f9014cb532d122665c83a94035b0de8e0d300) Thanks [@siddharthkp](https://github.com/siddharthkp)! - ActionList: Add focus styles for Windows high contrast mode
8+
ActionList: Fix incorrect role for ActionList.Group outside ActionMenu
9+
10+
* [#1949](https://github.com/primer/react/pull/1949) [`e430bd8b`](https://github.com/primer/react/commit/e430bd8b635d8cb25e73e4301a0fedc6c60a1e3a) Thanks [@colebemis](https://github.com/colebemis)! - `FormControl` now accepts a `ref` prop
11+
12+
- [#1960](https://github.com/primer/react/pull/1960) [`26c7784d`](https://github.com/primer/react/commit/26c7784d24a2c3d1e0b33457c42ac804ac1dcd64) Thanks [@colebemis](https://github.com/colebemis)! - Checkbox: `value` prop is now optional
13+
14+
* [#1935](https://github.com/primer/react/pull/1935) [`40c93d8b`](https://github.com/primer/react/commit/40c93d8bad64e3e5c906f0140978b8991d15be92) Thanks [@pksjce](https://github.com/pksjce)! - Add monospace prop to textinput
15+
316
## 35.0.0
417

518
### Major 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.0.0",
3+
"version": "35.0.1",
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)