From 5121913ee6ed242e428d21928176b09ac139c418 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Thu, 19 Nov 2020 11:28:20 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@1.7.16 - @ohif/viewer@4.5.26 --- 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 a5a1732b4..4a318683a 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.7.16](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.7.15...@ohif/extension-vtk@1.7.16) (2020-11-19) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + ## [1.7.15](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.7.14...@ohif/extension-vtk@1.7.15) (2020-11-02) **Note:** Version bump only for package @ohif/extension-vtk diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 7ff7baaf3..3a54b3495 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.7.15", + "version": "1.7.16", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 08977d89a..271e6dd2f 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.5.26](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.5.25...@ohif/viewer@4.5.26) (2020-11-19) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [4.5.25](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.5.24...@ohif/viewer@4.5.25) (2020-11-13) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 384e1604a..1874d5708 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.5.25", + "version": "4.5.26", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -57,7 +57,7 @@ "@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.7.15", + "@ohif/extension-vtk": "^1.7.16", "@ohif/i18n": "^0.52.8", "@ohif/ui": "^1.5.7", "@tanem/react-nprogress": "^1.1.25",