diff --git a/.changeset/hungry-eels-explain.md b/.changeset/hungry-eels-explain.md deleted file mode 100644 index f648cc874..000000000 --- a/.changeset/hungry-eels-explain.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -'@primer/primitives': patch ---- - -- accent.subtle in dark is less opaque to have a 4.5 contrast with new accent color -- danger and close fg slightly changed in light mode to contrast with fg.default (as we have some red links) -- attention.emphasis darker to have 4.5:1 contrast with fg.onEmphasis diff --git a/CHANGELOG.md b/CHANGELOG.md index 046024933..bb7a2de50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/primitives +## 7.11.3 + +### Patch Changes + +- [#542](https://github.com/primer/primitives/pull/542) [`9df92a7`](https://github.com/primer/primitives/commit/9df92a71e486b1868014573ce6104a8278ceafe7) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - - accent.subtle in dark is less opaque to have a 4.5 contrast with new accent color + - danger and close fg slightly changed in light mode to contrast with fg.default (as we have some red links) + - attention.emphasis darker to have 4.5:1 contrast with fg.onEmphasis + ## 7.11.2 ### Patch Changes diff --git a/package.json b/package.json index 4049b4628..5d4afe3bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.11.2", + "version": "7.11.3", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",