From 01ca82f3fe6082c7f4460696cccef89294633291 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 4 Jun 2021 08:58:50 +0000 Subject: [PATCH] Version Packages --- .changeset/great-sloths-invite.md | 5 ----- .changeset/poor-rockets-cough.md | 5 ----- .changeset/rude-experts-marry.md | 5 ----- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 5 files changed, 11 insertions(+), 16 deletions(-) delete mode 100644 .changeset/great-sloths-invite.md delete mode 100644 .changeset/poor-rockets-cough.md delete mode 100644 .changeset/rude-experts-marry.md diff --git a/.changeset/great-sloths-invite.md b/.changeset/great-sloths-invite.md deleted file mode 100644 index 565a1650d..000000000 --- a/.changeset/great-sloths-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Add checks-dropdown-shadow diff --git a/.changeset/poor-rockets-cough.md b/.changeset/poor-rockets-cough.md deleted file mode 100644 index 46e9e1a7b..000000000 --- a/.changeset/poor-rockets-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Update experimental variables diff --git a/.changeset/rude-experts-marry.md b/.changeset/rude-experts-marry.md deleted file mode 100644 index 1eb1e905d..000000000 --- a/.changeset/rude-experts-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Deprecate auto variables diff --git a/CHANGELOG.md b/CHANGELOG.md index 55de9a0e6..04d758ead 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # @primer/primitives +## 4.3.10 + +### Patch Changes + +- [#122](https://github.com/primer/primitives/pull/122) [`a710331`](https://github.com/primer/primitives/commit/a71033193dd5a7c38c2688878324fead2a2c042d) Thanks [@simurai](https://github.com/simurai)! - Add checks-dropdown-shadow + +* [#125](https://github.com/primer/primitives/pull/125) [`287b56a`](https://github.com/primer/primitives/commit/287b56a2be5691f80b0621a2e4c1f39162a4f101) Thanks [@colebemis](https://github.com/colebemis)! - Update experimental variables + +- [#121](https://github.com/primer/primitives/pull/121) [`61a4d39`](https://github.com/primer/primitives/commit/61a4d397c2978fc6e1ebd1e429600ec7ec604159) Thanks [@simurai](https://github.com/simurai)! - Deprecate auto variables + ## 4.3.9 ### Patch Changes diff --git a/package.json b/package.json index 2ce14e546..b2f50eb1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "4.3.9", + "version": "4.3.10", "description": "Typography, spacing, and color primitives for Primer design system", "files": ["dist"], "main": "dist/js/index.js",