Skip to content

Commit 4efc1f9

Browse files
committed
release: v2.0.0-alpha.1
1 parent 419db94 commit 4efc1f9

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.0.0-alpha.1](https://github.com/hujiulong/vue-3d-model/compare/v1.4.0...v2.0.0-alpha.1) (2022-06-13)
2+
3+
4+
### Features
5+
6+
* support Vue 3 & refactor to TS ([54ed8d3](https://github.com/hujiulong/vue-3d-model/commit/54ed8d3b23d0499be489db97835c8cdad77c9fa3))
7+
8+
9+
110
# [1.4.0](https://github.com/hujiulong/vue-3d-model/compare/v1.3.1...v1.4.0) (2021-06-26)
211

312

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-3d-model",
3-
"version": "1.4.0",
3+
"version": "2.0.0-alpha.1",
44
"description": "3D models viewer with vue.js",
55
"keywords": [
66
"vue",
@@ -42,10 +42,10 @@
4242
},
4343
"devDependencies": {
4444
"@vitejs/plugin-vue": "^2.3.3",
45-
"chalk": "^5.0.1",
45+
"chalk": "^4.1.2",
4646
"conventional-changelog-cli": "^2.2.2",
4747
"enquirer": "^2.3.6",
48-
"execa": "^6.1.0",
48+
"execa": "^5.1.1",
4949
"minimist": "^1.2.6",
5050
"semver": "^7.3.7",
5151
"typescript": "^4.5.4",

0 commit comments

Comments
 (0)