From a75341aabc38f918363e57960e4dbfc9aeccabb3 Mon Sep 17 00:00:00 2001 From: Jiulong Hu Date: Mon, 15 Aug 2022 23:27:22 +0800 Subject: [PATCH] release: v2.0.0-alpha.3 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ package.json | 5 +++-- 2 files changed, 35 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a00530..f476438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,35 @@ +# [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) + + +### Bug Fixes + +* fix order of calculations ([bdddbd7](https://github.com/hujiulong/vue-3d-model/commit/bdddbd7178415e1845da9f76abb29cdd1219c408)) +* fix size update ([2d2f26f](https://github.com/hujiulong/vue-3d-model/commit/2d2f26ff7c582f72c94bf428db8b4d3d7b7e4cc0)) +* fix size update ([#421](https://github.com/hujiulong/vue-3d-model/issues/421)) ([a65fb74](https://github.com/hujiulong/vue-3d-model/commit/a65fb742f5b448041752199cfd90297679646d56)) + + +### Features + +* add dblclick event ([#381](https://github.com/hujiulong/vue-3d-model/issues/381)) ([e108b39](https://github.com/hujiulong/vue-3d-model/commit/e108b39ee58979e8834b0483ba939df998866553)) + + + +# [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) + + +### Bug Fixes + +* fix order of calculations ([bdddbd7](https://github.com/hujiulong/vue-3d-model/commit/bdddbd7178415e1845da9f76abb29cdd1219c408)) +* fix size update ([2d2f26f](https://github.com/hujiulong/vue-3d-model/commit/2d2f26ff7c582f72c94bf428db8b4d3d7b7e4cc0)) +* fix size update ([#421](https://github.com/hujiulong/vue-3d-model/issues/421)) ([a65fb74](https://github.com/hujiulong/vue-3d-model/commit/a65fb742f5b448041752199cfd90297679646d56)) + + +### Features + +* add dblclick event ([#381](https://github.com/hujiulong/vue-3d-model/issues/381)) ([e108b39](https://github.com/hujiulong/vue-3d-model/commit/e108b39ee58979e8834b0483ba939df998866553)) + + + # [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) diff --git a/package.json b/package.json index 2d20657..d7b1ab0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue-3d-model", - "version": "2.0.0-alpha.2", + "version": "2.0.0-alpha.3", "description": "3D models viewer with vue.js", "keywords": [ "vue", @@ -54,6 +54,7 @@ "vite": "^2.9.9", "vue": "^3.2.37", "vue-tsc": "^0.34.7", - "vuepress": "^2.0.0-beta.48" + "vuepress": "^2.0.0-beta.48", + "yorkie": "^2.0.0" } }