1
1
mirror of https://github.com/primer/css.git synced 2024-11-23 20:38:58 +03:00

Update CHANGELOG.md

Move #728 to `12.2.2` since it wasn't merged into `12.2.1`.
This commit is contained in:
simurai 2019-03-22 18:09:39 +09:00
parent 09674e3e02
commit e6400b4d5d

View File

@ -1,3 +1,11 @@
# 12.2.2
### :house: Internal
- Prevent Storybook publish failures from breaking builds on `master` [#728](https://github.com/primer/css/pull/728)
#### Committers: 1
- Shawn Allen ([shawnbot](https://github.com/shawnbot))
# 12.2.1
### :bug: Bug Fix
@ -8,9 +16,6 @@
- Fix changelog committers listings for versions 12.0.1 and 12.0.2 [#729](https://github.com/primer/css/pull/729)
- Fix code examples from being cut off [#725](https://github.com/primer/css/pull/725)
### :house: Internal
- Prevent Storybook publish failures from breaking builds on `master` [#728](https://github.com/primer/css/pull/728)
#### Committers: 2
- Shawn Allen ([shawnbot](https://github.com/shawnbot))
- Simurai ([simurai](https://github.com/simurai))
@ -24,13 +29,13 @@
- Fix `<details>` spacing [#675](https://github.com/primer/css/pull/675)
### :bug: Bug Fixes
- Accessibility fixes for marketing buttons [#716](https://github.com/primer/css/pull/716)
- Accessibility fixes for marketing buttons [#716](https://github.com/primer/css/pull/716)
### :memo: Documentation
- Fix scrolling of code examples [#717](https://github.com/primer/css/pull/717)
### :house: Internal
- Fix `npm link` ([#715](https://github.com/primer/css/issue/715)) by removing `prepare` npm script [#718](https://github.com/primer/css/pull/718)
- Fix `npm link` ([#715](https://github.com/primer/css/issue/715)) by removing `prepare` npm script [#718](https://github.com/primer/css/pull/718)
#### Committers: 4
- Diana Mounter ([broccolini](https://github.com/broccolini))