From a6a231c81eb780b292b9c7c87fe9bdc5ec551b5e Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Fri, 19 Mar 2021 18:54:21 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-debugging@0.2.1 - @ohif/viewer@4.9.4 --- extensions/debugging/CHANGELOG.md | 8 ++++++++ extensions/debugging/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 4 ++-- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/extensions/debugging/CHANGELOG.md b/extensions/debugging/CHANGELOG.md index 27395d51e..4fb506aae 100644 --- a/extensions/debugging/CHANGELOG.md +++ b/extensions/debugging/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.2.1](https://github.com/OHIF/Viewers/compare/@ohif/extension-debugging@0.2.0...@ohif/extension-debugging@0.2.1) (2021-03-19) + +**Note:** Version bump only for package @ohif/extension-debugging + + + + + # [0.2.0](https://github.com/OHIF/Viewers/compare/@ohif/extension-debugging@0.1.6...@ohif/extension-debugging@0.2.0) (2021-03-04) diff --git a/extensions/debugging/package.json b/extensions/debugging/package.json index cd87e9fec..3f8640c7e 100644 --- a/extensions/debugging/package.json +++ b/extensions/debugging/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-debugging", - "version": "0.2.0", + "version": "0.2.1", "description": "OHIF extension for debugging.", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 9ddb4dba0..c2f8cfa2c 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.9.4](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.9.3...@ohif/viewer@4.9.4) (2021-03-19) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [4.9.3](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.9.2...@ohif/viewer@4.9.3) (2021-03-15) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 7e1dcbc16..d9487024f 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.9.3", + "version": "4.9.4", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -51,7 +51,7 @@ "@babel/runtime": "^7.5.5", "@ohif/core": "^2.13.1", "@ohif/extension-cornerstone": "^2.10.5", - "@ohif/extension-debugging": "^0.2.0", + "@ohif/extension-debugging": "^0.2.1", "@ohif/extension-dicom-html": "^1.3.4", "@ohif/extension-dicom-microscopy": "^0.52.0", "@ohif/extension-dicom-pdf": "^1.0.6",