From 2cd820cb287b8b62754dc7d79dd29fb3630ace0b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 2 Dec 2022 15:29:13 +0000 Subject: [PATCH] Version Packages --- .changeset/forty-swans-dress.md | 5 ----- .changeset/giant-boxes-vanish.md | 5 ----- .changeset/quiet-impalas-drive.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/forty-swans-dress.md delete mode 100644 .changeset/giant-boxes-vanish.md delete mode 100644 .changeset/quiet-impalas-drive.md 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/giant-boxes-vanish.md b/.changeset/giant-boxes-vanish.md deleted file mode 100644 index 1f057131ed..0000000000 --- a/.changeset/giant-boxes-vanish.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Move `fieldset` + `label` styles to `base.scss` 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..cc515039dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @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 + +- [#2327](https://github.com/primer/css/pull/2327) [`8cf13e98`](https://github.com/primer/css/commit/8cf13e984ca27a286a706fd2b7243980d3de7985) Thanks [@simurai](https://github.com/simurai)! - Move `fieldset` + `label` styles to `base.scss` + ## 20.7.1 ### Patch Changes diff --git a/package.json b/package.json index ff1dd053e4..4713255daa 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.",