diff --git a/.changeset/healthy-nails-repair.md b/.changeset/healthy-nails-repair.md deleted file mode 100644 index 6921e6bc07..0000000000 --- a/.changeset/healthy-nails-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Set `text-rendering: optimizeSpeed` globally to fix font fallback bug diff --git a/CHANGELOG.md b/CHANGELOG.md index 934dc325db..b48076f944 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @primer/css +## 22.2.1 + +### Patch Changes + +- [#3063](https://github.com/primer/css/pull/3063) [`b8db962`](https://github.com/primer/css/commit/b8db96254347bef318b62dca54996a4f9a76ee08) Thanks [@llastflowers](https://github.com/llastflowers)! - Set `text-rendering: optimizeSpeed` globally to fix font fallback bug + ## 22.2.0 ### Minor Changes diff --git a/package.json b/package.json index 96aab42f0a..5d3be65ef1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "22.2.0", + "version": "22.2.1", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",