diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 385d659ef..1d0fb10b3 100644 --- a/extensions/vtk/CHANGELOG.md +++ b/extensions/vtk/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.7.1](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.7.0...@ohif/extension-vtk@1.7.1) (2020-08-24) + + +### Bug Fixes + +* 🐛 Fail gracefully on an MPR load error ([#1992](https://github.com/OHIF/Viewers/issues/1992)) ([779a7e0](https://github.com/OHIF/Viewers/commit/779a7e0976aa3a2d2bf1dc8f056950f0545c9fff)) + + + + + # [1.7.0](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.6.10...@ohif/extension-vtk@1.7.0) (2020-08-18) diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index d1c48239a..3956d9568 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.7.0", + "version": "1.7.1", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 7c93a79d0..5f361faf0 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.5.2](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.5.1...@ohif/viewer@4.5.2) (2020-08-24) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [4.5.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.5.0...@ohif/viewer@4.5.1) (2020-08-20) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index f7ce23641..1ae2a1dcb 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.5.1", + "version": "4.5.2", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -57,7 +57,7 @@ "@ohif/extension-dicom-rt": "^0.4.0", "@ohif/extension-dicom-segmentation": "^0.4.0", "@ohif/extension-lesion-tracker": "^0.2.0", - "@ohif/extension-vtk": "^1.7.0", + "@ohif/extension-vtk": "^1.7.1", "@ohif/i18n": "^0.52.8", "@ohif/ui": "^1.5.3", "@tanem/react-nprogress": "^1.1.25",