Skip to content

Commit 1f2347d

Browse files
Version Packages
1 parent abaf51e commit 1f2347d

File tree

4 files changed

+14
-16
lines changed

4 files changed

+14
-16
lines changed

.changeset/funny-hats-sing.md

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

.changeset/slimy-rabbits-try.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.2.3
4+
5+
### Patch Changes
6+
7+
- [#2083](https://github.com/primer/react/pull/2083) [`ea69ccd6`](https://github.com/primer/react/commit/ea69ccd6b5255e70251889ffc2434e975a9c8184) Thanks [@ty-v1](https://github.com/ty-v1)! - Export new Dialog component from the `@primer/react/drafts` bundle:
8+
9+
```diff
10+
- import {Dialog} from '@primer/react/lib-esm/Dialog/Dialog'
11+
+ import {Dialog} from '@primer/react/drafts'
12+
```
13+
14+
* [#2095](https://github.com/primer/react/pull/2095) [`db5e629c`](https://github.com/primer/react/commit/db5e629c667203728d4256d4b6b549b9d3962e9d) Thanks [@hectahertz](https://github.com/hectahertz)! - Communicate the SelectPanel multi-select capability to assistive technologies.
15+
316
## 35.2.2
417

518
### Patch 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.2.2",
3+
"version": "35.2.3",
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)