From 5ac76ee9a1c77638c551dbbf018c358bd81f688f Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Wed, 14 Jun 2023 00:43:15 +0200 Subject: [PATCH] Version Packages (#2458) Co-authored-by: github-actions[bot] --- .changeset/happy-brooms-lick.md | 5 ----- .changeset/shy-cats-hug.md | 5 ----- .changeset/swift-moles-jump.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/happy-brooms-lick.md delete mode 100644 .changeset/shy-cats-hug.md delete mode 100644 .changeset/swift-moles-jump.md diff --git a/.changeset/happy-brooms-lick.md b/.changeset/happy-brooms-lick.md deleted file mode 100644 index e60aa51817..0000000000 --- a/.changeset/happy-brooms-lick.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add default `::selection` color diff --git a/.changeset/shy-cats-hug.md b/.changeset/shy-cats-hug.md deleted file mode 100644 index 50b8fee6a2..0000000000 --- a/.changeset/shy-cats-hug.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add width utility to limit line length for readability diff --git a/.changeset/swift-moles-jump.md b/.changeset/swift-moles-jump.md deleted file mode 100644 index ea6cce305e..0000000000 --- a/.changeset/swift-moles-jump.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add new PostCSS fallback config diff --git a/CHANGELOG.md b/CHANGELOG.md index c2071607e5..197c12ea39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 21.0.3 + +### Patch Changes + +- [#2461](https://github.com/primer/css/pull/2461) [`abc89659`](https://github.com/primer/css/commit/abc8965913313bbb969db9e1148fb5add9327ec9) Thanks [@langermank](https://github.com/langermank)! - Add default `::selection` color + +- [#2410](https://github.com/primer/css/pull/2410) [`344224fc`](https://github.com/primer/css/commit/344224fccdef2f3a37ed931c512e400b47301ea2) Thanks [@dylanatsmith](https://github.com/dylanatsmith)! - Add width utility to limit line length for readability + +- [#2457](https://github.com/primer/css/pull/2457) [`352ed7b7`](https://github.com/primer/css/commit/352ed7b75585c686c996a5e7c2c29e20e41d0672) Thanks [@langermank](https://github.com/langermank)! - Add new PostCSS fallback config + ## 21.0.2 ### Patch Changes diff --git a/package.json b/package.json index 952fda5af9..0226148d74 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "21.0.2", + "version": "21.0.3", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",