Skip to content

Commit 41e5c8f

Browse files
committed
bump version to v1.0.2
1 parent 99484dc commit 41e5c8f

File tree

4 files changed

+21
-6
lines changed

4 files changed

+21
-6
lines changed

example/package-lock.json

Lines changed: 15 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"react": "16.11.0",
1414
"react-native": "0.62.2",
15-
"react-native-tag-group": "^1.0.0"
15+
"react-native-tag-group": "^1.0.2"
1616
},
1717
"devDependencies": {
1818
"@babel/core": "^7.6.2",

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,7 @@
55
* @Last Modified by: aJIEw
66
* @Last Modified time: 2020-05-09 22:54:36
77
*/
8-
export * from './src/TagGroup';
8+
import TagGroup, { Tag } from './src/TagGroup';
9+
10+
export default TagGroup;
11+
export { Tag };

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-tag-group",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "A simple Tag component that supports both single and multiple selection.",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)