diff --git a/.changeset/chatty-squids-think.md b/.changeset/chatty-squids-think.md deleted file mode 100644 index cb7b7b36..00000000 --- a/.changeset/chatty-squids-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Use `--color-fg-default` for `mark` diff --git a/.changeset/chilled-elephants-occur.md b/.changeset/chilled-elephants-occur.md deleted file mode 100644 index 2bf01327..00000000 --- a/.changeset/chilled-elephants-occur.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -"@primer/css": minor ---- - -Importing more styles from Primer View Components - -- https://github.com/primer/view_components/pull/1587 -- https://github.com/primer/view_components/pull/1590 -- https://github.com/primer/view_components/pull/1592 -- https://github.com/primer/view_components/pull/1593 -- https://github.com/primer/view_components/pull/1594 -- https://github.com/primer/view_components/pull/1598 -- https://github.com/primer/view_components/pull/1599 -- https://github.com/primer/view_components/pull/1600 -- https://github.com/primer/view_components/pull/1601 -- https://github.com/primer/view_components/pull/1607 -- https://github.com/primer/view_components/pull/1609 -- https://github.com/primer/view_components/pull/1618 -- https://github.com/primer/view_components/pull/1626 diff --git a/.changeset/forty-swans-dress.md b/.changeset/forty-swans-dress.md deleted file mode 100644 index d5ab9e01..00000000 --- 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 1f057131..00000000 --- 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/mighty-forks-occur.md b/.changeset/mighty-forks-occur.md deleted file mode 100644 index c0adf147..00000000 --- a/.changeset/mighty-forks-occur.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Import `Layout` from PVC diff --git a/.changeset/quiet-impalas-drive.md b/.changeset/quiet-impalas-drive.md deleted file mode 100644 index 1a562a66..00000000 --- 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 c8a551a4..68da1698 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,37 @@ # @primer/css +## 20.8.0 + +### Minor Changes + +- [`d7a4c343`](https://github.com/primer/css/commit/d7a4c343ab1bc0d7f55ff85d735c93d9825419ae) Thanks [@jonrohan](https://github.com/jonrohan)! - Importing more styles from Primer View Components + + - https://github.com/primer/view_components/pull/1587 + - https://github.com/primer/view_components/pull/1590 + - https://github.com/primer/view_components/pull/1592 + - https://github.com/primer/view_components/pull/1593 + - https://github.com/primer/view_components/pull/1594 + - https://github.com/primer/view_components/pull/1598 + - https://github.com/primer/view_components/pull/1599 + - https://github.com/primer/view_components/pull/1600 + - https://github.com/primer/view_components/pull/1601 + - https://github.com/primer/view_components/pull/1607 + - https://github.com/primer/view_components/pull/1609 + - https://github.com/primer/view_components/pull/1618 + - https://github.com/primer/view_components/pull/1626 + +- [#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 + +- [#2309](https://github.com/primer/css/pull/2309) [`f76e7858`](https://github.com/primer/css/commit/f76e785807d9c9c64530201f858798e67668afe2) Thanks [@jdanyow](https://github.com/jdanyow)! - Use `--color-fg-default` for `mark` + +- [#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` + +- [#2340](https://github.com/primer/css/pull/2340) [`ecbcbb1b`](https://github.com/primer/css/commit/ecbcbb1b04e72fc2006be7ea8211aae0732d3530) Thanks [@simurai](https://github.com/simurai)! - Import `Layout` from PVC + ## 20.7.1 ### Patch Changes diff --git a/package.json b/package.json index e6964155..dd502eab 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.",