Skip to content
This repository has been archived by the owner on Oct 20, 2021. It is now read-only.

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimi-Gao committed Aug 11, 2019
1 parent 6918240 commit 6441c3c
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="0.5.0"></a>
# [0.5.0](https://github.com/cosmos-x/earth-ui/compare/v0.4.1...v0.5.0) (2019-08-11)


### Features

* **Header:** rename HeaderBar to Header and add color prop ([5d5ce5f](https://github.com/cosmos-x/earth-ui/commit/5d5ce5f))
* **Pager:** add Pager component ([#46](https://github.com/cosmos-x/earth-ui/issues/46)) ([74216ec](https://github.com/cosmos-x/earth-ui/commit/74216ec))
* **ToolBar:** add ToolBar for tabs just now ([76849fa](https://github.com/cosmos-x/earth-ui/commit/76849fa))


### BREAKING CHANGES

* **Header:** HeaderBar was obsoleted and use Header instead



<a name="0.4.1"></a>
## [0.4.1](https://github.com/cosmos-x/earth-ui/compare/v0.4.0...v0.4.1) (2019-05-14)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "earth-ui",
"version": "0.4.1",
"version": "0.5.0",
"author": "Kimi Gao",
"description": "A minimalism-style ui component library",
"keywords": [
Expand Down

0 comments on commit 6441c3c

Please sign in to comment.