From b7bbf7a50fc787d2439c0959430b745a8290bd9b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 10 Jul 2024 12:30:08 +0000 Subject: [PATCH] Version Packages --- .changeset/dirty-badgers-sort.md | 5 ----- .changeset/eleven-forks-remember.md | 5 ----- .changeset/empty-fireants-repair.md | 5 ----- .changeset/gold-owls-enjoy.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 6 files changed, 13 insertions(+), 21 deletions(-) delete mode 100644 .changeset/dirty-badgers-sort.md delete mode 100644 .changeset/eleven-forks-remember.md delete mode 100644 .changeset/empty-fireants-repair.md delete mode 100644 .changeset/gold-owls-enjoy.md diff --git a/.changeset/dirty-badgers-sort.md b/.changeset/dirty-badgers-sort.md deleted file mode 100644 index abbd85721..000000000 --- a/.changeset/dirty-badgers-sort.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Add neutral to contrast checks and fix contrasts diff --git a/.changeset/eleven-forks-remember.md b/.changeset/eleven-forks-remember.md deleted file mode 100644 index c71e0df9b..000000000 --- a/.changeset/eleven-forks-remember.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Simplify contrast checker script and bugfix for bgColor.upsell.muted in dark high contrast mode diff --git a/.changeset/empty-fireants-repair.md b/.changeset/empty-fireants-repair.md deleted file mode 100644 index 9a325b774..000000000 --- a/.changeset/empty-fireants-repair.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Update high contrast display colors to meet contrast requirements diff --git a/.changeset/gold-owls-enjoy.md b/.changeset/gold-owls-enjoy.md deleted file mode 100644 index 6c7641177..000000000 --- a/.changeset/gold-owls-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -rm @ where it does not effect output diff --git a/CHANGELOG.md b/CHANGELOG.md index 68cc69a45..3f8a8f19d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/primitives +## 8.2.4 + +### Patch Changes + +- [#993](https://github.com/primer/primitives/pull/993) [`adf195c`](https://github.com/primer/primitives/commit/adf195c44799a6ece39a744b00ad8d4b9245d3eb) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add neutral to contrast checks and fix contrasts + +- [#994](https://github.com/primer/primitives/pull/994) [`4944964`](https://github.com/primer/primitives/commit/49449640973dd907566943763e3c2a0ffa033bee) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Simplify contrast checker script and bugfix for bgColor.upsell.muted in dark high contrast mode + +- [#991](https://github.com/primer/primitives/pull/991) [`421741e`](https://github.com/primer/primitives/commit/421741e19834a354e9a6875a41aadcb7d06c0047) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Update high contrast display colors to meet contrast requirements + +- [#977](https://github.com/primer/primitives/pull/977) [`86a263b`](https://github.com/primer/primitives/commit/86a263b1004b5ecf75af8bf8f2af7bf17a178ec5) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - rm @ where it does not effect output + ## 8.2.3 ### Patch Changes diff --git a/package.json b/package.json index 0e5c0b738..ed7869cb1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "8.2.3", + "version": "8.2.4", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",