diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index c2abb92..0c7d83b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.36.0](https://github.com/ImagingDataCommons/slim/compare/v0.35.1...v0.36.0) (2024-12-06) + + +### Features + +* update dmv version ([#257](https://github.com/ImagingDataCommons/slim/issues/257)) ([6feed17](https://github.com/ImagingDataCommons/slim/commit/6feed17845365a41fc48a991dc9d5f7e94d34c47)) + ## [0.35.1](https://github.com/ImagingDataCommons/slim/compare/v0.35.0...v0.35.1) (2024-11-22) diff --git a/package.json b/package.json index 0ec3084..703f887 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "slim", - "version": "0.35.1", + "version": "0.36.0", "homepage": "https://github.com/imagingdatacommons/slim", "private": true, "author": "ImagingDataCommons", @@ -58,7 +58,7 @@ "craco-less": "^2.0.0", "dcmjs": "^0.35.0", "detect-browser": "^5.2.1", - "dicom-microscopy-viewer": "^0.47.2", + "dicom-microscopy-viewer": "^0.47.3", "dicomweb-client": "^0.10.3", "gh-pages": "^5.0.0", "oidc-client": "^1.11.5", diff --git a/yarn.lock b/yarn.lock index 6cc23a0..37ca566 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4982,10 +4982,10 @@ detective@^5.2.1: defined "^1.0.0" minimist "^1.2.6" -dicom-microscopy-viewer@^0.47.2: - version "0.47.2" - resolved "https://registry.yarnpkg.com/dicom-microscopy-viewer/-/dicom-microscopy-viewer-0.47.2.tgz#cc7b2ee5321872f14b3097480355385755831250" - integrity sha512-h+YaZwokxMFGNTdF4/YmiIaLyXA/Vn2A8ikS6JdSQOBkysHbolqzHelCCzZgpXO/ZPAF/p/hyrEjDuaE+LGDmw== +dicom-microscopy-viewer@^0.47.3: + version "0.47.3" + resolved "https://registry.yarnpkg.com/dicom-microscopy-viewer/-/dicom-microscopy-viewer-0.47.3.tgz#ff7b68ab6e8337818f1aea31257c283a444fa0a0" + integrity sha512-I/z8KikBnycPlS3dIFsyi6xhSrvOJmf0jhUo5juaxknl2tt094M8irhJ9VKHQJ4y4+/SrC7Z0gqR220cL5MIuA== dependencies: "@cornerstonejs/codec-charls" "^1.2.3" "@cornerstonejs/codec-libjpeg-turbo-8bit" "^1.2.2"