From 4f2694000579ad78537b36a5ef9d1a10c6de6681 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Wed, 23 Oct 2019 07:56:28 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@0.52.15 - @ohif/viewer@1.11.2 --- extensions/vtk/CHANGELOG.md | 11 +++++++++++ extensions/vtk/package.json | 6 +++--- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 4 ++-- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 0a44399ae..4ffec0012 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. +## [0.52.15](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.52.14...@ohif/extension-vtk@0.52.15) (2019-10-23) + + +### Performance Improvements + +* ⚡️ Throttle UI refresh of synced WL value in vtk port ([#1070](https://github.com/OHIF/Viewers/issues/1070)) ([9d08e81](https://github.com/OHIF/Viewers/commit/9d08e81aa5def63a5e34f464aae099f7c29f0ac5)) + + + + + ## [0.52.14](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.52.13...@ohif/extension-vtk@0.52.14) (2019-10-22) **Note:** Version bump only for package @ohif/extension-vtk diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 67ed9d7de..c1b181101 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "0.52.14", + "version": "0.52.15", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -48,8 +48,8 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", - "react-vtkjs-viewport": "^0.3.1", - "lodash.throttle": "^4.1.1" + "lodash.throttle": "^4.1.1", + "react-vtkjs-viewport": "^0.3.1" }, "devDependencies": { "@ohif/core": "^1.4.0", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index e4b7be033..ac6ec01f7 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. +## [1.11.2](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.11.1...@ohif/viewer@1.11.2) (2019-10-23) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [1.11.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.11.0...@ohif/viewer@1.11.1) (2019-10-23) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 01df4ea30..c5bf8c4ac 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.11.1", + "version": "1.11.2", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -50,7 +50,7 @@ "@ohif/extension-dicom-html": "^1.0.0", "@ohif/extension-dicom-microscopy": "^0.50.6", "@ohif/extension-dicom-pdf": "^1.0.0", - "@ohif/extension-vtk": "^0.52.14", + "@ohif/extension-vtk": "^0.52.15", "@ohif/i18n": "^0.51.0", "@ohif/ui": "^0.56.0", "@tanem/react-nprogress": "^1.1.25",