From d58795e82461b46c30ca0633d4ad7573b0bc5cca Mon Sep 17 00:00:00 2001 From: lulutia Date: Mon, 20 Mar 2017 17:51:09 +0800 Subject: [PATCH] feat(GLOBAL): publish 0.0.2 --- CHANGELOG.md | 23 +++++++++++++++++++++++ package.json | 2 +- 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c5dd5f1 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,23 @@ + +## 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)) + + + diff --git a/package.json b/package.json index 291a68e..020f55f 100644 --- a/package.json +++ b/package.json @@ -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,