Skip to content

Commit c2bac17

Browse files
Version Packages
1 parent b22a795 commit c2bac17

File tree

6 files changed

+14
-22
lines changed

6 files changed

+14
-22
lines changed

.changeset/fix-escape-on-nested-overlays.md

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

.changeset/khaki-colts-run.md

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

.changeset/slow-fireants-shave.md

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

.changeset/violet-actors-battle.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+
## 34.5.1
4+
5+
### Patch Changes
6+
7+
- [#1866](https://github.com/primer/react/pull/1866) [`01efa73f`](https://github.com/primer/react/commit/01efa73fb003d6529bb27c961bb802faab57d034) Thanks [@siddharthkp](https://github.com/siddharthkp)! - Fix the behavior of Escape key in nested overlays [#1854](https://github.com/primer/react/issues/1854), now only the top most overlay will close instead of all of them.
8+
9+
* [#1855](https://github.com/primer/react/pull/1855) [`c3b4ad70`](https://github.com/primer/react/commit/c3b4ad705a40f6e0f09dd74cf8457cb6bc0d5ca1) Thanks [@jclem](https://github.com/jclem)! - Fix [an issue](https://github.com/primer/react/issues/1849) where transitive
10+
dependency interface augmentations appeared in our build output
11+
12+
- [#1826](https://github.com/primer/react/pull/1826) [`004c4623`](https://github.com/primer/react/commit/004c4623162816cbf1b77b0b1387b8c03732675b) Thanks [@PeterYangIO](https://github.com/PeterYangIO)! - Remove unnecessary "required field" label title in favor for native `required` input attribute
13+
14+
* [#1864](https://github.com/primer/react/pull/1864) [`8558ae5b`](https://github.com/primer/react/commit/8558ae5b1734bdcf306a43a08fa0fae34f98609c) Thanks [@pksjce](https://github.com/pksjce)! - Small fixes to icon button sizes. Truthy checks for children props
15+
316
## 34.5.0
417

518
### 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": "34.5.0",
3+
"version": "34.5.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)