diff --git a/.changeset/nasty-parrots-crash.md b/.changeset/nasty-parrots-crash.md deleted file mode 100644 index bd5927e2fe..0000000000 --- a/.changeset/nasty-parrots-crash.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Removed .css extension from @import and modified @primer/primitives to be output as Sass code. diff --git a/.changeset/rotten-numbers-enjoy.md b/.changeset/rotten-numbers-enjoy.md deleted file mode 100644 index 40899aff15..0000000000 --- a/.changeset/rotten-numbers-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/css': patch ---- - -Update primer/primitives to allow for version 9 and 10 diff --git a/.changeset/wise-ducks-beam.md b/.changeset/wise-ducks-beam.md deleted file mode 100644 index cbce8a32b4..0000000000 --- a/.changeset/wise-ducks-beam.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/css': patch ---- - -Use tabular numbers in tables diff --git a/CHANGELOG.md b/CHANGELOG.md index 31d42a8774..57d3d781e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/css +## 21.5.1 + +### Patch Changes + +- [#2727](https://github.com/primer/css/pull/2727) [`7d4cd40`](https://github.com/primer/css/commit/7d4cd4061a0ffb70355944d33ea49883819da26a) Thanks [@kawakamimoeki](https://github.com/kawakamimoeki)! - Removed .css extension from @import and modified @primer/primitives to be output as Sass code. + +- [#2728](https://github.com/primer/css/pull/2728) [`7eaba91`](https://github.com/primer/css/commit/7eaba91768f8e31cf6b0c5538230ce2d04e9bfec) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Update primer/primitives to allow for version 9 and 10 + +- [#2680](https://github.com/primer/css/pull/2680) [`1eb467e`](https://github.com/primer/css/commit/1eb467e9edb3d9ddb84c47bfbf9a21cb9950bf06) Thanks [@robinwhittleton](https://github.com/robinwhittleton)! - Use tabular numbers in tables + ## 21.5.0 ### Minor Changes diff --git a/package.json b/package.json index 424d3fc1db..2735f924b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "21.5.0", + "version": "21.5.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",