From 333677c40ed46566b245a7daf204f66db0b80294 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Tue, 31 Mar 2020 13:30:26 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-dicom-microscopy@0.50.8 - @ohif/viewer@3.8.12 --- extensions/dicom-microscopy/CHANGELOG.md | 8 ++++++++ extensions/dicom-microscopy/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/extensions/dicom-microscopy/CHANGELOG.md b/extensions/dicom-microscopy/CHANGELOG.md index 4fbe3878b..740a8a381 100644 --- a/extensions/dicom-microscopy/CHANGELOG.md +++ b/extensions/dicom-microscopy/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. +## [0.50.8](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-microscopy@0.50.7...@ohif/extension-dicom-microscopy@0.50.8) (2020-03-31) + +**Note:** Version bump only for package @ohif/extension-dicom-microscopy + + + + + ## [0.50.7](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-microscopy@0.50.6...@ohif/extension-dicom-microscopy@0.50.7) (2020-03-09) **Note:** Version bump only for package @ohif/extension-dicom-microscopy diff --git a/extensions/dicom-microscopy/package.json b/extensions/dicom-microscopy/package.json index e2a90b92d..bb1417b0a 100644 --- a/extensions/dicom-microscopy/package.json +++ b/extensions/dicom-microscopy/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-dicom-microscopy", - "version": "0.50.7", + "version": "0.50.8", "description": "OHIF extension for Dicom Microscopy", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 9bba4beea..8e573bdf3 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. +## [3.8.12](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.8.11...@ohif/viewer@3.8.12) (2020-03-31) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [3.8.11](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.8.10...@ohif/viewer@3.8.11) (2020-03-26) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 5211ef6ba..02cadc9b7 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "3.8.11", + "version": "3.8.12", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -51,7 +51,7 @@ "@ohif/core": "^2.6.4", "@ohif/extension-cornerstone": "^2.5.0", "@ohif/extension-dicom-html": "^1.1.1", - "@ohif/extension-dicom-microscopy": "^0.50.7", + "@ohif/extension-dicom-microscopy": "^0.50.8", "@ohif/extension-dicom-pdf": "^1.0.2", "@ohif/extension-dicom-segmentation": "^0.1.0", "@ohif/extension-lesion-tracker": "^0.2.0",