From 10c59ac4dd1e5a1dd6d7c1b6365bebbf3c12c7fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 16 May 2024 15:58:08 +0000 Subject: [PATCH] Version Packages --- .changeset/lazy-colts-retire.md | 5 ----- .changeset/light-onions-yawn.md | 5 ----- .changeset/odd-trainers-pay.md | 5 ----- .changeset/poor-owls-exist.md | 5 ----- .changeset/rich-apes-happen.md | 5 ----- .changeset/silent-walls-run.md | 5 ----- .changeset/soft-wolves-ring.md | 5 ----- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 9 files changed, 21 insertions(+), 36 deletions(-) delete mode 100644 .changeset/lazy-colts-retire.md delete mode 100644 .changeset/light-onions-yawn.md delete mode 100644 .changeset/odd-trainers-pay.md delete mode 100644 .changeset/poor-owls-exist.md delete mode 100644 .changeset/rich-apes-happen.md delete mode 100644 .changeset/silent-walls-run.md delete mode 100644 .changeset/soft-wolves-ring.md diff --git a/.changeset/lazy-colts-retire.md b/.changeset/lazy-colts-retire.md deleted file mode 100644 index a460e3452..000000000 --- a/.changeset/lazy-colts-retire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': minor ---- - -Deprecated space tokens diff --git a/.changeset/light-onions-yawn.md b/.changeset/light-onions-yawn.md deleted file mode 100644 index c9dda0c0d..000000000 --- a/.changeset/light-onions-yawn.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Increase secondary text contrast in hovered ActionMenu items (dark mode) by making fgColor-muted brighter. diff --git a/.changeset/odd-trainers-pay.md b/.changeset/odd-trainers-pay.md deleted file mode 100644 index dc5cd8dec..000000000 --- a/.changeset/odd-trainers-pay.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Add missing plum color to display colors diff --git a/.changeset/poor-owls-exist.md b/.changeset/poor-owls-exist.md deleted file mode 100644 index 67064c3d6..000000000 --- a/.changeset/poor-owls-exist.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Add new set of `muted` data-vis colors for charts diff --git a/.changeset/rich-apes-happen.md b/.changeset/rich-apes-happen.md deleted file mode 100644 index f33e08c8d..000000000 --- a/.changeset/rich-apes-happen.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Added 2px and 6px size to base scale diff --git a/.changeset/silent-walls-run.md b/.changeset/silent-walls-run.md deleted file mode 100644 index 379239a65..000000000 --- a/.changeset/silent-walls-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Added body-weight token to figma output diff --git a/.changeset/soft-wolves-ring.md b/.changeset/soft-wolves-ring.md deleted file mode 100644 index 6036cd22c..000000000 --- a/.changeset/soft-wolves-ring.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/primitives': patch ---- - -Added missing prop which lead to wrong output for subtitle line-height in Figma diff --git a/CHANGELOG.md b/CHANGELOG.md index 73c794ba2..23bd6b7d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # @primer/primitives +## 8.2.0 + +### Minor Changes + +- [#954](https://github.com/primer/primitives/pull/954) [`8c4f775`](https://github.com/primer/primitives/commit/8c4f775b4643fc9af0ce4f42604a50d3970e4e4b) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Deprecated space tokens + +### Patch Changes + +- [#948](https://github.com/primer/primitives/pull/948) [`56226cd`](https://github.com/primer/primitives/commit/56226cd0bd148a854d7376bed81ed2c44c112c88) Thanks [@smockle](https://github.com/smockle)! - Increase secondary text contrast in hovered ActionMenu items (dark mode) by making fgColor-muted brighter. + +- [#942](https://github.com/primer/primitives/pull/942) [`0eb2320`](https://github.com/primer/primitives/commit/0eb23203b8b6012c489f2440a46739b084cc6b86) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Add missing plum color to display colors + +- [#881](https://github.com/primer/primitives/pull/881) [`adc84b5`](https://github.com/primer/primitives/commit/adc84b5df830fd8d24ae7e39c452a1230222b017) Thanks [@langermank](https://github.com/langermank)! - Add new set of `muted` data-vis colors for charts + +- [#953](https://github.com/primer/primitives/pull/953) [`09d1380`](https://github.com/primer/primitives/commit/09d13806cda2bcc4f2ef20a23346adeec932be4b) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Added 2px and 6px size to base scale + +- [#944](https://github.com/primer/primitives/pull/944) [`02777f6`](https://github.com/primer/primitives/commit/02777f61f6094f3134e40d75f553123c726f0d25) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Added body-weight token to figma output + +- [#950](https://github.com/primer/primitives/pull/950) [`f0149e1`](https://github.com/primer/primitives/commit/f0149e13960592161b5be34f9759e17deaddc465) Thanks [@lukasoppermann](https://github.com/lukasoppermann)! - Added missing prop which lead to wrong output for subtitle line-height in Figma + ## 8.1.0 ### Minor Changes diff --git a/package.json b/package.json index a7bc7cb00..8b429f611 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "8.1.0", + "version": "8.2.0", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",