Skip to content

Commit a75341a

Browse files
committed
release: v2.0.0-alpha.3
1 parent bdddbd7 commit a75341a

File tree

2 files changed

+35
-2
lines changed

2 files changed

+35
-2
lines changed

CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
# [2.0.0-alpha.3](https://github.com/hujiulong/vue-3d-model/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2022-08-15)
2+
3+
4+
### Bug Fixes
5+
6+
* fix order of calculations ([bdddbd7](https://github.com/hujiulong/vue-3d-model/commit/bdddbd7178415e1845da9f76abb29cdd1219c408))
7+
* fix size update ([2d2f26f](https://github.com/hujiulong/vue-3d-model/commit/2d2f26ff7c582f72c94bf428db8b4d3d7b7e4cc0))
8+
* fix size update ([#421](https://github.com/hujiulong/vue-3d-model/issues/421)) ([a65fb74](https://github.com/hujiulong/vue-3d-model/commit/a65fb742f5b448041752199cfd90297679646d56))
9+
10+
11+
### Features
12+
13+
* add dblclick event ([#381](https://github.com/hujiulong/vue-3d-model/issues/381)) ([e108b39](https://github.com/hujiulong/vue-3d-model/commit/e108b39ee58979e8834b0483ba939df998866553))
14+
15+
16+
17+
# [2.0.0-alpha.3](https://github.com/hujiulong/vue-3d-model/compare/v2.0.0-alpha.2...v2.0.0-alpha.3) (2022-08-15)
18+
19+
20+
### Bug Fixes
21+
22+
* fix order of calculations ([bdddbd7](https://github.com/hujiulong/vue-3d-model/commit/bdddbd7178415e1845da9f76abb29cdd1219c408))
23+
* fix size update ([2d2f26f](https://github.com/hujiulong/vue-3d-model/commit/2d2f26ff7c582f72c94bf428db8b4d3d7b7e4cc0))
24+
* fix size update ([#421](https://github.com/hujiulong/vue-3d-model/issues/421)) ([a65fb74](https://github.com/hujiulong/vue-3d-model/commit/a65fb742f5b448041752199cfd90297679646d56))
25+
26+
27+
### Features
28+
29+
* add dblclick event ([#381](https://github.com/hujiulong/vue-3d-model/issues/381)) ([e108b39](https://github.com/hujiulong/vue-3d-model/commit/e108b39ee58979e8834b0483ba939df998866553))
30+
31+
32+
133
# [2.0.0-alpha.2](https://github.com/hujiulong/vue-3d-model/compare/v2.0.0-alpha.1...v2.0.0-alpha.2) (2022-06-14)
234

335

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-3d-model",
3-
"version": "2.0.0-alpha.2",
3+
"version": "2.0.0-alpha.3",
44
"description": "3D models viewer with vue.js",
55
"keywords": [
66
"vue",
@@ -54,6 +54,7 @@
5454
"vite": "^2.9.9",
5555
"vue": "^3.2.37",
5656
"vue-tsc": "^0.34.7",
57-
"vuepress": "^2.0.0-beta.48"
57+
"vuepress": "^2.0.0-beta.48",
58+
"yorkie": "^2.0.0"
5859
}
5960
}

0 commit comments

Comments
 (0)