Skip to content

Commit

Permalink
feat(GLOBAL): publish 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lulutia committed Mar 20, 2017
1 parent b26bc86 commit d58795e
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<a name="0.0.2"></a>
## 0.0.2 (2017-03-20)


### Bug Fixes

* **package.json:** change test ([81bee15](https://github.com/xgfe/react-native-ui-xg/commit/81bee15))


### Features

* **Button:** add Button Component ([c2a9f3c](https://github.com/xgfe/react-native-ui-xg/commit/c2a9f3c))
* **Confirm:** add Confirm component ([1882fd5](https://github.com/xgfe/react-native-ui-xg/commit/1882fd5))
* **Drawer / LabelSelect / Grading:** add three new components ([4dfdfcb](https://github.com/xgfe/react-native-ui-xg/commit/4dfdfcb))
* **GLOBAL:** change readme ([e7e32c1](https://github.com/xgfe/react-native-ui-xg/commit/e7e32c1))
* **Input:** add Input component ([77f6b75](https://github.com/xgfe/react-native-ui-xg/commit/77f6b75))
* **Input:** Add Real Input ([e020d69](https://github.com/xgfe/react-native-ui-xg/commit/e020d69))
* **Link:** add Link component ([e3ea982](https://github.com/xgfe/react-native-ui-xg/commit/e3ea982))
* **Tab:** add Tab component ([b300a96](https://github.com/xgfe/react-native-ui-xg/commit/b300a96))
* **tools:** add new command to generate boilerplate ([734a8e9](https://github.com/xgfe/react-native-ui-xg/commit/734a8e9))



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-naitve-ui-xg",
"version": "0.0.1",
"version": "0.0.2",
"description": "A suit of react native ui.",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit d58795e

Please sign in to comment.