From 7aba01f534b70406ce02e1708004141c7b773904 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Mon, 26 Sep 2022 14:42:01 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@1.12.35 - @ohif/viewer@4.12.41 --- 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 19ee654a4..55331d9c2 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.12.35](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.12.34...@ohif/extension-vtk@1.12.35) (2022-09-26) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + ## [1.12.34](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.12.33...@ohif/extension-vtk@1.12.34) (2022-09-20) **Note:** Version bump only for package @ohif/extension-vtk diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 86b537c65..340b7af68 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.12.34", + "version": "1.12.35", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 64ee9650c..644d68561 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.12.41](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.12.40...@ohif/viewer@4.12.41) (2022-09-26) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [4.12.40](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.12.39...@ohif/viewer@4.12.40) (2022-09-20) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index aeececfc6..583805204 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.12.40", + "version": "4.12.41", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -56,7 +56,7 @@ "@ohif/extension-dicom-rt": "^0.7.13", "@ohif/extension-dicom-segmentation": "^0.7.15", "@ohif/extension-lesion-tracker": "^0.2.2", - "@ohif/extension-vtk": "^1.12.34", + "@ohif/extension-vtk": "^1.12.35", "@ohif/i18n": "^0.53.0", "@ohif/ui": "^1.10.10", "@tanem/react-nprogress": "^1.1.25",