diff --git a/.changeset/bright-steaks-grin.md b/.changeset/bright-steaks-grin.md deleted file mode 100644 index 4583b01d6..000000000 --- a/.changeset/bright-steaks-grin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Add a display font family variant as Figma does not automatically switch diff --git a/.changeset/sweet-jeans-pretend.md b/.changeset/sweet-jeans-pretend.md deleted file mode 100644 index 1d189081a..000000000 --- a/.changeset/sweet-jeans-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Add `borderColor-translucent` diff --git a/CHANGELOG.md b/CHANGELOG.md index f399b9a2c..68cc69a45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/primitives +## 8.2.3 + +### Patch Changes + +- [#970](https://github.com/primer/primitives/pull/970) [`395d45f`](https://github.com/primer/primitives/commit/395d45f57ee0b7d8ec33d3073dd4f122281c27e8) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add a display font family variant as Figma does not automatically switch + +- [#969](https://github.com/primer/primitives/pull/969) [`52d8bf7`](https://github.com/primer/primitives/commit/52d8bf7c8e28286c8fa12fd7696db5d3a10454d4) Thanks [@langermank](https://github.com/langermank)! - Add `borderColor-translucent` + ## 8.2.2 ### Patch Changes diff --git a/package.json b/package.json index 41de993e7..082198b3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "8.2.2", + "version": "8.2.3", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",