Skip to content

Commit

Permalink
Updated CHANGELOG & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelklaessen committed Aug 12, 2018
1 parent 0be37b1 commit 6d26928
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# Version 0.3.0
Released 2018-08-12

- Added `Avatar` component
- Added `Chip` component
- Added `Dialog` component
- Added `ExpansionPanel` component
- Added `GradientCard` component
- Added `Gradients`
- Added `Label` component (& improved selection controls API)
- Improved `TextInput` API
- Added `LinearGradient` component
- Added `LinkButton` component
- Added `LoadingSpinner` component
- Added `SimpleLoadingSpinner` component
- Added `Space` component
- Added `Switch` component
- Added `Tabs` & `Tab` component
- Added color/style utils

# Version 0.2.0
Released 2018-07-29

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vx-components-react",
"version": "0.2.0",
"version": "0.3.0",
"description": "vx-components-react component library",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 6d26928

Please sign in to comment.