diff --git a/.changeset/smooth-crabs-protect.md b/.changeset/smooth-crabs-protect.md deleted file mode 100644 index 60bdb1d0..00000000 --- a/.changeset/smooth-crabs-protect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -This border change was made to ensure that assignee avatars would stack next to one another correctly. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7be50602..61ded462 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/css +## 20.4.5 + +### Patch Changes + +- [#2242](https://github.com/primer/css/pull/2242) [`ef31fd98`](https://github.com/primer/css/commit/ef31fd988d52391317cc8982caf06ef45732ca70) Thanks [@JoshBowdenConcepts](https://github.com/JoshBowdenConcepts)! - This border change was made to ensure that assignee avatars would stack next to one another correctly. + ## 20.4.4 ### Patch Changes diff --git a/package.json b/package.json index ef6bed7d..72b72d51 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.4.4", + "version": "20.4.5", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",