File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " acrn-rn" ,
3
- "version" : " 1.0.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"description" : " An accessibility first component library for React Native" ,
5
5
"keywords" : [
6
6
" android" ,
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ export { default as LoginForm } from './components/LoginForm/LoginForm';
2
2
export { default as Button } from './components/Button/Button' ;
3
3
export { default as CoreTextInput } from './components/CoreTextInput/CoreTextInput' ;
4
4
export { default as Url } from './components/Url/Url' ;
5
+ export { default as UrlText } from './components/Url/Url' ;
5
6
export { default as PressableImage } from './components/PressableImage/PressableImage' ;
6
7
export { default as CreateAccount } from './containers/CreateAccount/CreateAccount' ;
7
8
export { default as ProfileCard } from './containers/ProfileCard/ProfileCard' ;
You can’t perform that action at this time.
0 commit comments