From 9138b554e3dd9a563493e7d635884a35a9d0687c Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Thu, 22 Aug 2019 13:56:22 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@0.50.3 - @ohif/core@0.50.2 - @ohif/viewer@0.50.6 --- extensions/vtk/CHANGELOG.md | 8 ++++++++ extensions/vtk/package.json | 4 ++-- platform/core/CHANGELOG.md | 8 ++++++++ platform/core/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 6 +++--- 6 files changed, 30 insertions(+), 6 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 7133f45d648..1921a3b8d3f 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. +## [0.50.3](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.50.2...@ohif/extension-vtk@0.50.3) (2019-08-22) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + ## [0.50.2](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.50.1...@ohif/extension-vtk@0.50.2) (2019-08-15) diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 2af2588eccb..73dea883a50 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "0.50.2", + "version": "0.50.3", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -52,7 +52,7 @@ "vtk.js": "^9.5.0" }, "devDependencies": { - "@ohif/core": "^0.50.1", + "@ohif/core": "^0.50.2", "@ohif/ui": "^0.50.1", "cornerstone-tools": "^3.13.0", "cornerstone-wado-image-loader": "^3.0.0", diff --git a/platform/core/CHANGELOG.md b/platform/core/CHANGELOG.md index 7ed98cb100d..0971682ea73 100644 --- a/platform/core/CHANGELOG.md +++ b/platform/core/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.2](https://github.com/OHIF/Viewers/compare/@ohif/core@0.50.1...@ohif/core@0.50.2) (2019-08-22) + +**Note:** Version bump only for package @ohif/core + + + + + ## [0.50.1](https://github.com/OHIF/Viewers/compare/@ohif/core@0.50.0-alpha.10...@ohif/core@0.50.1) (2019-08-14) **Note:** Version bump only for package @ohif/core diff --git a/platform/core/package.json b/platform/core/package.json index b368766eb0d..876e215ed2e 100644 --- a/platform/core/package.json +++ b/platform/core/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/core", - "version": "0.50.1", + "version": "0.50.2", "description": "Generic business logic for web-based medical imaging applications", "author": "OHIF Core Team", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index ff9dcbb403a..65476a901ba 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. +## [0.50.6](https://github.com/OHIF/Viewers/compare/@ohif/viewer@0.50.5...@ohif/viewer@0.50.6) (2019-08-22) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [0.50.5](https://github.com/OHIF/Viewers/compare/@ohif/viewer@0.50.4...@ohif/viewer@0.50.5) (2019-08-21) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 50fd43a6bbd..d5da2cde5e6 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "0.50.5", + "version": "0.50.6", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -44,12 +44,12 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", - "@ohif/core": "^0.50.1", + "@ohif/core": "^0.50.2", "@ohif/extension-cornerstone": "^0.50.1", "@ohif/extension-dicom-html": "^0.50.1", "@ohif/extension-dicom-microscopy": "^0.50.1", "@ohif/extension-dicom-pdf": "^0.50.1", - "@ohif/extension-vtk": "^0.50.2", + "@ohif/extension-vtk": "^0.50.3", "@ohif/i18n": "^0.50.1", "@ohif/ui": "^0.50.1", "@tanem/react-nprogress": "^1.1.25",