Skip to content

Commit d58795e

Browse files
committed
feat(GLOBAL): publish 0.0.2
1 parent b26bc86 commit d58795e

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<a name="0.0.2"></a>
2+
## 0.0.2 (2017-03-20)
3+
4+
5+
### Bug Fixes
6+
7+
* **package.json:** change test ([81bee15](https://github.com/xgfe/react-native-ui-xg/commit/81bee15))
8+
9+
10+
### Features
11+
12+
* **Button:** add Button Component ([c2a9f3c](https://github.com/xgfe/react-native-ui-xg/commit/c2a9f3c))
13+
* **Confirm:** add Confirm component ([1882fd5](https://github.com/xgfe/react-native-ui-xg/commit/1882fd5))
14+
* **Drawer / LabelSelect / Grading:** add three new components ([4dfdfcb](https://github.com/xgfe/react-native-ui-xg/commit/4dfdfcb))
15+
* **GLOBAL:** change readme ([e7e32c1](https://github.com/xgfe/react-native-ui-xg/commit/e7e32c1))
16+
* **Input:** add Input component ([77f6b75](https://github.com/xgfe/react-native-ui-xg/commit/77f6b75))
17+
* **Input:** Add Real Input ([e020d69](https://github.com/xgfe/react-native-ui-xg/commit/e020d69))
18+
* **Link:** add Link component ([e3ea982](https://github.com/xgfe/react-native-ui-xg/commit/e3ea982))
19+
* **Tab:** add Tab component ([b300a96](https://github.com/xgfe/react-native-ui-xg/commit/b300a96))
20+
* **tools:** add new command to generate boilerplate ([734a8e9](https://github.com/xgfe/react-native-ui-xg/commit/734a8e9))
21+
22+
23+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-naitve-ui-xg",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "A suit of react native ui.",
55
"main": "index.js",
66
"private": false,

0 commit comments

Comments
 (0)