Skip to content

Commit

Permalink
Ship: v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Oct 4, 2018
1 parent fb81348 commit 3794803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
### [@coreui/vue](https://coreui.io/) changelog

##### v2.0.2
- fix(AsideToggler): add missing `display { default:'lg' }` prop value
- fix(AsideToggler): add missing `defaultOpen` prop value handling
- refactor(shared): add missing `index.js`

##### v2.0.1
- fix(SidebarNav): dirty fix for `rtl` ps scrolling issue
- refactor(SidebarMinimizer): extract `togglePs` mixin
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@coreui/vue",
"description": "CoreUI Vue Bootstrap 4 layout components",
"version": "2.0.1",
"version": "2.0.2",
"license": "MIT",
"main": "dist/coreui-vue.common.js",
"module": "dist/coreui-vue.esm.js",
Expand Down

0 comments on commit 3794803

Please sign in to comment.