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.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Kimi-Gao committed Apr 28, 2020
1 parent 153d289 commit c2363f4
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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.

## [0.8.0](https://github.com/webapps-ui/core-react/compare/v0.7.1...v0.8.0) (2020-04-28)


### Features

* **Header:** support children and polish style ([0cb4c7a](https://github.com/webapps-ui/core-react/commit/0cb4c7ae16d2357ce8d41b19367fbc921305baf3))


### Bug Fixes

* **Button:** large button style issue ([687cefa](https://github.com/webapps-ui/core-react/commit/687cefaa11a7df1053960ee8fd1e1928c906a3f9))
* **dialog:** make the dialog to the center of window ([fcfc20f](https://github.com/webapps-ui/core-react/commit/fcfc20f161d2bd1b5057e41a5cbce27ac769fb5a))
* **docs:** button line-height caused by markdown ([153d289](https://github.com/webapps-ui/core-react/commit/153d289a36f95b809e910a6427973699f83a1428))
* **Upload:** onUplading to onUploading ([3ad6871](https://github.com/webapps-ui/core-react/commit/3ad68717a7a2caac98a9b10f313ac7476118642f))
* **website:** svg font and style issue ([3092009](https://github.com/webapps-ui/core-react/commit/309200978af129eedaf4337cdf088f490b078330))

### [0.7.1](https://github.com/webapps-ui/core-react/compare/v0.7.0...v0.7.1) (2020-02-20)


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": "@webapps-ui/core-react",
"version": "0.7.1",
"version": "0.8.0",
"author": "Kimi Gao",
"description": "Simple style react components for modern web apps",
"keywords": [
Expand Down

0 comments on commit c2363f4

Please sign in to comment.