diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cbfad28..7d6b8999 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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))