1
1
mirror of https://github.com/primer/css.git synced 2024-12-24 14:42:26 +03:00

fix up changelog

This commit is contained in:
Shawn Allen 2018-11-19 14:41:27 -08:00
parent 3527fc47c4
commit a0213f807a

View File

@ -1,18 +1,19 @@
# 10.10.0
#### :rocket: Enhancement
* [#561](https://github.com/primer/primer/pull/561) Add HTML hidden attribute docs, increase [hidden] selector specificity. ([@shawnbot](https://github.com/shawnbot))
* [#570](https://github.com/primer/primer/pull/570) Bugfix: Make blankslate-narrow responsive. ([@crhallberg](https://github.com/crhallberg))
* [#571](https://github.com/primer/primer/pull/571) Make .container responsive. ([@crhallberg](https://github.com/crhallberg))
* [#573](https://github.com/primer/primer/pull/573) Add Progress component. ([@emilybrick](https://github.com/emilybrick))
* [#561](https://github.com/primer/primer/pull/561) Add HTML `hidden` attribute docs, increase `[hidden]` selector specificity. ([@shawnbot](https://github.com/shawnbot) h/t @jonrohan)
#### :bug: Bug Fix
* [#597](https://github.com/primer/primer/pull/597) Fix primerize, add "fresh" run-script, etc.. ([@shawnbot](https://github.com/shawnbot))
* [#591](https://github.com/primer/primer/pull/591) Add fs-extra to primer-module-build.dependencies. ([@shawnbot](https://github.com/shawnbot))
* [#604](https://github.com/primer/primer/pull/604) Fix Button group focus ring z-index issues. ([@shawnbot](https://github.com/shawnbot))
* [#570](https://github.com/primer/primer/pull/570) Make `.blankslate-narrow` responsive. ([@crhallberg](https://github.com/crhallberg))
* [#591](https://github.com/primer/primer/pull/591) Add fs-extra to `primer-module-build.dependencies`. ([@shawnbot](https://github.com/shawnbot))
#### :memo: Documentation
* [#585](https://github.com/primer/primer/pull/585) Improve contributing docs and add DEVELOP.md. ([@shawnbot](https://github.com/shawnbot))
#### :house: Internal
* [#597](https://github.com/primer/primer/pull/597) Fix primerize, add "fresh" run-script, etc.. ([@shawnbot](https://github.com/shawnbot))
* [#597](https://github.com/primer/primer/pull/597) Fix primerize, add "fresh" run-script, etc. ([@shawnbot](https://github.com/shawnbot))
#### Committers: 3
- Chris Hallberg ([crhallberg](https://github.com/crhallberg))