File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Version 1.0.0-rc.1
2+ Released 2018-08-23
3+
4+ - Fixed ` SelectField ` export
5+ - Updated readme
6+
17# Version 1.0.0-rc.0
28Released 2018-08-23
39
Original file line number Diff line number Diff line change @@ -26,8 +26,8 @@ npm install vx-components-react
2626yarn add vx-components-react
2727```
2828
29- ## Documentation/demo
30- You can find the documentation/ demos [ here] ( https://vx-components-react.netlify.com/ ) .
29+ ## Documentation & demos
30+ You can find the documentation and demos [ here] ( https://vx-components-react.netlify.com/ ) .
3131
3232## Quick example
3333View the [ demos] ( https://vx-components-react.netlify.com/ ) to see all components.
Original file line number Diff line number Diff line change 11{
22 "name" : " vx-components-react" ,
3- "version" : " 1.0.0-rc.0 " ,
3+ "version" : " 1.0.0-rc.1 " ,
44 "description" : " vx-components-react component library" ,
55 "main" : " lib/index.js" ,
66 "module" : " es/index.js" ,
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ export LinkButton from './components/LinkButton';
1919export LoadingSpinner from './components/LoadingSpinner' ;
2020export ProgressBar from './components/ProgressBar' ;
2121export Radio from './components/Radio' ;
22- export SelectField from './component /SelectField' ;
22+ export SelectField from './components /SelectField' ;
2323export SimpleLoadingSpinner from './components/SimpleLoadingSpinner' ;
2424export Space from './components/Space' ;
2525export Switch from './components/Switch' ;
You can’t perform that action at this time.
0 commit comments