From 029f8af4c7be63539698cf85fb2e0c14377761c9 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Mon, 13 Jul 2020 15:37:54 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-cornerstone@2.8.3 - @ohif/extension-dicom-html@1.2.4 - @ohif/extension-dicom-rt@0.2.4 - @ohif/extension-dicom-segmentation@0.3.3 - @ohif/extension-vtk@1.6.6 - @ohif/core@2.9.11 - @ohif/viewer@4.2.10 --- extensions/cornerstone/CHANGELOG.md | 8 ++++++++ extensions/cornerstone/package.json | 2 +- extensions/dicom-html/CHANGELOG.md | 8 ++++++++ extensions/dicom-html/package.json | 2 +- extensions/dicom-rt/CHANGELOG.md | 8 ++++++++ extensions/dicom-rt/package.json | 2 +- extensions/dicom-segmentation/CHANGELOG.md | 8 ++++++++ extensions/dicom-segmentation/package.json | 2 +- 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 | 14 +++++++------- 14 files changed, 70 insertions(+), 14 deletions(-) diff --git a/extensions/cornerstone/CHANGELOG.md b/extensions/cornerstone/CHANGELOG.md index 8875a314f..b19d8c4ea 100644 --- a/extensions/cornerstone/CHANGELOG.md +++ b/extensions/cornerstone/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. +## [2.8.3](https://github.com/OHIF/Viewers/compare/@ohif/extension-cornerstone@2.8.2...@ohif/extension-cornerstone@2.8.3) (2020-07-13) + +**Note:** Version bump only for package @ohif/extension-cornerstone + + + + + ## [2.8.2](https://github.com/OHIF/Viewers/compare/@ohif/extension-cornerstone@2.8.1...@ohif/extension-cornerstone@2.8.2) (2020-06-15) diff --git a/extensions/cornerstone/package.json b/extensions/cornerstone/package.json index 713cbf430..f3112312d 100644 --- a/extensions/cornerstone/package.json +++ b/extensions/cornerstone/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-cornerstone", - "version": "2.8.2", + "version": "2.8.3", "description": "OHIF extension for Cornerstone", "author": "OHIF", "license": "MIT", diff --git a/extensions/dicom-html/CHANGELOG.md b/extensions/dicom-html/CHANGELOG.md index da3b85f4a..638193b99 100644 --- a/extensions/dicom-html/CHANGELOG.md +++ b/extensions/dicom-html/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. +## [1.2.4](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-html@1.2.3...@ohif/extension-dicom-html@1.2.4) (2020-07-13) + +**Note:** Version bump only for package @ohif/extension-dicom-html + + + + + ## [1.2.3](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-html@1.2.2...@ohif/extension-dicom-html@1.2.3) (2020-06-15) diff --git a/extensions/dicom-html/package.json b/extensions/dicom-html/package.json index 55ce3492e..8ec795481 100644 --- a/extensions/dicom-html/package.json +++ b/extensions/dicom-html/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-dicom-html", - "version": "1.2.3", + "version": "1.2.4", "description": "OHIF extension for rendering structured reports to HTML", "author": "OHIF", "license": "MIT", diff --git a/extensions/dicom-rt/CHANGELOG.md b/extensions/dicom-rt/CHANGELOG.md index c9583cf1e..e63b3784c 100644 --- a/extensions/dicom-rt/CHANGELOG.md +++ b/extensions/dicom-rt/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.4](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-rt@0.2.3...@ohif/extension-dicom-rt@0.2.4) (2020-07-13) + +**Note:** Version bump only for package @ohif/extension-dicom-rt + + + + + ## [0.2.3](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-rt@0.2.2...@ohif/extension-dicom-rt@0.2.3) (2020-07-13) **Note:** Version bump only for package @ohif/extension-dicom-rt diff --git a/extensions/dicom-rt/package.json b/extensions/dicom-rt/package.json index eb17cfc72..804f41193 100644 --- a/extensions/dicom-rt/package.json +++ b/extensions/dicom-rt/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-dicom-rt", - "version": "0.2.3", + "version": "0.2.4", "description": "OHIF extension for rendering DICOM RTSTRUCTs on top of cornerstone images.", "author": "OHIF", "license": "MIT", diff --git a/extensions/dicom-segmentation/CHANGELOG.md b/extensions/dicom-segmentation/CHANGELOG.md index 5f7162813..807240575 100644 --- a/extensions/dicom-segmentation/CHANGELOG.md +++ b/extensions/dicom-segmentation/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.3.3](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-segmentation@0.3.2...@ohif/extension-dicom-segmentation@0.3.3) (2020-07-13) + +**Note:** Version bump only for package @ohif/extension-dicom-segmentation + + + + + ## [0.3.2](https://github.com/OHIF/Viewers/compare/@ohif/extension-dicom-segmentation@0.3.1...@ohif/extension-dicom-segmentation@0.3.2) (2020-07-13) diff --git a/extensions/dicom-segmentation/package.json b/extensions/dicom-segmentation/package.json index 28012284d..138bd7051 100644 --- a/extensions/dicom-segmentation/package.json +++ b/extensions/dicom-segmentation/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-dicom-segmentation", - "version": "0.3.2", + "version": "0.3.3", "description": "OHIF extension for viewing segmentations in the 2D MPR view", "author": "OHIF", "license": "MIT", diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index f240d220e..a86f22295 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. +## [1.6.6](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.6.5...@ohif/extension-vtk@1.6.6) (2020-07-13) + +**Note:** Version bump only for package @ohif/extension-vtk + + + + + ## [1.6.5](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@1.6.4...@ohif/extension-vtk@1.6.5) (2020-07-13) **Note:** Version bump only for package @ohif/extension-vtk diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index 4458d0152..066b20448 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "1.6.5", + "version": "1.6.6", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -53,7 +53,7 @@ "react-vtkjs-viewport": "^0.9.0" }, "devDependencies": { - "@ohif/core": "^2.9.10", + "@ohif/core": "^2.9.11", "@ohif/ui": "^1.5.1", "cornerstone-tools": "4.15.1", "cornerstone-wado-image-loader": "^3.1.0", diff --git a/platform/core/CHANGELOG.md b/platform/core/CHANGELOG.md index cf007764e..7ff007205 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. +## [2.9.11](https://github.com/OHIF/Viewers/compare/@ohif/core@2.9.10...@ohif/core@2.9.11) (2020-07-13) + +**Note:** Version bump only for package @ohif/core + + + + + ## [2.9.10](https://github.com/OHIF/Viewers/compare/@ohif/core@2.9.9...@ohif/core@2.9.10) (2020-07-13) diff --git a/platform/core/package.json b/platform/core/package.json index ff188d1fd..d78474dc6 100644 --- a/platform/core/package.json +++ b/platform/core/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/core", - "version": "2.9.10", + "version": "2.9.11", "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 ad6ebef44..413733e1f 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.2.10](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.2.9...@ohif/viewer@4.2.10) (2020-07-13) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [4.2.9](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.2.8...@ohif/viewer@4.2.9) (2020-07-13) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index ea704de1a..a7cabd884 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.2.9", + "version": "4.2.10", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -48,16 +48,16 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", - "@ohif/core": "^2.9.10", - "@ohif/extension-cornerstone": "^2.8.2", - "@ohif/extension-dicom-html": "^1.2.3", + "@ohif/core": "^2.9.11", + "@ohif/extension-cornerstone": "^2.8.3", + "@ohif/extension-dicom-html": "^1.2.4", "@ohif/extension-dicom-microscopy": "^0.51.0", "@ohif/extension-dicom-p10-downloader": "^0.1.2", "@ohif/extension-dicom-pdf": "^1.0.3", - "@ohif/extension-dicom-rt": "^0.2.3", - "@ohif/extension-dicom-segmentation": "^0.3.2", + "@ohif/extension-dicom-rt": "^0.2.4", + "@ohif/extension-dicom-segmentation": "^0.3.3", "@ohif/extension-lesion-tracker": "^0.2.0", - "@ohif/extension-vtk": "^1.6.5", + "@ohif/extension-vtk": "^1.6.6", "@ohif/i18n": "^0.52.8", "@ohif/ui": "^1.5.1", "@tanem/react-nprogress": "^1.1.25",