diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index ccf9af96c..5d8193e67 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.9.0](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.8.0...@ohif/extension-vtk@1.9.0) (2020-12-03) + + +### Features + +* Add error boundary and retry logic for network failures during dynamic imports ([#2145](https://github.com/OHIF/Viewers/issues/2145)) ([4c07904](https://github.com/OHIF/Viewers/commit/4c079044f6ae2381c6054d8d77414100152d1d19)) + + + + + # [1.8.0](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.7.16...@ohif/extension-vtk@1.8.0) (2020-11-30) diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 46f99dcdc..367267ea0 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.8.0", + "version": "1.9.0", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -54,7 +54,7 @@ }, "devDependencies": { "@ohif/core": "^2.10.7", - "@ohif/ui": "^1.5.7", + "@ohif/ui": "^1.6.0", "cornerstone-tools": "^4.20.1", "cornerstone-wado-image-loader": "^3.1.0", "dicom-parser": "^1.8.3", diff --git a/platform/ui/CHANGELOG.md b/platform/ui/CHANGELOG.md index 3837c5711..8529d13ad 100644 --- a/platform/ui/CHANGELOG.md +++ b/platform/ui/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.6.0](https://github.com/OHIF/Viewers/compare/@ohif/ui@1.5.7...@ohif/ui@1.6.0) (2020-12-03) + + +### Features + +* Add error boundary and retry logic for network failures during dynamic imports ([#2145](https://github.com/OHIF/Viewers/issues/2145)) ([4c07904](https://github.com/OHIF/Viewers/commit/4c079044f6ae2381c6054d8d77414100152d1d19)) + + + + + ## [1.5.7](https://github.com/OHIF/Viewers/compare/@ohif/ui@1.5.6...@ohif/ui@1.5.7) (2020-11-02) diff --git a/platform/ui/package.json b/platform/ui/package.json index b70865079..4c46b72b9 100644 --- a/platform/ui/package.json +++ b/platform/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/ui", - "version": "1.5.7", + "version": "1.6.0", "description": "A set of React components for Medical Imaging Viewers", "author": "OHIF Contributors", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 0b4580d0b..37ea7959f 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/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. +# [4.6.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.5.29...@ohif/viewer@4.6.0) (2020-12-03) + + +### Features + +* Add error boundary and retry logic for network failures during dynamic imports ([#2145](https://github.com/OHIF/Viewers/issues/2145)) ([4c07904](https://github.com/OHIF/Viewers/commit/4c079044f6ae2381c6054d8d77414100152d1d19)) + + + + + ## [4.5.29](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.5.28...@ohif/viewer@4.5.29) (2020-12-03) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 62071ea23..19dfc62d7 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.5.29", + "version": "4.6.0", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -58,9 +58,9 @@ "@ohif/extension-dicom-rt": "^0.4.9", "@ohif/extension-dicom-segmentation": "^0.4.7", "@ohif/extension-lesion-tracker": "^0.2.1", - "@ohif/extension-vtk": "^1.8.0", + "@ohif/extension-vtk": "^1.9.0", "@ohif/i18n": "^0.53.0", - "@ohif/ui": "^1.5.7", + "@ohif/ui": "^1.6.0", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6", "core-js": "^3.2.1",