chore(release): publish [skip ci]

- @ohif/extension-vtk@0.51.1
 - @ohif/viewer@1.3.2
This commit is contained in:
ohif-bot 2019-10-01 20:36:02 +00:00
parent 8503cbce4e
commit 2ee876e6bd
4 changed files with 22 additions and 3 deletions

View File

@ -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.51.1](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.51.0...@ohif/extension-vtk@0.51.1) (2019-10-01)
### Bug Fixes
* **rotate:** Use new MPR rotate in react-vtkjs-viewport 0.1.2 ([#964](https://github.com/OHIF/Viewers/issues/964)) ([8503cbc](https://github.com/OHIF/Viewers/commit/8503cbc))
# [0.51.0](https://github.com/OHIF/Viewers/compare/@ohif/extension-vtk@0.50.23...@ohif/extension-vtk@0.51.0) (2019-10-01)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-vtk",
"version": "0.51.0",
"version": "0.51.1",
"description": "OHIF extension for VTK.js",
"author": "OHIF",
"license": "MIT",

View File

@ -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.3.2](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.3.1...@ohif/viewer@1.3.2) (2019-10-01)
**Note:** Version bump only for package @ohif/viewer
## [1.3.1](https://github.com/OHIF/Viewers/compare/@ohif/viewer@1.3.0...@ohif/viewer@1.3.1) (2019-10-01)

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/viewer",
"version": "1.3.1",
"version": "1.3.2",
"description": "OHIF Viewer",
"author": "OHIF Contributors",
"license": "MIT",
@ -51,7 +51,7 @@
"@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.51.0",
"@ohif/extension-vtk": "^0.51.1",
"@ohif/i18n": "^0.50.4",
"@ohif/ui": "^0.52.0",
"@tanem/react-nprogress": "^1.1.25",