diff --git a/.changeset/funny-hats-sing.md b/.changeset/funny-hats-sing.md deleted file mode 100644 index 8d14afdcba5..00000000000 --- a/.changeset/funny-hats-sing.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -"@primer/react": patch ---- - -Export new Dialog component from the `@primer/react/drafts` bundle: - -```diff -- import {Dialog} from '@primer/react/lib-esm/Dialog/Dialog' -+ import {Dialog} from '@primer/react/drafts' -``` diff --git a/.changeset/slimy-rabbits-try.md b/.changeset/slimy-rabbits-try.md deleted file mode 100644 index 218eb09fe17..00000000000 --- a/.changeset/slimy-rabbits-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/react': patch ---- - -Communicate the SelectPanel multi-select capability to assistive technologies. diff --git a/CHANGELOG.md b/CHANGELOG.md index c00c59d729a..c487d95ab6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @primer/components +## 35.2.3 + +### Patch Changes + +- [#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: + + ```diff + - import {Dialog} from '@primer/react/lib-esm/Dialog/Dialog' + + import {Dialog} from '@primer/react/drafts' + ``` + +* [#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. + ## 35.2.2 ### Patch Changes diff --git a/package.json b/package.json index 4a9684ec400..50e87b5f33b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.2.2", + "version": "35.2.3", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",