From f83ef636673ee545dab63ff21e0e3d0b66f669c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 May 2021 13:19:50 +0000 Subject: [PATCH] Version Packages --- .changeset/seven-ways-explode.md | 5 ----- .changeset/unlucky-boxes-grow.md | 5 ----- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 4 files changed, 9 insertions(+), 11 deletions(-) delete mode 100644 .changeset/seven-ways-explode.md delete mode 100644 .changeset/unlucky-boxes-grow.md diff --git a/.changeset/seven-ways-explode.md b/.changeset/seven-ways-explode.md deleted file mode 100644 index 050b1fca0..000000000 --- a/.changeset/seven-ways-explode.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Map v1 to v2 variables (part 3) diff --git a/.changeset/unlucky-boxes-grow.md b/.changeset/unlucky-boxes-grow.md deleted file mode 100644 index 48b55e5a4..000000000 --- a/.changeset/unlucky-boxes-grow.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/primitives": patch ---- - -Update light theme diff --git a/CHANGELOG.md b/CHANGELOG.md index 27b6e8461..9549cc1e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # @primer/primitives +## 4.3.5 + +### Patch Changes + +- [#101](https://github.com/primer/primitives/pull/101) [`4a4b793`](https://github.com/primer/primitives/commit/4a4b793017bc410149b0c302f74fc64cca2038e2) Thanks [@simurai](https://github.com/simurai)! - Map v1 to v2 variables (part 3) + +* [#102](https://github.com/primer/primitives/pull/102) [`cfc2789`](https://github.com/primer/primitives/commit/cfc2789779239ad9e54c1aaebf75f3c8e9c6fd31) Thanks [@simurai](https://github.com/simurai)! - Update light theme + ## 4.3.4 ### Patch Changes diff --git a/package.json b/package.json index f852fc47c..98f09b086 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/primitives", - "version": "4.3.4", + "version": "4.3.5", "description": "Typography, spacing, and color primitives for Primer design system", "files": ["dist"], "main": "dist/js/index.js",