From 6192502fe01d465719251ff2adbd6922249af9cd Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Thu, 19 Sep 2019 12:50:18 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@0.50.16 - @ohif/viewer@1.1.9 --- extensions/vtk/CHANGELOG.md | 11 +++++++++++ extensions/vtk/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index dc3cf70be..b96638648 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.50.16](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.50.15...@ohif/extension-vtk@0.50.16) (2019-09-19) + + +### Bug Fixes + +* Set transfer function range to data range when loading volumes in VTK ([#930](https://github.com/OHIF/Viewers/issues/930)) ([2341b32](https://github.com/OHIF/Viewers/commit/2341b32)) + + + + + ## [0.50.15](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.50.14...@ohif/extension-vtk@0.50.15) (2019-09-19) diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 2144df28c..666079ff8 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "0.50.15", + "version": "0.50.16", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 23db1722c..7de3e9d79 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.1.9](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.1.8...@ohif/viewer@1.1.9) (2019-09-19) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [1.1.8](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.1.7...@ohif/viewer@1.1.8) (2019-09-19) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index e2b11e22a..81df86935 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.1.8", + "version": "1.1.9", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -50,7 +50,7 @@ "@ohif/extension-dicom-html": "^0.50.7", "@ohif/extension-dicom-microscopy": "^0.50.5", "@ohif/extension-dicom-pdf": "^0.50.4", - "@ohif/extension-vtk": "^0.50.15", + "@ohif/extension-vtk": "^0.50.16", "@ohif/i18n": "^0.50.4", "@ohif/ui": "^0.51.0", "@tanem/react-nprogress": "^1.1.25",