Skip to content

Commit

Permalink
Merge pull request #235 from LinkunGao/bugfix/v1.15.7
Browse files Browse the repository at this point in the history
Bugfix/v1.15.7
  • Loading branch information
LinkunGao authored May 16, 2023
2 parents d130f0e + ed44ec8 commit c226441
Show file tree
Hide file tree
Showing 7 changed files with 80 additions and 865 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
author = 'LinkunGao'

# The full version, including alpha/beta/rc tags
release = 'v1.15.2'
release = 'v1.15.7'


# -- General configuration ---------------------------------------------------
Expand Down
5 changes: 5 additions & 0 deletions docs/source/release/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -1670,3 +1670,8 @@ sceneIn?.loadNrrd(url, loadBar1, false, funa, opts);
## Release v1.15.3

- test copper3dTrackballControls bug

## Release v1.15.7

- Fixed the copper3dTrackballControls bug
- no more bugs on phone.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "copper3d",
"description": "A 3d visualisation package base on threejs provides multiple scenes and Nrrd image load funtion.",
"version": "1.15.6",
"version": "1.15.7",
"main": "dist/bundle.umd.js",
"moudle": "dist/bundle.esm.js",
"types": "dist/types/index.d.ts",
Expand Down
Loading

0 comments on commit c226441

Please sign in to comment.