From 37deef3a0780f27d35e945f92324d99f3c216f92 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Wed, 27 Jul 2022 18:22:07 -0700 Subject: [PATCH] Version Packages (#2173) Co-authored-by: github-actions[bot] --- .changeset/mighty-toes-nail.md | 5 ----- .changeset/poor-dots-play.md | 5 ----- .changeset/short-kings-compete.md | 5 ----- .changeset/thick-coats-yawn.md | 5 ----- .changeset/tricky-mangos-nail.md | 5 ----- .changeset/violet-humans-care.md | 5 ----- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 8 files changed, 19 insertions(+), 31 deletions(-) delete mode 100644 .changeset/mighty-toes-nail.md delete mode 100644 .changeset/poor-dots-play.md delete mode 100644 .changeset/short-kings-compete.md delete mode 100644 .changeset/thick-coats-yawn.md delete mode 100644 .changeset/tricky-mangos-nail.md delete mode 100644 .changeset/violet-humans-care.md diff --git a/.changeset/mighty-toes-nail.md b/.changeset/mighty-toes-nail.md deleted file mode 100644 index 6b1f11c83d..0000000000 --- a/.changeset/mighty-toes-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Autocomplete item selected state diff --git a/.changeset/poor-dots-play.md b/.changeset/poor-dots-play.md deleted file mode 100644 index d4f43f5aa4..0000000000 --- a/.changeset/poor-dots-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Prevent `SegmentedControl-text` from wrapping diff --git a/.changeset/short-kings-compete.md b/.changeset/short-kings-compete.md deleted file mode 100644 index c4e5276065..0000000000 --- a/.changeset/short-kings-compete.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Increases z-index for .show-on-focus diff --git a/.changeset/thick-coats-yawn.md b/.changeset/thick-coats-yawn.md deleted file mode 100644 index f665865c93..0000000000 --- a/.changeset/thick-coats-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add Stack component diff --git a/.changeset/tricky-mangos-nail.md b/.changeset/tricky-mangos-nail.md deleted file mode 100644 index 466c47638a..0000000000 --- a/.changeset/tricky-mangos-nail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add `aria-selected` to ActionList-item for Autocomplete diff --git a/.changeset/violet-humans-care.md b/.changeset/violet-humans-care.md deleted file mode 100644 index a1e5804ab3..0000000000 --- a/.changeset/violet-humans-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Remove article diff --git a/CHANGELOG.md b/CHANGELOG.md index c8cc728104..395e161df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # @primer/css +## 20.4.0 + +### Minor Changes + +- [#2152](https://github.com/primer/css/pull/2152) [`edac9edb`](https://github.com/primer/css/commit/edac9edbcf833fc76d406d225b6cf6abfa2b7f99) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add Stack component + +### Patch Changes + +- [#2177](https://github.com/primer/css/pull/2177) [`add769c9`](https://github.com/primer/css/commit/add769c97193b387de2fbfb4b0a66c7157826563) Thanks [@langermank](https://github.com/langermank)! - Autocomplete item selected state + +* [#2174](https://github.com/primer/css/pull/2174) [`97f178d7`](https://github.com/primer/css/commit/97f178d7dedb92c713f1e684384db089c71eeae6) Thanks [@simurai](https://github.com/simurai)! - Prevent `SegmentedControl-text` from wrapping + +- [#2168](https://github.com/primer/css/pull/2168) [`a52afe7e`](https://github.com/primer/css/commit/a52afe7e7d34cccf550b43c052777a392bb7229f) Thanks [@owenniblock](https://github.com/owenniblock)! - Increases z-index for .show-on-focus + +* [#2176](https://github.com/primer/css/pull/2176) [`d8c218ab`](https://github.com/primer/css/commit/d8c218aba8b16a80a96b39ca086df34ed4c307df) Thanks [@langermank](https://github.com/langermank)! - Add `aria-selected` to ActionList-item for Autocomplete + +- [#2090](https://github.com/primer/css/pull/2090) [`8016e3c5`](https://github.com/primer/css/commit/8016e3c507d8e72be1b32520cc548c362290a73c) Thanks [@Luckz](https://github.com/Luckz)! - Remove article + ## 20.3.0 ### Minor Changes diff --git a/package.json b/package.json index f3697d3f26..12dbb8c90c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.3.0", + "version": "20.4.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",