Skip to content

Commit 2381096

Browse files
v1.0.0-rc.1
1 parent 1712398 commit 2381096

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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
28
Released 2018-08-23
39

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ npm install vx-components-react
2626
yarn 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
3333
View the [demos](https://vx-components-react.netlify.com/) to see all components.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export LinkButton from './components/LinkButton';
1919
export LoadingSpinner from './components/LoadingSpinner';
2020
export ProgressBar from './components/ProgressBar';
2121
export Radio from './components/Radio';
22-
export SelectField from './component/SelectField';
22+
export SelectField from './components/SelectField';
2323
export SimpleLoadingSpinner from './components/SimpleLoadingSpinner';
2424
export Space from './components/Space';
2525
export Switch from './components/Switch';

0 commit comments

Comments
 (0)