diff --git a/.changeset/forty-swans-dress.md b/.changeset/forty-swans-dress.md deleted file mode 100644 index d5ab9e014b..0000000000 --- a/.changeset/forty-swans-dress.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/css': patch ---- - -Fix collapsing spaces within inline code blocks diff --git a/.changeset/quiet-impalas-drive.md b/.changeset/quiet-impalas-drive.md deleted file mode 100644 index 1a562a66ca..0000000000 --- a/.changeset/quiet-impalas-drive.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Import blankslate styles from primer/view-components diff --git a/CHANGELOG.md b/CHANGELOG.md index c8a551a494..eebe5c0c90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 20.8.0 + +### Minor Changes + +- [#2318](https://github.com/primer/css/pull/2318) [`aee4b6f5`](https://github.com/primer/css/commit/aee4b6f571d88f391fcf98170857c4eed7b1ae82) Thanks [@jonrohan](https://github.com/jonrohan)! - Import blankslate styles from primer/view-components + +### Patch Changes + +- [#2330](https://github.com/primer/css/pull/2330) [`83250f82`](https://github.com/primer/css/commit/83250f82751092cc9ad3a8fb46262a0f0f2a3a96) Thanks [@stevenlaidlaw](https://github.com/stevenlaidlaw)! - Fix collapsing spaces within inline code blocks + ## 20.7.1 ### Patch Changes diff --git a/package.json b/package.json index 678f7b19ff..6457929cc9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "20.7.1", + "version": "20.8.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",