From df4e4af52920f46beb2d114b29ff0e5a514653e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 May 2021 20:42:11 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/gorgeous-cooks-thank.md | 5 ----- .changeset/heavy-deers-tap.md | 5 ----- .changeset/soft-schools-nail.md | 5 ----- .changeset/sour-lamps-kick.md | 5 ----- .changeset/swift-pianos-fail.md | 5 ----- .changeset/tall-pianos-agree.md | 5 ----- .changeset/thirty-lies-try.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 9 files changed, 21 insertions(+), 36 deletions(-) delete mode 100644 .changeset/gorgeous-cooks-thank.md delete mode 100644 .changeset/heavy-deers-tap.md delete mode 100644 .changeset/soft-schools-nail.md delete mode 100644 .changeset/sour-lamps-kick.md delete mode 100644 .changeset/swift-pianos-fail.md delete mode 100644 .changeset/tall-pianos-agree.md delete mode 100644 .changeset/thirty-lies-try.md diff --git a/.changeset/gorgeous-cooks-thank.md b/.changeset/gorgeous-cooks-thank.md deleted file mode 100644 index 5b0bf27118a..00000000000 --- a/.changeset/gorgeous-cooks-thank.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Hide overflow from `Overlay` diff --git a/.changeset/heavy-deers-tap.md b/.changeset/heavy-deers-tap.md deleted file mode 100644 index 39d5c2986c8..00000000000 --- a/.changeset/heavy-deers-tap.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Allow `filterValue` to be provided to `SelectPanel` diff --git a/.changeset/soft-schools-nail.md b/.changeset/soft-schools-nail.md deleted file mode 100644 index f1238040154..00000000000 --- a/.changeset/soft-schools-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Handle overflow and active-descendant scrolling within `SelectPanel` diff --git a/.changeset/sour-lamps-kick.md b/.changeset/sour-lamps-kick.md deleted file mode 100644 index 491ecb9b5df..00000000000 --- a/.changeset/sour-lamps-kick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Correct font size and truncate for description within ActionList Items diff --git a/.changeset/swift-pianos-fail.md b/.changeset/swift-pianos-fail.md deleted file mode 100644 index 06302efb91e..00000000000 --- a/.changeset/swift-pianos-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": minor ---- - -New sizes for Overlay and Dialog. Sizes have been changed from abbreviations to full words. `xs` -> `xsmall`, `sm` -> `small`, `md` -> `medium`, `lg` -> `large`, `xl` -> `xlarge`. The sizing for `Overlay` has also been updated to provide a wider range of options. The original values for Overlay were based on the needs of Dialog, but Dialog is not reliant on Overlay so they don't need to have similar sizing. This is technically a breaking change, but is being released as a minor because these components are both still in `alpha` status. diff --git a/.changeset/tall-pianos-agree.md b/.changeset/tall-pianos-agree.md deleted file mode 100644 index 0c48988f2ed..00000000000 --- a/.changeset/tall-pianos-agree.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -prevent focusTrap from causing a `blur` if trap container is not in DOM diff --git a/.changeset/thirty-lies-try.md b/.changeset/thirty-lies-try.md deleted file mode 100644 index 107ce3a3447..00000000000 --- a/.changeset/thirty-lies-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/components": patch ---- - -Fix border radius on buttons and title `font-weight` in ConfirmationDialog diff --git a/CHANGELOG.md b/CHANGELOG.md index 56714e0467e..9470f9c0021 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @primer/components +## 28.2.0 + +### Minor Changes + +- [`8368a83e`](https://github.com/primer/components/commit/8368a83efbc89aa73f9c775c25da62e34960c95c) [#1238](https://github.com/primer/components/pull/1238) Thanks [@dgreif](https://github.com/dgreif)! - New sizes for Overlay and Dialog. Sizes have been changed from abbreviations to full words. `xs` -> `xsmall`, `sm` -> `small`, `md` -> `medium`, `lg` -> `large`, `xl` -> `xlarge`. The sizing for `Overlay` has also been updated to provide a wider range of options. The original values for Overlay were based on the needs of Dialog, but Dialog is not reliant on Overlay so they don't need to have similar sizing. This is technically a breaking change, but is being released as a minor because these components are both still in `alpha` status. + +### Patch Changes + +- [`a7fe32c8`](https://github.com/primer/components/commit/a7fe32c8ba42ad75a945185b5f358f274a21ef0e) [#1248](https://github.com/primer/components/pull/1248) Thanks [@dgreif](https://github.com/dgreif)! - Hide overflow from `Overlay` + +* [`02e86095`](https://github.com/primer/components/commit/02e86095e6775f42c150c362e5281f0ffc332212) Thanks [@dgreif](https://github.com/dgreif)! - Allow `filterValue` to be provided to `SelectPanel` + +- [`10df320b`](https://github.com/primer/components/commit/10df320bb4d2a3d7ad7e59722c0b8896eeef0357) [#1247](https://github.com/primer/components/pull/1247) Thanks [@dgreif](https://github.com/dgreif)! - Handle overflow and active-descendant scrolling within `SelectPanel` + +* [`25d88c49`](https://github.com/primer/components/commit/25d88c49709f1c91c1a596fc77ed05e66cae083f) [#1253](https://github.com/primer/components/pull/1253) Thanks [@dgreif](https://github.com/dgreif)! - Correct font size and truncate for description within ActionList Items + +- [`9cb715cd`](https://github.com/primer/components/commit/9cb715cd2a613a0cedae60e488d4f69449465a38) [#1258](https://github.com/primer/components/pull/1258) Thanks [@dgreif](https://github.com/dgreif)! - prevent focusTrap from causing a `blur` if trap container is not in DOM + +* [`aa7d80fc`](https://github.com/primer/components/commit/aa7d80fcb70b5e7936eae13fd073f7c2163df7ec) [#1246](https://github.com/primer/components/pull/1246) Thanks [@dgreif](https://github.com/dgreif)! - Fix border radius on buttons and title `font-weight` in ConfirmationDialog + ## 28.1.1 ### Patch Changes diff --git a/package.json b/package.json index 9cac543120e..4f4a8b6af8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/components", - "version": "28.1.1", + "version": "28.2.0", "description": "Primer react components", "main": "lib/index.js", "module": "lib-esm/index.js", From b7546d8b7bfd82a9fca6c93d1f56c7a81530ead9 Mon Sep 17 00:00:00 2001 From: dgreif Date: Thu, 27 May 2021 13:59:15 -0700 Subject: [PATCH 2/2] Trigger build