Skip to content

Commit d1e66e1

Browse files
committed
chore: dependencies update
1 parent 71fbb22 commit d1e66e1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## [vue](./README.md) version `changelog`
22

3+
##### `v2.0.0-beta.1`
4+
- chore: update `@coreui/vue` to `2.0.0-beta.0`
5+
6+
##### `v2.0.0-beta.0`
7+
- chore: update `core-js` to `2.5.7`
8+
39
##### `v2.0.0-alpha.1`
410
- refactor: separation of concerns - (CoreUI template/components) for use CoreUI as npm module
511
- refactor: project structure change

package.json

+2-2
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.0-beta.0",
3+
"version": "2.0.0-beta.1",
44
"description": "Open Source Bootstrap Admin Template",
55
"author": "Łukasz Holeczek",
66
"homepage": "http://coreui.io",
@@ -20,7 +20,7 @@
2020
"@coreui/coreui": "^2.0.1",
2121
"@coreui/coreui-plugin-chartjs-custom-tooltips": "^1.2.0",
2222
"@coreui/icons": "^0.2.0",
23-
"@coreui/vue": "^2.0.0-alpha.0",
23+
"@coreui/vue": "^2.0.0-beta.0",
2424
"bootstrap": "^4.1.1",
2525
"bootstrap-vue": "^2.0.0-rc.11",
2626
"chart.js": "^2.7.2",

0 commit comments

Comments
 (0)