From b597319ba8fc38a40c9fbe83be8f1f058312fd33 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Apr 2021 11:18:34 +0000 Subject: [PATCH] Version Packages --- .changeset/early-zoos-think.md | 5 ----- .changeset/spotty-colts-train.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 .changeset/early-zoos-think.md delete mode 100644 .changeset/spotty-colts-train.md diff --git a/.changeset/early-zoos-think.md b/.changeset/early-zoos-think.md deleted file mode 100644 index c4e7afd2b..000000000 --- a/.changeset/early-zoos-think.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Improve ANSI colors diff --git a/.changeset/spotty-colts-train.md b/.changeset/spotty-colts-train.md deleted file mode 100644 index a88297696..000000000 --- a/.changeset/spotty-colts-train.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": minor ---- - -Update marketing buttons diff --git a/CHANGELOG.md b/CHANGELOG.md index 338c666df..b00f0dac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/primitives +## 4.3.0 + +### Minor Changes + +- [#76](https://github.com/primer/primitives/pull/76) [`8d5addc`](https://github.com/primer/primitives/commit/8d5addcc2fe7e979c54150fab589fadf060ba083) Thanks [@tobiasahlin](https://github.com/tobiasahlin)! - Update marketing buttons + +### Patch Changes + +- [#78](https://github.com/primer/primitives/pull/78) [`69196c6`](https://github.com/primer/primitives/commit/69196c6316a219944837d4c1619cff202ee2224e) Thanks [@simurai](https://github.com/simurai)! - Improve ANSI colors + ## 4.2.2 ### Patch Changes diff --git a/package.json b/package.json index 144e274a5..0d1c5936b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "4.2.2", + "version": "4.3.0", "description": "Typography, spacing, and color primitives for Primer design system", "files": ["dist"], "main": "dist/js/index.js",