diff --git a/.changeset/early-seas-peel.md b/.changeset/early-seas-peel.md deleted file mode 100644 index d24ae91155..0000000000 --- a/.changeset/early-seas-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Use `control` tokens for legacy form CSS border-color diff --git a/.changeset/lemon-cups-flow.md b/.changeset/lemon-cups-flow.md deleted file mode 100644 index 9ea947d281..0000000000 --- a/.changeset/lemon-cups-flow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bump Primitive v7.12.0 diff --git a/.changeset/tame-turkeys-laugh.md b/.changeset/tame-turkeys-laugh.md deleted file mode 100644 index 055e3ce552..0000000000 --- a/.changeset/tame-turkeys-laugh.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Remove yarn in favor of npm diff --git a/CHANGELOG.md b/CHANGELOG.md index c02526e8ed..ca20ff9671 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 21.0.8 + +### Patch Changes + +- [#2510](https://github.com/primer/css/pull/2510) [`49e81506`](https://github.com/primer/css/commit/49e81506a99bd83c05a8459a49f1fd3ae60da20b) Thanks [@langermank](https://github.com/langermank)! - Use `control` tokens for legacy form CSS border-color + +- [#2508](https://github.com/primer/css/pull/2508) [`a8b1bed2`](https://github.com/primer/css/commit/a8b1bed2ead5824fb6332f61c6728f324b51d32c) Thanks [@langermank](https://github.com/langermank)! - Bump Primitive v7.12.0 + +- [#2443](https://github.com/primer/css/pull/2443) [`e1b3f4f4`](https://github.com/primer/css/commit/e1b3f4f4bd041c6858b275142b8321c383c6aa54) Thanks [@jonrohan](https://github.com/jonrohan)! - Remove yarn in favor of npm + ## 21.0.7 ### Patch Changes diff --git a/package.json b/package.json index 86e201864a..3e7e094d31 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "21.0.7", + "version": "21.0.8", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",