diff --git a/.changeset/hip-bulldogs-judge.md b/.changeset/hip-bulldogs-judge.md deleted file mode 100644 index 07958ab6..00000000 --- a/.changeset/hip-bulldogs-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Add bg to UnderlineNav Counter diff --git a/.changeset/slow-masks-itch.md b/.changeset/slow-masks-itch.md deleted file mode 100644 index e7f02def..00000000 --- a/.changeset/slow-masks-itch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -color-mode mixin fix for keyboard toggle diff --git a/CHANGELOG.md b/CHANGELOG.md index a9298956..acc3715e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/css +## 16.1.2 + +### Patch Changes + +- [#1282](https://github.com/primer/css/pull/1282) [`5ee52dfe`](https://github.com/primer/css/commit/5ee52dfe59f1b209ca6c1f2489db0e32660388e9) Thanks [@simurai](https://github.com/simurai)! - Add bg to UnderlineNav Counter + +* [#1286](https://github.com/primer/css/pull/1286) [`9044eecf`](https://github.com/primer/css/commit/9044eecf4ef7a1c6ad9ccf0b51def53c52d0def4) Thanks [@jonrohan](https://github.com/jonrohan)! - color-mode mixin fix for keyboard toggle + ## 16.1.1 ### Patch Changes diff --git a/package.json b/package.json index 73dc5fd8..e2f7d9b9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "16.1.1", + "version": "16.1.2", "description": "Primer is the CSS framework that powers GitHub's front-end design. primer includes 23 packages that are grouped into 3 core meta-packages for easy install. Each package and meta-package is independently versioned and distributed via npm, so it's easy to include all or part of Primer within your own project.", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",