From bc28fe26ac295c6680b7a8c4c5984d6c15354148 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Thu, 19 Sep 2019 12:13:07 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@0.50.15 - @ohif/viewer@1.1.7 --- extensions/vtk/CHANGELOG.md | 12 ++++++++++++ extensions/vtk/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 4 ++-- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 95dbde5a6..dc3cf70be 100644 --- a/extensions/vtk/CHANGELOG.md +++ b/extensions/vtk/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.50.15](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.50.14...@ohif/extension-vtk@0.50.15) (2019-09-19) + + +### Bug Fixes + +* Bump VTK viewport dependency ([#929](https://github.com/OHIF/Viewers/issues/929)) ([66a0aad](https://github.com/OHIF/Viewers/commit/66a0aad)) +* Stop adding empty labelmap to VTK Viewports for now. Wait until paint tools are implemented ([#926](https://github.com/OHIF/Viewers/issues/926)) ([7f642a0](https://github.com/OHIF/Viewers/commit/7f642a0)) + + + + + ## [0.50.14](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.50.13...@ohif/extension-vtk@0.50.14) (2019-09-17) diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index da54e9a44..2144df28c 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "0.50.14", + "version": "0.50.15", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 2c6a77f7d..ba22fc52f 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.7](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.1.6...@ohif/viewer@1.1.7) (2019-09-19) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [1.1.6](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.1.5...@ohif/viewer@1.1.6) (2019-09-19) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 958c09b3f..5f5dc1c8f 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.1.6", + "version": "1.1.7", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -49,7 +49,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.14", + "@ohif/extension-vtk": "^0.50.15", "@ohif/i18n": "^0.50.4", "@ohif/ui": "^0.51.0", "@tanem/react-nprogress": "^1.1.25",