diff --git a/.changeset/angry-toys-live.md b/.changeset/angry-toys-live.md deleted file mode 100644 index 21fe42d465..0000000000 --- a/.changeset/angry-toys-live.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Remove marketing icon variables diff --git a/.changeset/fair-cups-lay.md b/.changeset/fair-cups-lay.md deleted file mode 100644 index b28435b890..0000000000 --- a/.changeset/fair-cups-lay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": minor ---- - -Move native color styles from the color-modes bundle to the base bundle diff --git a/.changeset/three-apples-beg.md b/.changeset/three-apples-beg.md deleted file mode 100644 index ce43ebb156..0000000000 --- a/.changeset/three-apples-beg.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Cleanup old Primitive imports diff --git a/CHANGELOG.md b/CHANGELOG.md index 01f6267486..33512d23a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/css +## 21.3.0 + +### Minor Changes + +- [#2598](https://github.com/primer/css/pull/2598) [`434fcac`](https://github.com/primer/css/commit/434fcac6c296ddd3155945420f785a6b48eb693c) Thanks [@langermank](https://github.com/langermank)! - Remove marketing icon variables + +- [#2596](https://github.com/primer/css/pull/2596) [`9896c79`](https://github.com/primer/css/commit/9896c79a846cbaa633d21573be252b8e4812e79d) Thanks [@jonrohan](https://github.com/jonrohan)! - Move native color styles from the color-modes bundle to the base bundle + +### Patch Changes + +- [#2606](https://github.com/primer/css/pull/2606) [`a03827b`](https://github.com/primer/css/commit/a03827b0a0c76c6df8d15d04ea2ec7976799cc92) Thanks [@langermank](https://github.com/langermank)! - Cleanup old Primitive imports + ## 21.2.2 ### Patch Changes diff --git a/package.json b/package.json index 6c6d6a5fe9..dd2d589778 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "21.2.2", + "version": "21.3.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",