From 7b5beb8f982c508cf58c00edf1bdde85f793d66d Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Tue, 9 Mar 2021 15:55:47 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@1.11.1 - @ohif/viewer@4.9.1 --- extensions/vtk/CHANGELOG.md | 8 ++++++++ extensions/vtk/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 384be734c..17694ddb0 100644 --- a/extensions/vtk/CHANGELOG.md +++ b/extensions/vtk/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.1](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.11.0...@ohif/extension-vtk@1.11.1) (2021-03-09) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + # [1.11.0](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.10.6...@ohif/extension-vtk@1.11.0) (2021-03-04) diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index db34d37dd..08c3c21d3 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.11.0", + "version": "1.11.1", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 0a17f13f5..f8a84f1b0 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.9.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.9.0...@ohif/viewer@4.9.1) (2021-03-09) + +**Note:** Version bump only for package @ohif/viewer + + + + + # [4.9.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.8.12...@ohif/viewer@4.9.0) (2021-03-04) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 5b4e9f15b..5b34456a6 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.9.0", + "version": "4.9.1", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -58,7 +58,7 @@ "@ohif/extension-dicom-rt": "^0.6.6", "@ohif/extension-dicom-segmentation": "^0.6.0", "@ohif/extension-lesion-tracker": "^0.2.1", - "@ohif/extension-vtk": "^1.11.0", + "@ohif/extension-vtk": "^1.11.1", "@ohif/i18n": "^0.53.0", "@ohif/ui": "^1.9.0", "@tanem/react-nprogress": "^1.1.25",