Skip to content

Commit fdff4fb

Browse files
committed
Ship: v2.0.2
1 parent 01c2f7a commit fdff4fb

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
## [CoreUI for Vue.js](./README.md) version `changelog`
22

3+
##### `v2.0.2`
4+
- refactor: extract random() to `shared/utils`
5+
- refactor: extract shuffleArray() to shared/utils
6+
- refactor: Tables pass items as props to Table
7+
- refactor: some views minor cleanup
8+
- tests(e2e): add some more test cases
9+
- tests(unit): add some more test cases and snapshots
10+
- chore: update `@coreui/coreui` to `2.0.20`
11+
- chore: update `chart.js` to `2.7.3`
12+
- chore: update `@vue/cli-plugin-babel` to `3.0.5`
13+
- chore: update `@vue/cli-plugin-e2e-nightwatch` to `3.0.5`
14+
- chore: update `@vue/cli-plugin-eslint` to `3.0.5`
15+
- chore: update `@vue/cli-plugin-unit-jest` to `3.0.5`
16+
- chore: update `@vue/cli-service` to `3.0.5`
17+
- chore: update `node-sass` to `4.9.4`
18+
319
##### `v2.0.1`
420
- refactor(Modals): add spacing
521
- refactor(BrandButtons): add spacing

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-vue-admin-template",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",

0 commit comments

Comments
 (0)