From 5c5223fcf19e19040ca9f8d8e07a760560d56d77 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Wed, 9 Oct 2019 11:27:27 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/extension-vtk@0.52.2 - @ohif/core@1.2.0 - @ohif/viewer@1.4.5 --- extensions/vtk/CHANGELOG.md | 11 +++++++++++ extensions/vtk/package.json | 4 ++-- platform/core/CHANGELOG.md | 16 ++++++++++++++++ platform/core/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 6 +++--- 6 files changed, 41 insertions(+), 6 deletions(-) diff --git a/extensions/vtk/CHANGELOG.md b/extensions/vtk/CHANGELOG.md index 7ec3cbb55..6a84dc444 100644 --- a/extensions/vtk/CHANGELOG.md +++ b/extensions/vtk/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.52.2](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.52.1...@ohif/extension-vtk@0.52.2) (2019-10-09) + + +### Performance Improvements + +* 🎸 Update vtk viewport for faster image reconstruction ([#1016](https://github.com/OHIF/Viewers/issues/1016)) ([8513ad9](https://github.com/OHIF/Viewers/commit/8513ad9)) + + + + + ## [0.52.1](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.52.0...@ohif/extension-vtk@0.52.1) (2019-10-04) **Note:** Version bump only for package @ohif/extension-vtk diff --git a/extensions/vtk/package.json b/extensions/vtk/package.json index caeed8194..3ef1a5a86 100644 --- a/extensions/vtk/package.json +++ b/extensions/vtk/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-vtk", - "version": "0.52.1", + "version": "0.52.2", "description": "OHIF extension for VTK.js", "author": "OHIF", "license": "MIT", @@ -51,7 +51,7 @@ "react-vtkjs-viewport": "0.1.4" }, "devDependencies": { - "@ohif/core": "^1.1.0", + "@ohif/core": "^1.2.0", "@ohif/ui": "^0.53.1", "cornerstone-tools": "^4.0.9", "cornerstone-wado-image-loader": "^3.0.0", diff --git a/platform/core/CHANGELOG.md b/platform/core/CHANGELOG.md index f353969cd..bef056c41 100644 --- a/platform/core/CHANGELOG.md +++ b/platform/core/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.2.0](https://github.com/OHIF/Viewers/compare/@ohif/core@1.1.0...@ohif/core@1.2.0) (2019-10-09) + + +### Bug Fixes + +* OHIF-1002 Study lazy load should be true by default ([#1004](https://github.com/OHIF/Viewers/issues/1004)) ([66d8bc6](https://github.com/OHIF/Viewers/commit/66d8bc6)) + + +### Features + +* Allow a server requestOptions.auth to be a function that returns the Authorization header. ([#928](https://github.com/OHIF/Viewers/issues/928)) ([0064a4b](https://github.com/OHIF/Viewers/commit/0064a4b)) + + + + + # [1.1.0](https://github.com/OHIF/Viewers/compare/@ohif/core@1.0.2...@ohif/core@1.1.0) (2019-10-03) diff --git a/platform/core/package.json b/platform/core/package.json index 7b4a81889..ee9bf2277 100644 --- a/platform/core/package.json +++ b/platform/core/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/core", - "version": "1.1.0", + "version": "1.2.0", "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 30085ccb1..15ad5cf96 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. +## [1.4.5](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.4.4...@ohif/viewer@1.4.5) (2019-10-09) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [1.4.4](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.4.3...@ohif/viewer@1.4.4) (2019-10-07) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index c5ecb2f10..ed4bf626c 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "1.4.4", + "version": "1.4.5", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -46,12 +46,12 @@ }, "dependencies": { "@babel/runtime": "^7.5.5", - "@ohif/core": "^1.1.0", + "@ohif/core": "^1.2.0", "@ohif/extension-cornerstone": "^2.0.0", "@ohif/extension-dicom-html": "^1.0.0", "@ohif/extension-dicom-microscopy": "^0.50.6", "@ohif/extension-dicom-pdf": "^1.0.0", - "@ohif/extension-vtk": "^0.52.1", + "@ohif/extension-vtk": "^0.52.2", "@ohif/i18n": "^0.50.5", "@ohif/ui": "^0.53.1", "@tanem/react-nprogress": "^1.1.25",