From f9f0d5483a625b0078da44be5666460cc0cf276f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 14 Apr 2021 20:27:47 +0000 Subject: [PATCH] Version Packages --- .changeset/empty-feet-tickle.md | 5 ----- .changeset/stupid-months-know.md | 5 ----- .changeset/twelve-taxis-press.md | 5 ----- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 5 files changed, 13 insertions(+), 16 deletions(-) delete mode 100644 .changeset/empty-feet-tickle.md delete mode 100644 .changeset/stupid-months-know.md delete mode 100644 .changeset/twelve-taxis-press.md diff --git a/.changeset/empty-feet-tickle.md b/.changeset/empty-feet-tickle.md deleted file mode 100644 index fa4e5b6e..00000000 --- a/.changeset/empty-feet-tickle.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Bump @primer/primitives diff --git a/.changeset/stupid-months-know.md b/.changeset/stupid-months-know.md deleted file mode 100644 index 845a04aa..00000000 --- a/.changeset/stupid-months-know.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@primer/css": patch ---- - -Moving the /fonts/ folder to /src/fonts/ diff --git a/.changeset/twelve-taxis-press.md b/.changeset/twelve-taxis-press.md deleted file mode 100644 index d4b56c7f..00000000 --- a/.changeset/twelve-taxis-press.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@primer/css': minor ---- - -Adding a min-height to input-sm diff --git a/CHANGELOG.md b/CHANGELOG.md index 976b2bc2..c69ba430 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # @primer/css +## 16.3.0 + +### Minor Changes + +- [#1306](https://github.com/primer/css/pull/1306) [`5d42f1c5`](https://github.com/primer/css/commit/5d42f1c5c36d9732fd69541585a8d8ba4221b978) Thanks [@jonrohan](https://github.com/jonrohan)! - Adding a min-height to input-sm + +### Patch Changes + +- [#1340](https://github.com/primer/css/pull/1340) [`8506c374`](https://github.com/primer/css/commit/8506c3747fc3d4bfa216e0fbb1d2835db4a9baf4) Thanks [@simurai](https://github.com/simurai)! - Bump @primer/primitives + +* [#1302](https://github.com/primer/css/pull/1302) [`90902e1a`](https://github.com/primer/css/commit/90902e1a6044f4b9fde049105f5aec7e09d52777) Thanks [@jonrohan](https://github.com/jonrohan)! - Moving the /fonts/ folder to /src/fonts/ + ## 16.2.0 ### Minor Changes diff --git a/package.json b/package.json index e363a1e0..57595e43 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@primer/css", - "version": "16.2.0", + "version": "16.3.0", "description": "The CSS implementation of GitHub's Primer Design System", "homepage": "https://primer.style/css", "author": "GitHub, Inc.",