From b84400e7c9d2bdfa0e569ef5858992e82e6afb8e Mon Sep 17 00:00:00 2001 From: GitHub Design Systems Bot <30705008+primer-css@users.noreply.github.com> Date: Fri, 8 Oct 2021 09:24:47 -0700 Subject: [PATCH] Version Packages (#1664) Co-authored-by: github-actions[bot] --- .changeset/thick-monkeys-film.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/thick-monkeys-film.md diff --git a/.changeset/thick-monkeys-film.md b/.changeset/thick-monkeys-film.md deleted file mode 100644 index b1af539288..0000000000 --- a/.changeset/thick-monkeys-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Removing the duplicate deprecation backgrounds diff --git a/CHANGELOG.md b/CHANGELOG.md index 393f9440e2..4d1c13be63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/css +## 18.0.1 + +### Patch Changes + +- [#1663](https://github.com/primer/css/pull/1663) [`87b0b1d4`](https://github.com/primer/css/commit/87b0b1d4c91959c284bd53a2009a182dc9ef9b6e) Thanks [@jonrohan](https://github.com/jonrohan)! - Removing the duplicate deprecation backgrounds + ## 18.0.0 ### Major Changes diff --git a/package.json b/package.json index 875c145217..fc5ba619f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "18.0.0", + "version": "18.0.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",