From e4a72f1874d94ec9de745bf9fbe1989ab509a39d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 17 Jun 2022 11:11:43 +0000 Subject: [PATCH] Version Packages --- .changeset/funny-hats-sing.md | 10 ---------- .changeset/proud-colts-attend.md | 5 ----- .changeset/slimy-rabbits-try.md | 5 ----- .changeset/stale-hounds-notice.md | 9 --------- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 6 files changed, 24 insertions(+), 30 deletions(-) delete mode 100644 .changeset/funny-hats-sing.md delete mode 100644 .changeset/proud-colts-attend.md delete mode 100644 .changeset/slimy-rabbits-try.md delete mode 100644 .changeset/stale-hounds-notice.md 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/proud-colts-attend.md b/.changeset/proud-colts-attend.md deleted file mode 100644 index bd60cd15265..00000000000 --- a/.changeset/proud-colts-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/react": patch ---- - -Allow minor version updates for production dependencies 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/.changeset/stale-hounds-notice.md b/.changeset/stale-hounds-notice.md deleted file mode 100644 index 7727ac53be6..00000000000 --- a/.changeset/stale-hounds-notice.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -"@primer/react": minor ---- - -[NavList](https://primer.style/NavList) is ready to use. You can now import it from the main bundle: - -```js -import {NavList} from '@primer/react' -``` diff --git a/CHANGELOG.md b/CHANGELOG.md index c00c59d729a..acadb864950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # @primer/components +## 35.3.0 + +### Minor Changes + +- [#2112](https://github.com/primer/react/pull/2112) [`74e1d138`](https://github.com/primer/react/commit/74e1d1386bc6bb6326c3c2b64b5e31146f9cc56b) Thanks [@colebemis](https://github.com/colebemis)! - [NavList](https://primer.style/NavList) is ready to use. You can now import it from the main bundle: + + ```js + import {NavList} from '@primer/react' + ``` + +### 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' + ``` + +* [#2117](https://github.com/primer/react/pull/2117) [`6e3532cf`](https://github.com/primer/react/commit/6e3532cf8ca11f6edc08e101d9cea4df6a1655ce) Thanks [@dgreif](https://github.com/dgreif)! - Allow minor version updates for production dependencies + +- [#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 529ac237845..4b419c4bd13 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/react", - "version": "35.2.2", + "version": "35.3.0", "description": "An implementation of GitHub's Primer Design System using React", "main": "lib/index.js", "module": "lib-esm/index.js",