diff --git a/.changeset/chatty-elephants-fry.md b/.changeset/chatty-elephants-fry.md deleted file mode 100644 index f71c2225a5..0000000000 --- a/.changeset/chatty-elephants-fry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bump @primer/primitives to `7.11.5` diff --git a/.changeset/popular-wasps-compare.md b/.changeset/popular-wasps-compare.md deleted file mode 100644 index eb2418d018..0000000000 --- a/.changeset/popular-wasps-compare.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add `font-size` to `html` tag to make rem units "safe" diff --git a/.changeset/quiet-lamps-smile.md b/.changeset/quiet-lamps-smile.md deleted file mode 100644 index 3eaf6f5ba4..0000000000 --- a/.changeset/quiet-lamps-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Make list type selector case sensitive diff --git a/.changeset/wild-wombats-doubt.md b/.changeset/wild-wombats-doubt.md deleted file mode 100644 index 8abe22e5c9..0000000000 --- a/.changeset/wild-wombats-doubt.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/css": patch ---- - -- Bump primitives to v7.11.7 -- Update size tokens to Primitives pre-v8 release diff --git a/CHANGELOG.md b/CHANGELOG.md index 18044a8ca3..c6699910a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # @primer/css +## 21.0.1 + +### Patch Changes + +- [#2421](https://github.com/primer/css/pull/2421) [`7dfcb0c5`](https://github.com/primer/css/commit/7dfcb0c595881439c15a38389168272da5aab59d) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives to `7.11.5` + +- [#2404](https://github.com/primer/css/pull/2404) [`ae9d71b1`](https://github.com/primer/css/commit/ae9d71b117bf37e8f618db4474efd87c75a2f531) Thanks [@langermank](https://github.com/langermank)! - Add `font-size` to `html` tag to make rem units "safe" + +- [#2418](https://github.com/primer/css/pull/2418) [`bce38dee`](https://github.com/primer/css/commit/bce38dee01027c6ac6dd3dbcec644eec153fd2ba) Thanks [@simurai](https://github.com/simurai)! - Make list type selector case sensitive + +- [#2425](https://github.com/primer/css/pull/2425) [`718f1aa6`](https://github.com/primer/css/commit/718f1aa6a6f8b5823e55b6b2616a729f59392e83) Thanks [@langermank](https://github.com/langermank)! - - Bump primitives to v7.11.7 + - Update size tokens to Primitives pre-v8 release + ## 21.0.0 ### Major Changes diff --git a/package.json b/package.json index af772e8c5d..ee67f706be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "21.0.0", + "version": "21.0.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",