From d2f14910bf5d78ae75efc55db60956f156c26e70 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 30 Apr 2024 09:38:29 +0000 Subject: [PATCH] Version Packages --- .changeset/odd-trainers-pay.md | 5 ----- .changeset/silent-walls-run.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/odd-trainers-pay.md delete mode 100644 .changeset/silent-walls-run.md 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/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/CHANGELOG.md b/CHANGELOG.md index 73c794ba2..cb36f137d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/primitives +## 8.1.1 + +### Patch Changes + +- [#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 + +- [#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 + ## 8.1.0 ### Minor Changes diff --git a/package.json b/package.json index a7bc7cb00..64781773d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "8.1.0", + "version": "8.1.1", "description": "Typography, spacing, and color primitives for Primer design system", "files": [ "dist",