chore(release): publish %s [skip ci]

- @ohif/extension-cornerstone@0.0.39-alpha.0
 - @ohif/extension-dicom-html@0.0.4-alpha.0
 - @ohif/extension-dicom-microscopy@0.0.9-alpha.0
 - @ohif/extension-dicom-pdf@0.0.8-alpha.0
 - @ohif/extension-vtk@0.1.4-alpha.0
 - @ohif/core@0.11.1-alpha.0
 - @ohif/i18n@0.2.3-alpha.0
 - @ohif/ui@0.2.18-alpha.0
 - @ohif/viewer@0.0.22-alpha.0
This commit is contained in:
dannyrb 2019-08-05 14:45:09 -04:00
parent 4736ad5620
commit 7ba2916cf5
18 changed files with 92 additions and 20 deletions

View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/extension-cornerstone

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone",
"version": "0.0.38",
"version": "0.0.39-alpha.0",
"description": "OHIF extension for Cornerstone",
"author": "OHIF",
"license": "MIT",
@ -26,6 +26,7 @@
},
"peerDependencies": {
"@ohif/core": "^0.6.0",
"@ohif/ui": "^0.6.0",
"cornerstone-core": "^2.2.8",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "^3.1.0",
@ -38,7 +39,6 @@
"react-dom": "^15.0.0 || ^16.0.0",
"react-redux": "^6.0.0",
"react-resize-detector": "^3.4.0",
"@ohif/ui": "^0.6.0",
"redux": "^4.0.1"
},
"dependencies": {

View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/extension-dicom-html

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-html",
"version": "0.0.3",
"version": "0.0.4-alpha.0",
"description": "OHIF extension for rendering structured reports to HTML",
"author": "OHIF",
"license": "MIT",

View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/extension-dicom-microscopy

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-microscopy",
"version": "0.0.8",
"version": "0.0.9-alpha.0",
"description": "OHIF extension for Dicom Microscopy",
"author": "OHIF",
"license": "MIT",

View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/extension-dicom-pdf

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-pdf",
"version": "0.0.7",
"version": "0.0.8-alpha.0",
"description": "OHIF extension for Dicom PDF",
"author": "OHIF",
"license": "MIT",

View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/extension-vtk

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-vtk",
"version": "0.1.3",
"version": "0.1.4-alpha.0",
"description": "OHIF extension for VTK.js",
"author": "OHIF",
"license": "MIT",
@ -17,8 +17,9 @@
"lerna:build": "webpack --watch --progress --colors --mode development"
},
"peerDependencies": {
"@ohif/i18n": "0.2.2",
"@ohif/core": "^0.6.0",
"@ohif/i18n": "0.2.2",
"@ohif/ui": "^0.15.1",
"cornerstone-core": "^2.2.8",
"cornerstone-wado-image-loader": "^2.2.3",
"dcmjs": "^0.4.7",
@ -31,7 +32,6 @@
"react-i18next": "^10.11.0",
"react-redux": "^7.1.0",
"react-resize-detector": "^4.2.0",
"@ohif/ui": "^0.15.1",
"redux": "^4.0.1"
},
"dependencies": {
@ -41,6 +41,7 @@
},
"devDependencies": {
"@ohif/core": "^0.7.0",
"@ohif/ui": "^0.15.1",
"cornerstone-tools": "^3.13.0",
"cornerstone-wado-image-loader": "^2.2.3",
"dcmjs": "^0.4.7",
@ -50,7 +51,6 @@
"i18next-browser-languagedetector": "^3.0.1",
"react-i18next": "^10.11.0",
"react-redux": "^7.1.0",
"@ohif/ui": "^0.15.1",
"redux": "^4.0.1"
},
"files": [

View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/core

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/core",
"version": "0.11.0",
"version": "0.11.1-alpha.0",
"description": "Useful functions and classes for building web-based medical imaging applications",
"author": "OHIF Contributors",
"license": "MIT",

View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/i18n

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/i18n",
"version": "0.2.2",
"version": "0.2.3-alpha.0",
"description": "OHIF extension for internationalization",
"author": "OHIF",
"license": "MIT",

8
platform/ui/CHANGELOG.md Normal file
View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/ui

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/ui",
"version": "0.2.17",
"version": "0.2.18-alpha.0",
"description": "A set of React components for Medical Imaging Viewers",
"author": "OHIF Contributors",
"license": "MIT",

View File

@ -0,0 +1,8 @@
# 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.0 (2019-08-05)
**Note:** Version bump only for package @ohif/viewer

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/viewer",
"version": "0.0.21",
"version": "0.0.22-alpha.0",
"description": "OHIF Viewer",
"author": "OHIF Contributors",
"license": "MIT",
@ -54,14 +54,14 @@
},
"dependencies": {
"@babel/runtime": "^7.4.5",
"@ohif/core": "^0.11.0",
"@ohif/core": "^0.11.1-alpha.0",
"@ohif/extension-cornerstone": "^0.0.39-alpha.0",
"@ohif/extension-dicom-html": "^0.0.4-alpha.0",
"@ohif/extension-dicom-microscopy": "^0.0.9-alpha.0",
"@ohif/extension-dicom-pdf": "^0.0.8-alpha.0",
"@ohif/extension-vtk": "^0.1.4-alpha.0",
"@ohif/i18n": "^0.2.3-alpha.0",
"@ohif/ui": "0.15.3",
"@ohif/extension-cornerstone": "0.0.38",
"@ohif/extension-dicom-html": "0.0.3",
"@ohif/extension-dicom-microscopy": "0.0.8",
"@ohif/extension-dicom-pdf": "0.0.7",
"@ohif/extension-vtk": "0.1.3",
"@ohif/i18n": "0.2.2",
"@tanem/react-nprogress": "^1.1.25",
"classnames": "^2.2.6",
"cornerstone-core": "^2.2.8",