From 2a9f48486528ead2a4b9f070ba2854247cb9df2e Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:48:41 -0800 Subject: [PATCH] Version Packages (#800) Co-authored-by: github-actions[bot] --- .changeset/gorgeous-cats-eat.md | 5 ----- .changeset/olive-dragons-join.md | 5 ----- .changeset/tasty-carrots-yawn.md | 5 ----- .changeset/ten-pandas-care.md | 5 ----- .changeset/unlucky-crews-camp.md | 5 ----- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 7 files changed, 15 insertions(+), 26 deletions(-) delete mode 100644 .changeset/gorgeous-cats-eat.md delete mode 100644 .changeset/olive-dragons-join.md delete mode 100644 .changeset/tasty-carrots-yawn.md delete mode 100644 .changeset/ten-pandas-care.md delete mode 100644 .changeset/unlucky-crews-camp.md diff --git a/.changeset/gorgeous-cats-eat.md b/.changeset/gorgeous-cats-eat.md deleted file mode 100644 index 96452fced..000000000 --- a/.changeset/gorgeous-cats-eat.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Update dark mode link color to lighter blue for better contrast diff --git a/.changeset/olive-dragons-join.md b/.changeset/olive-dragons-join.md deleted file mode 100644 index 8a25b0b55..000000000 --- a/.changeset/olive-dragons-join.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Add `overlay-offset` size token diff --git a/.changeset/tasty-carrots-yawn.md b/.changeset/tasty-carrots-yawn.md deleted file mode 100644 index 2685c9ff3..000000000 --- a/.changeset/tasty-carrots-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Remove `onInverse` tokens diff --git a/.changeset/ten-pandas-care.md b/.changeset/ten-pandas-care.md deleted file mode 100644 index d07c18ea0..000000000 --- a/.changeset/ten-pandas-care.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Add `::selection` background color token diff --git a/.changeset/unlucky-crews-camp.md b/.changeset/unlucky-crews-camp.md deleted file mode 100644 index a957d4c59..000000000 --- a/.changeset/unlucky-crews-camp.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Darken `muted` border-color to 70% opacity diff --git a/CHANGELOG.md b/CHANGELOG.md index a46a18959..3c67dd04f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # @primer/primitives +## 7.15.7 + +### Patch Changes + +- [#802](https://github.com/primer/primitives/pull/802) [`4fb40ff`](https://github.com/primer/primitives/commit/4fb40ffd596c80004f059ae5ac327d137be140df) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Update dark mode link color to lighter blue for better contrast + +- [#803](https://github.com/primer/primitives/pull/803) [`fce6921`](https://github.com/primer/primitives/commit/fce692154bfab9d580a9e69db85e419683ba2199) Thanks [@langermank](https://github.com/langermank)! - Add `overlay-offset` size token + +- [#799](https://github.com/primer/primitives/pull/799) [`f03e153`](https://github.com/primer/primitives/commit/f03e153b86f6919c3627d32407d6685a366f3d6a) Thanks [@langermank](https://github.com/langermank)! - Remove `onInverse` tokens + +- [#806](https://github.com/primer/primitives/pull/806) [`7016323`](https://github.com/primer/primitives/commit/7016323dc4a441649282ffb6cab01d8e19c98dfe) Thanks [@langermank](https://github.com/langermank)! - Add `::selection` background color token + +- [#804](https://github.com/primer/primitives/pull/804) [`3d8a006`](https://github.com/primer/primitives/commit/3d8a006dc266e6e3088ff6b5622f8d1a21867595) Thanks [@langermank](https://github.com/langermank)! - Darken `muted` border-color to 70% opacity + ## 7.15.6 ### Patch Changes diff --git a/package.json b/package.json index 2e7826787..6ac2db3fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.15.6", + "version": "7.15.7", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",