From 30e51ab4ee823e39e0e05fe8a0661e074275cac4 Mon Sep 17 00:00:00 2001 From: Diana Mounter Date: Wed, 17 Jan 2018 18:38:47 -0500 Subject: [PATCH] add changelog --- CHANGELOG.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27246895..8e5a53d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # 10.3.0 (2018-01-17) - +#### :rocket: Enhancement +* [#426](https://github.com/primer/primer/pull/426) Add em spacer variables. ([@broccolini](https://github.com/broccolini)) +* [#430](https://github.com/primer/primer/pull/430) Increase input font-size to 16px on mobile. ([@broccolini](https://github.com/broccolini)) + +#### :bug: Bug Fix +* [#416](https://github.com/primer/primer/pull/416) Point style field to build file in subhead component. ([@muan](https://github.com/muan)) +* [#424](https://github.com/primer/primer/pull/424) Add missing $spacer-12 in $marketingSpacers variable. ([@gladwearefriends](https://github.com/gladwearefriends)) + +#### :nail_care: Polish +* [#418](https://github.com/primer/primer/pull/418) Button color contrast improvements. ([@broccolini](https://github.com/broccolini)) + +#### :memo: Documentation +* [#427](https://github.com/primer/primer/pull/427) Adding stories from markdown for the other modules that didn't have any stories. ([@jonrohan](https://github.com/jonrohan)) + +#### :house: Internal +* [#420](https://github.com/primer/primer/pull/420) Update licenses to 2018 🎊. ([@jonrohan](https://github.com/jonrohan)) + +#### Committers: 4 +- Catherine Bui ([gladwearefriends](https://github.com/gladwearefriends)) +- Diana Mounter ([broccolini](https://github.com/broccolini)) +- Jon Rohan ([jonrohan](https://github.com/jonrohan)) +- [muan](https://github.com/muan) # 10.2.0 (2017-12-11)