From cad694004ff29e44948cf122404aa255c5c4eef8 Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Sun, 3 Apr 2022 18:12:59 -0700 Subject: [PATCH] Version Packages (#2013) Co-authored-by: github-actions[bot] --- .changeset/early-spoons-greet.md | 5 ----- .changeset/healthy-zoos-play.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/early-spoons-greet.md delete mode 100644 .changeset/healthy-zoos-play.md diff --git a/.changeset/early-spoons-greet.md b/.changeset/early-spoons-greet.md deleted file mode 100644 index c194ce5c8c..0000000000 --- a/.changeset/early-spoons-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Always break long `branch-name`s diff --git a/.changeset/healthy-zoos-play.md b/.changeset/healthy-zoos-play.md deleted file mode 100644 index 6d1a69bf5a..0000000000 --- a/.changeset/healthy-zoos-play.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Add Tritanopia theme diff --git a/CHANGELOG.md b/CHANGELOG.md index 394c2d5343..8b0451f923 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 19.8.0 + +### Minor Changes + +- [#1997](https://github.com/primer/css/pull/1997) [`9806b54b`](https://github.com/primer/css/commit/9806b54b3829219c9ad141efd2fcd99fc5c08751) Thanks [@simurai](https://github.com/simurai)! - Add Tritanopia theme + +### Patch Changes + +- [#2002](https://github.com/primer/css/pull/2002) [`a3bc51f6`](https://github.com/primer/css/commit/a3bc51f6c4af0d45a9ce39f00c3cf3297b090067) Thanks [@simurai](https://github.com/simurai)! - Always break long `branch-name`s + ## 19.7.1 ### Patch Changes diff --git a/package.json b/package.json index 9664c689a5..e7aad529f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "19.7.1", + "version": "19.8.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",