chore: Changelog update

This commit is contained in:
xidedix
2018-05-25 18:00:02 +02:00
parent fbe58084ca
commit 2b4f68bd05
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -19,6 +19,10 @@
- feat(Icons): add `CoreUI Icons` set - feat(Icons): add `CoreUI Icons` set
- feat(Tabs): add missing feat `tabs` - feat(Tabs): add missing feat `tabs`
- feat(Charts): add `CustomTooltips`, fix tooltip `chartId` issue - feat(Charts): add `CustomTooltips`, fix tooltip `chartId` issue
- refactor: move `scss` to `assets`
- refactor: IE polyfills
- chore: dependencies update
- chore: cleanups
other: other:
+2 -2
View File
@@ -36,7 +36,7 @@
"vue-router": "^3.0.1" "vue-router": "^3.0.1"
}, },
"devDependencies": { "devDependencies": {
"autoprefixer": "^8.5.0", "autoprefixer": "^8.5.1",
"babel-core": "^6.26.3", "babel-core": "^6.26.3",
"babel-eslint": "^8.2.3", "babel-eslint": "^8.2.3",
"babel-helper-vue-jsx-merge-props": "^2.0.3", "babel-helper-vue-jsx-merge-props": "^2.0.3",
@@ -61,7 +61,7 @@
"eslint-loader": "^2.0.0", "eslint-loader": "^2.0.0",
"eslint-plugin-import": "^2.12.0", "eslint-plugin-import": "^2.12.0",
"eslint-plugin-node": "^6.0.1", "eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.6.0", "eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.0.1", "eslint-plugin-standard": "^3.0.1",
"eslint-plugin-vue": "^4.4.0", "eslint-plugin-vue": "^4.4.0",
"extract-text-webpack-plugin": "^3.0.2", "extract-text-webpack-plugin": "^3.0.2",