diff --git a/.changeset/hot-hairs-marry.md b/.changeset/hot-hairs-marry.md deleted file mode 100644 index 9b48049b9..000000000 --- a/.changeset/hot-hairs-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Adjust the value of entity highlighting so it meets the required color contrast on a diff deletion background. diff --git a/.changeset/itchy-beers-fix.md b/.changeset/itchy-beers-fix.md deleted file mode 100644 index b7fd29b0f..000000000 --- a/.changeset/itchy-beers-fix.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/primitives": patch ---- - -- Update Overlay backdrop color for dark mode -- Add Overlay backdrop tokens to the old build diff --git a/.changeset/lazy-spiders-fail.md b/.changeset/lazy-spiders-fail.md deleted file mode 100644 index a9f762225..000000000 --- a/.changeset/lazy-spiders-fail.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Fix muted fallbacks for v8 test diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fec0fc9f..7587a3bce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/primitives +## 7.11.14 + +### Patch Changes + +- [#666](https://github.com/primer/primitives/pull/666) [`5c18c74`](https://github.com/primer/primitives/commit/5c18c74788d18619bc4b94558d532ec4df3288aa) Thanks [@ctmayn](https://github.com/ctmayn)! - Adjust the value of entity highlighting so it meets the required color contrast on a diff deletion background. + +- [#667](https://github.com/primer/primitives/pull/667) [`f8c7429`](https://github.com/primer/primitives/commit/f8c74297461cad1394148791a8c414bc6aad7fd8) Thanks [@langermank](https://github.com/langermank)! - - Update Overlay backdrop color for dark mode + + - Add Overlay backdrop tokens to the old build + +- [#669](https://github.com/primer/primitives/pull/669) [`799a702`](https://github.com/primer/primitives/commit/799a702d015d6b7e292b7bc8d2e1fa207e60186f) Thanks [@langermank](https://github.com/langermank)! - Fix muted fallbacks for v8 test + ## 7.11.13 ### Patch Changes diff --git a/package.json b/package.json index a81824b47..61139e544 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.11.13", + "version": "7.11.14", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",