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",