From b928b383ded3290ce40c73b0a16b8f77a797184f Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 13:45:54 -0700 Subject: [PATCH] Version Packages (#2623) Co-authored-by: github-actions[bot] --- .changeset/proud-rockets-kiss.md | 5 ----- .changeset/short-flies-tie.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/proud-rockets-kiss.md delete mode 100644 .changeset/short-flies-tie.md diff --git a/.changeset/proud-rockets-kiss.md b/.changeset/proud-rockets-kiss.md deleted file mode 100644 index df5429d85a..0000000000 --- a/.changeset/proud-rockets-kiss.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -removing !important from letter-spacing marketing typography diff --git a/.changeset/short-flies-tie.md b/.changeset/short-flies-tie.md deleted file mode 100644 index 6293917bd9..0000000000 --- a/.changeset/short-flies-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -drop !important from details styling diff --git a/CHANGELOG.md b/CHANGELOG.md index 33512d23a2..558eda7e30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/css +## 21.3.1 + +### Patch Changes + +- [#2613](https://github.com/primer/css/pull/2613) [`2eabfde`](https://github.com/primer/css/commit/2eabfdea85667c041e86e13376f1d2823b64fcb1) Thanks [@stamat](https://github.com/stamat)! - removing !important from letter-spacing marketing typography + +- [#2611](https://github.com/primer/css/pull/2611) [`e867934`](https://github.com/primer/css/commit/e8679348ca29c85b470a6b04a821d7143d4acf16) Thanks [@keithamus](https://github.com/keithamus)! - drop !important from details styling + ## 21.3.0 ### Minor Changes diff --git a/package.json b/package.json index a78a4133c3..1a3f43953f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "21.3.0", + "version": "21.3.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",