Skip to content

Commit

Permalink
Fix wrong auto-merge in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
weltenwort committed Jan 26, 2018
1 parent f362777 commit 9f5e48c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

- `EuiCodeBlock` now only shows fullscreen icons if `overflowHeight` prop is set. Also forces large fonts and padding while expanded. [(#325)](https://github.com/elastic/eui/pull/325)
- React ^16.2 is now a peer dependency ([#264](https://github.com/elastic/eui/pull/264))
- Fix TypeScript definitions such that optional and readonly properties survive being passed through `Omit` [(#322)](https://github.com/elastic/eui/pull/322)

# [`0.0.14`](https://github.com/elastic/eui/tree/v0.0.14)

Expand All @@ -19,7 +20,6 @@
**Bug fixes**

- Set `EuiFlexGroup` to `flex-grow: 1` to be more friendly with IE11 [(#315)](https://github.com/elastic/eui/pull/315)
- Fix TypeScript definitions such that optional and readonly properties survive being passed through `Omit` [(#322)](https://github.com/elastic/eui/pull/322)

# [`0.0.13`](https://github.com/elastic/eui/tree/v0.0.13)

Expand Down

0 comments on commit 9f5e48c

Please sign in to comment.