Skip to content

Commit

Permalink
Fix typo in 0.0.7 changelog (#218)
Browse files Browse the repository at this point in the history
* Updated documentation.
* 0.0.7
* Fix typo in CHANGELOG.
* Add wiki links to README.
  • Loading branch information
cjcenizal authored Dec 19, 2017
1 parent 815f6c6 commit 7671408
Show file tree
Hide file tree
Showing 6 changed files with 1,125 additions and 643 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ No public interface changes since `0.0.7`.

**Breaking changes**

- Test helpers now published at `@elastic/eui/test`
- Test helpers now published at `@elastic/eui/lib/test`

**Bug fixes**

Expand Down
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,29 @@ directly in the code. And unit test coverage for the UI components allows us to

You can find documentation around creating and submitting new components in [CONTRIBUTING.md](CONTRIBUTING.md).

## Wiki

* [Component design][component-design]
* [Component development][component-development]
* [Creating components manually][creating-components-manually]
* [Creating components with Yeoman][creating-components-yeoman]
* [Testing][testing]
* [Theming][theming]
* [Releasing versions][releasing-versions]

## License

[Apache Licensed.][license] Read the [FAQ][faq] for details.

[license]: LICENSE.md
[faq]: FAQ.md
[component-design]: wiki/component-design.md
[component-development]: wiki/component-development.md
[creating-components-manually]: wiki/creating-components-manually.md
[creating-components-yeoman]: wiki/creating-components-yeoman.md
[releasing-versions]: wiki/releasing-versions.md
[testing]: wiki/testing.md
[theming]: wiki/theming.md
[docs]: https://elastic.github.io/eui/
[ci-badge]: https://travis-ci.org/elastic/eui.svg?branch=master
[ci-site]: https://travis-ci.org/elastic/eui
Loading

0 comments on commit 7671408

Please sign in to comment.