From 4332f778c00ea30eb5fb8268e4e1997cb7c6e8de Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 28 Jun 2023 18:02:22 +0000 Subject: [PATCH] Version Packages --- .changeset/hot-hairs-marry.md | 5 ----- .changeset/itchy-beers-fix.md | 6 ------ CHANGELOG.md | 9 +++++++++ package.json | 2 +- 4 files changed, 10 insertions(+), 12 deletions(-) delete mode 100644 .changeset/hot-hairs-marry.md delete mode 100644 .changeset/itchy-beers-fix.md 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/CHANGELOG.md b/CHANGELOG.md index 7fec0fc9f..b28c21f0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # @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 + ## 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",