From 3e3613e6b454aea56af036add15efd11abdb197d Mon Sep 17 00:00:00 2001 From: Shawn Allen Date: Thu, 5 Sep 2019 16:12:51 -0700 Subject: [PATCH] chore: update changelog for v12.7.0 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b87a5f3f..3fb9c049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ +# 12.7.0 + +### :rocket: Enhancement +- Import Dropdown component; add dark variants for dropdown and text fields [#862](https://github.com/primer/css/pull/862) +- Add `.break-word` utility and improve word-break docs [#880](https://github.com/primer/css/pull/880) +- Publish deprecation data [#883](https://github.com/primer/css/pull/883) + +### :memo: Documentation +- Fix mistake in flex-justify-start explanation [#877](https://github.com/primer/css/pull/877) + +### :house: Internal +- Fix CSS bundle size report when adding bundles [#879](https://github.com/primer/css/pull/879) +- Migrate to GitHub Actions v2 [#881](https://github.com/primer/css/pull/881) + +### Committers +- [@dcastil](https://github.com/dcastil) +- [@shawnbot](https://github.com/shawnbot) +- [@simurai](https://github.com/simurai) +- [@vdepizzol](https://github.com/vdepizzol) + # 12.6.2 ### :nail_care: Polish