From 4c7b2b4ae0b8ff5a335677b42c3a95e2f476fa9b Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Thu, 21 Jan 2021 14:59:06 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-dicom-microscopy@0.51.4 - @ohif/viewer@4.8.4 --- 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 250d60e35..8a5545395 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.51.4](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-microscopy@0.51.3...@ohif/extension-dicom-microscopy@0.51.4) (2021-01-21) + +**Note:** Version bump only for package @ohif/extension-dicom-microscopy + + + + + ## [0.51.3](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-microscopy@0.51.2...@ohif/extension-dicom-microscopy@0.51.3) (2020-09-10) **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 bcc44ca03..4259145f3 100644 --- a/extensions/dicom-microscopy/package.json +++ b/extensions/dicom-microscopy/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-dicom-microscopy", - "version": "0.51.3", + "version": "0.51.4", "description": "OHIF extension for Dicom Microscopy", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 0b874ba14..797462e0b 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.8.4](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.8.3...@ohif/viewer@4.8.4) (2021-01-21) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [4.8.3](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.8.2...@ohif/viewer@4.8.3) (2021-01-21) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index c118bc7e8..4a7a6221a 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.8.3", + "version": "4.8.4", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -53,7 +53,7 @@ "@ohif/extension-cornerstone": "^2.10.0", "@ohif/extension-debugging": "^0.1.6", "@ohif/extension-dicom-html": "^1.3.0", - "@ohif/extension-dicom-microscopy": "^0.51.3", + "@ohif/extension-dicom-microscopy": "^0.51.4", "@ohif/extension-dicom-pdf": "^1.0.6", "@ohif/extension-dicom-rt": "^0.6.2", "@ohif/extension-dicom-segmentation": "^0.5.1",