From faa2ee36c697d296d47c2119431398e023f647cf Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Mon, 16 May 2022 12:25:28 -0700 Subject: [PATCH] Version Packages (#2073) Co-authored-by: github-actions[bot] --- .changeset/four-dancers-dress.md | 5 ----- .changeset/slow-poets-mate.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/four-dancers-dress.md delete mode 100644 .changeset/slow-poets-mate.md diff --git a/.changeset/four-dancers-dress.md b/.changeset/four-dancers-dress.md deleted file mode 100644 index 368a7d6ea9..0000000000 --- a/.changeset/four-dancers-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add `.text-capitalize` utility class diff --git a/.changeset/slow-poets-mate.md b/.changeset/slow-poets-mate.md deleted file mode 100644 index 80b58387b9..0000000000 --- a/.changeset/slow-poets-mate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Styles for the new Dialog Component diff --git a/CHANGELOG.md b/CHANGELOG.md index e62b656afe..289318f94c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/css +## 20.1.0 + +### Minor Changes + +- [#2072](https://github.com/primer/css/pull/2072) [`ab6f0840`](https://github.com/primer/css/commit/ab6f0840f0131b370fb8871551720afa20fb466e) Thanks [@JasonEtco](https://github.com/JasonEtco)! - Add `.text-capitalize` utility class + +* [#1998](https://github.com/primer/css/pull/1998) [`51e087aa`](https://github.com/primer/css/commit/51e087aa31f049c1cb148df6f04fdbc6de434cf0) Thanks [@bolonio](https://github.com/bolonio)! - Styles for the new Dialog Component + ## 20.0.0 ### Major Changes diff --git a/package.json b/package.json index 2bf0902e45..4e7b22c949 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.0.0", + "version": "20.1.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",