From cb7fafb1d6bf85c81ecce92ec3a180bf0b56e5b2 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Mon, 14 Mar 2022 16:20:31 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@1.12.17 - @ohif/ui@1.10.7 - @ohif/viewer@4.12.20 --- extensions/vtk/CHANGELOG.md | 8 ++++++++ extensions/vtk/package.json | 4 ++-- platform/ui/CHANGELOG.md | 11 +++++++++++ platform/ui/package.json | 2 +- platform/viewer/CHANGELOG.md | 11 +++++++++++ platform/viewer/package.json | 6 +++--- 6 files changed, 36 insertions(+), 6 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 71a293e5a..ba7c03179 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.17](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.12.16...@ohif/extension-vtk@1.12.17) (2022-03-14) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + ## [1.12.16](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.12.15...@ohif/extension-vtk@1.12.16) (2022-02-15) **Note:** Version bump only for package @ohif/extension-vtk diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index bb31ea361..a37de4fed 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.12.16", + "version": "1.12.17", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -54,7 +54,7 @@ }, "devDependencies": { "@ohif/core": "^2.16.12", - "@ohif/ui": "^1.10.6", + "@ohif/ui": "^1.10.7", "cornerstone-tools": "^6.0.6", "cornerstone-wado-image-loader": "^4.1.0", "dicom-parser": "^1.8.11", diff --git a/platform/ui/CHANGELOG.md b/platform/ui/CHANGELOG.md index 572c29cb3..5df302321 100644 --- a/platform/ui/CHANGELOG.md +++ b/platform/ui/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. +## [1.10.7](https://github.com/OHIF/Viewers/compare/@ohif/ui@1.10.6...@ohif/ui@1.10.7) (2022-03-14) + + +### Bug Fixes + +* remove docz + node version fix on docker ([#2743](https://github.com/OHIF/Viewers/issues/2743)) ([7164d1a](https://github.com/OHIF/Viewers/commit/7164d1a654571af99c22d2684e56cbdde05b2222)) + + + + + ## [1.10.6](https://github.com/OHIF/Viewers/compare/@ohif/ui@1.10.5...@ohif/ui@1.10.6) (2022-02-03) **Note:** Version bump only for package @ohif/ui diff --git a/platform/ui/package.json b/platform/ui/package.json index 9abfb273e..988d764d2 100644 --- a/platform/ui/package.json +++ b/platform/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/ui", - "version": "1.10.6", + "version": "1.10.7", "description": "A set of React components for Medical Imaging Viewers", "author": "OHIF Contributors", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index a973458e3..5eb22b238 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/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. +## [4.12.20](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.12.19...@ohif/viewer@4.12.20) (2022-03-14) + + +### Bug Fixes + +* remove docz + node version fix on docker ([#2743](https://github.com/OHIF/Viewers/issues/2743)) ([7164d1a](https://github.com/OHIF/Viewers/commit/7164d1a654571af99c22d2684e56cbdde05b2222)) + + + + + ## [4.12.19](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.12.18...@ohif/viewer@4.12.19) (2022-03-10) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 717ee5507..8e350b1f6 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.12.19", + "version": "4.12.20", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -56,9 +56,9 @@ "@ohif/extension-dicom-rt": "^0.7.8", "@ohif/extension-dicom-segmentation": "^0.7.8", "@ohif/extension-lesion-tracker": "^0.2.1", - "@ohif/extension-vtk": "^1.12.16", + "@ohif/extension-vtk": "^1.12.17", "@ohif/i18n": "^0.53.0", - "@ohif/ui": "^1.10.6", + "@ohif/ui": "^1.10.7", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6", "core-js": "^3.2.1",