From 883e41f2daf9e5df0eb38c6cbc3ff24906f79b90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 1 Jun 2021 16:19:52 +0000 Subject: [PATCH] Version Packages --- .changeset/chilled-falcons-rhyme.md | 5 ----- .changeset/chilled-worms-whisper.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/chilled-falcons-rhyme.md delete mode 100644 .changeset/chilled-worms-whisper.md diff --git a/.changeset/chilled-falcons-rhyme.md b/.changeset/chilled-falcons-rhyme.md deleted file mode 100644 index 43893f141..000000000 --- a/.changeset/chilled-falcons-rhyme.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Fix `--color-upload-enabled-border-focused` diff --git a/.changeset/chilled-worms-whisper.md b/.changeset/chilled-worms-whisper.md deleted file mode 100644 index d318482e7..000000000 --- a/.changeset/chilled-worms-whisper.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Added `border.subtle` to the global variables diff --git a/CHANGELOG.md b/CHANGELOG.md index aea8d179c..65f0eb6c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/primitives +## 4.3.7 + +### Patch Changes + +- [#113](https://github.com/primer/primitives/pull/113) [`e399d4d`](https://github.com/primer/primitives/commit/e399d4d5834cf05348b3623225d913ebd0bdc0fc) Thanks [@colebemis](https://github.com/colebemis)! - Fix `--color-upload-enabled-border-focused` + +* [#116](https://github.com/primer/primitives/pull/116) [`055194d`](https://github.com/primer/primitives/commit/055194dda64e621570b37fa74e0a4f728ec478c8) Thanks [@auareyou](https://github.com/auareyou)! - Added `border.subtle` to the global variables + ## 4.3.6 ### Patch Changes diff --git a/package.json b/package.json index 047fc90b6..d84f3b4aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "4.3.6", + "version": "4.3.7", "description": "Typography, spacing, and color primitives for Primer design system", "files": ["dist"], "main": "dist/js/index.js",