From ddf270787e2b454911912338364a4a5862c45727 Mon Sep 17 00:00:00 2001 From: "primer[bot]" <119360173+primer[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:27:38 -0800 Subject: [PATCH] Version Packages (#786) Co-authored-by: github-actions[bot] --- .changeset/ten-impalas-unite.md | 6 ------ .changeset/wise-hornets-sin.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 .changeset/ten-impalas-unite.md delete mode 100644 .changeset/wise-hornets-sin.md diff --git a/.changeset/ten-impalas-unite.md b/.changeset/ten-impalas-unite.md deleted file mode 100644 index 7e023737c..000000000 --- a/.changeset/ten-impalas-unite.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@primer/primitives": patch ---- - -- fix fgColor for ToggleSwitch in dark high contrast -- darken borderColor-muted slightly in dark & light mode diff --git a/.changeset/wise-hornets-sin.md b/.changeset/wise-hornets-sin.md deleted file mode 100644 index 0ec5f2513..000000000 --- a/.changeset/wise-hornets-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Build v8 tokens to `/dist` diff --git a/CHANGELOG.md b/CHANGELOG.md index bc32f475c..c30c7c24f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/primitives +## 7.15.5 + +### Patch Changes + +- [#789](https://github.com/primer/primitives/pull/789) [`0f97174`](https://github.com/primer/primitives/commit/0f9717440b376aae27d6e713bf7d17cb17a9ed6f) Thanks [@langermank](https://github.com/langermank)! - - fix fgColor for ToggleSwitch in dark high contrast + + - darken borderColor-muted slightly in dark & light mode + +- [#785](https://github.com/primer/primitives/pull/785) [`1c830ae`](https://github.com/primer/primitives/commit/1c830ae6dcf7a566342e2aea0e74f88d342b52ed) Thanks [@langermank](https://github.com/langermank)! - Build v8 tokens to `/dist` + ## 7.15.4 ### Patch Changes diff --git a/package.json b/package.json index f9190df77..089209622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "7.15.4", + "version": "7.15.5", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",