Skip to content

Commit aaf48fc

Browse files
Version Packages
1 parent 6497f71 commit aaf48fc

File tree

6 files changed

+17
-25
lines changed

6 files changed

+17
-25
lines changed

.changeset/khaki-rules-breathe.md

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

.changeset/many-ants-pump.md

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

.changeset/rotten-apples-bake.md

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

.changeset/sweet-onions-heal.md

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

CHANGELOG.md

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

3+
## 36.4.1
4+
5+
### Patch Changes
6+
7+
- [#4023](https://github.com/primer/react/pull/4023) [`83c125fc`](https://github.com/primer/react/commit/83c125fc58df9c9ea6b43363367575cb28ac354c) Thanks [@mperrotti](https://github.com/mperrotti)! - Use `aria-required` instead of `required` on required form elements
8+
9+
<!-- Changed components: TextInput, Textarea -->
10+
11+
- [#3869](https://github.com/primer/react/pull/3869) [`57fcfe6f`](https://github.com/primer/react/commit/57fcfe6fa2478dbf0ecdb29a000dd32fa2e01537) Thanks [@mperrotti](https://github.com/mperrotti)! - Adapts Blankslate to render proportionally in narrow areas.
12+
13+
<!-- Changed components: Blankslate -->
14+
15+
- [#4035](https://github.com/primer/react/pull/4035) [`6497f715`](https://github.com/primer/react/commit/6497f71597ff111fd2c81d834f1d3d80cc1cca18) Thanks [@keithamus](https://github.com/keithamus)! - use <BaseStyles> in confirm()
16+
17+
- [#4033](https://github.com/primer/react/pull/4033) [`bca709d0`](https://github.com/primer/react/commit/bca709d03eee5885b0eeec99db17fa76f910b865) Thanks [@keithamus](https://github.com/keithamus)! - Fixed confirm() leaving <div>s in the DOM.
18+
319
## 36.4.0
420

521
### 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": "36.4.0",
3+
"version": "36.4.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)