Skip to content

Commit

Permalink
release: v2.0.0-alpha.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hujiulong committed Aug 15, 2022
1 parent bdddbd7 commit a75341a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 2 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}

0 comments on commit a75341a

Please sign in to comment.