From 26da6b00134ee4c8687e02c77cc822a8ff8b4bea Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Wed, 14 Aug 2019 00:55:13 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-cornerstone@0.0.39-alpha.8 - @ohif/extension-dicom-html@0.0.4-alpha.8 - @ohif/extension-dicom-microscopy@0.0.9-alpha.8 - @ohif/extension-dicom-pdf@0.0.8-alpha.8 - @ohif/extension-vtk@0.1.4-alpha.8 - @ohif/core@0.11.1-alpha.8 - @ohif/i18n@0.2.3-alpha.8 - @ohif/ui@0.2.18-alpha.8 - @ohif/viewer@0.0.22-alpha.9 --- extensions/cornerstone/CHANGELOG.md | 13 +++++++++++++ extensions/cornerstone/package.json | 2 +- extensions/dicom-html/CHANGELOG.md | 13 +++++++++++++ extensions/dicom-html/package.json | 2 +- extensions/dicom-microscopy/CHANGELOG.md | 13 +++++++++++++ extensions/dicom-microscopy/package.json | 2 +- extensions/dicom-pdf/CHANGELOG.md | 13 +++++++++++++ extensions/dicom-pdf/package.json | 2 +- extensions/vtk/CHANGELOG.md | 13 +++++++++++++ extensions/vtk/package.json | 6 +++--- platform/core/CHANGELOG.md | 13 +++++++++++++ platform/core/package.json | 2 +- platform/i18n/CHANGELOG.md | 13 +++++++++++++ platform/i18n/package.json | 2 +- platform/ui/CHANGELOG.md | 13 +++++++++++++ platform/ui/package.json | 2 +- platform/viewer/CHANGELOG.md | 13 +++++++++++++ platform/viewer/package.json | 18 +++++++++--------- 18 files changed, 136 insertions(+), 19 deletions(-) diff --git a/extensions/cornerstone/CHANGELOG.md b/extensions/cornerstone/CHANGELOG.md index 0af4bb56e..d5707aa8b 100644 --- a/extensions/cornerstone/CHANGELOG.md +++ b/extensions/cornerstone/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.0.39-alpha.8 (2019-08-14) + +**Note:** Version bump only for package @ohif/extension-cornerstone + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/extensions/cornerstone/package.json b/extensions/cornerstone/package.json index ae89b5212..1e82dcb8c 100644 --- a/extensions/cornerstone/package.json +++ b/extensions/cornerstone/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-cornerstone", - "version": "0.0.39-alpha.7", + "version": "0.0.39-alpha.8", "description": "OHIF extension for Cornerstone", "author": "OHIF", "license": "MIT", diff --git a/extensions/dicom-html/CHANGELOG.md b/extensions/dicom-html/CHANGELOG.md index f64a54437..d6ec39f3b 100644 --- a/extensions/dicom-html/CHANGELOG.md +++ b/extensions/dicom-html/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.0.4-alpha.8 (2019-08-14) + +**Note:** Version bump only for package @ohif/extension-dicom-html + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/extensions/dicom-html/package.json b/extensions/dicom-html/package.json index ba9e0463b..0f256b243 100644 --- a/extensions/dicom-html/package.json +++ b/extensions/dicom-html/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-dicom-html", - "version": "0.0.4-alpha.7", + "version": "0.0.4-alpha.8", "description": "OHIF extension for rendering structured reports to HTML", "author": "OHIF", "license": "MIT", diff --git a/extensions/dicom-microscopy/CHANGELOG.md b/extensions/dicom-microscopy/CHANGELOG.md index 4b05c9438..4f4e1cdfa 100644 --- a/extensions/dicom-microscopy/CHANGELOG.md +++ b/extensions/dicom-microscopy/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.0.9-alpha.8 (2019-08-14) + +**Note:** Version bump only for package @ohif/extension-dicom-microscopy + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/extensions/dicom-microscopy/package.json b/extensions/dicom-microscopy/package.json index 9a6fe7ff1..38025cf28 100644 --- a/extensions/dicom-microscopy/package.json +++ b/extensions/dicom-microscopy/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-dicom-microscopy", - "version": "0.0.9-alpha.7", + "version": "0.0.9-alpha.8", "description": "OHIF extension for Dicom Microscopy", "author": "OHIF", "license": "MIT", diff --git a/extensions/dicom-pdf/CHANGELOG.md b/extensions/dicom-pdf/CHANGELOG.md index 430071321..f77f32bfd 100644 --- a/extensions/dicom-pdf/CHANGELOG.md +++ b/extensions/dicom-pdf/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.0.8-alpha.8 (2019-08-14) + +**Note:** Version bump only for package @ohif/extension-dicom-pdf + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/extensions/dicom-pdf/package.json b/extensions/dicom-pdf/package.json index 8d6cc3ea9..50a1008af 100644 --- a/extensions/dicom-pdf/package.json +++ b/extensions/dicom-pdf/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-dicom-pdf", - "version": "0.0.8-alpha.7", + "version": "0.0.8-alpha.8", "description": "OHIF extension for Dicom PDF", "author": "OHIF", "license": "MIT", diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 18ae47d86..8570fbb78 100644 --- a/extensions/vtk/CHANGELOG.md +++ b/extensions/vtk/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.1.4-alpha.8 (2019-08-14) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 24343da83..26053fd49 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "0.1.4-alpha.7", + "version": "0.1.4-alpha.8", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -51,8 +51,8 @@ "vtk.js": "^8.11.0" }, "devDependencies": { - "@ohif/core": "^0.11.1-alpha.7", - "@ohif/ui": "^0.2.18-alpha.7", + "@ohif/core": "^0.11.1-alpha.8", + "@ohif/ui": "^0.2.18-alpha.8", "cornerstone-tools": "^3.13.0", "cornerstone-wado-image-loader": "^3.0.0", "dcmjs": "^0.4.7", diff --git a/platform/core/CHANGELOG.md b/platform/core/CHANGELOG.md index 4a528cf40..9ca736c4c 100644 --- a/platform/core/CHANGELOG.md +++ b/platform/core/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.11.1-alpha.8 (2019-08-14) + +**Note:** Version bump only for package @ohif/core + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/platform/core/package.json b/platform/core/package.json index e63d795c8..c31104a0f 100644 --- a/platform/core/package.json +++ b/platform/core/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/core", - "version": "0.11.1-alpha.7", + "version": "0.11.1-alpha.8", "description": "Generic business logic for web-based medical imaging applications", "author": "OHIF Core Team", "license": "MIT", diff --git a/platform/i18n/CHANGELOG.md b/platform/i18n/CHANGELOG.md index 2058d957a..2982fa318 100644 --- a/platform/i18n/CHANGELOG.md +++ b/platform/i18n/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.2.3-alpha.8 (2019-08-14) + +**Note:** Version bump only for package @ohif/i18n + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/platform/i18n/package.json b/platform/i18n/package.json index f703158ae..d6d7e509d 100644 --- a/platform/i18n/package.json +++ b/platform/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/i18n", - "version": "0.2.3-alpha.7", + "version": "0.2.3-alpha.8", "description": "Internationalization library for The OHIF Viewer", "author": "OHIF", "license": "MIT", diff --git a/platform/ui/CHANGELOG.md b/platform/ui/CHANGELOG.md index 4f61cf449..e1362ba0c 100644 --- a/platform/ui/CHANGELOG.md +++ b/platform/ui/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.2.18-alpha.8 (2019-08-14) + +**Note:** Version bump only for package @ohif/ui + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/platform/ui/package.json b/platform/ui/package.json index f3c3b25df..86139f47f 100644 --- a/platform/ui/package.json +++ b/platform/ui/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/ui", - "version": "0.2.18-alpha.7", + "version": "0.2.18-alpha.8", "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 b7f64a862..6b27a22fc 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -1,3 +1,16 @@ +# Change Log + +All notable changes to this project will be documented in this file. +See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + +## 0.0.22-alpha.9 (2019-08-14) + +**Note:** Version bump only for package @ohif/viewer + + + + + # Change Log All notable changes to this project will be documented in this file. See diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 5f969e165..d2ec9d249 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "0.0.22-alpha.8", + "version": "0.0.22-alpha.9", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -43,14 +43,14 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", - "@ohif/core": "^0.11.1-alpha.7", - "@ohif/extension-cornerstone": "^0.0.39-alpha.7", - "@ohif/extension-dicom-html": "^0.0.4-alpha.7", - "@ohif/extension-dicom-microscopy": "^0.0.9-alpha.7", - "@ohif/extension-dicom-pdf": "^0.0.8-alpha.7", - "@ohif/extension-vtk": "^0.1.4-alpha.7", - "@ohif/i18n": "^0.2.3-alpha.7", - "@ohif/ui": "^0.2.18-alpha.7", + "@ohif/core": "^0.11.1-alpha.8", + "@ohif/extension-cornerstone": "^0.0.39-alpha.8", + "@ohif/extension-dicom-html": "^0.0.4-alpha.8", + "@ohif/extension-dicom-microscopy": "^0.0.9-alpha.8", + "@ohif/extension-dicom-pdf": "^0.0.8-alpha.8", + "@ohif/extension-vtk": "^0.1.4-alpha.8", + "@ohif/i18n": "^0.2.3-alpha.8", + "@ohif/ui": "^0.2.18-alpha.8", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6", "core-js": "^3.1.4",