bump versions to same starting point (still pre-v1)

This commit is contained in:
dannyrb 2019-08-14 08:27:23 -04:00
parent e7ff3a3ac8
commit dabc948f4c
10 changed files with 28 additions and 28 deletions

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-cornerstone",
"version": "0.0.39-alpha.9",
"version": "0.50.0-alpha.9",
"description": "OHIF extension for Cornerstone",
"author": "OHIF",
"license": "MIT",
@ -27,8 +27,8 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "^0.11.1-alpha.0",
"@ohif/ui": "^0.2.18-alpha.0",
"@ohif/core": "^0.50.0-alpha.0",
"@ohif/ui": "^0.50.0-alpha.0",
"cornerstone-core": "^2.2.8",
"cornerstone-math": "^0.1.8",
"cornerstone-tools": "^3.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-html",
"version": "0.0.4-alpha.9",
"version": "0.50.0-alpha.9",
"description": "OHIF extension for rendering structured reports to HTML",
"author": "OHIF",
"license": "MIT",
@ -27,7 +27,7 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "^0.11.1-alpha.0",
"@ohif/core": "^0.50.0-alpha.0",
"dcmjs": "^0.3.3",
"prop-types": "^15.6.2",
"react": "^15.0.0 || ^16.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-microscopy",
"version": "0.0.9-alpha.9",
"version": "0.50.0-alpha.9",
"description": "OHIF extension for Dicom Microscopy",
"author": "OHIF",
"license": "MIT",
@ -27,7 +27,7 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "^0.11.1-alpha.0",
"@ohif/core": "^0.50.0-alpha.0",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-dicom-pdf",
"version": "0.0.8-alpha.9",
"version": "0.50.0-alpha.9",
"description": "OHIF extension for Dicom PDF",
"author": "OHIF",
"license": "MIT",
@ -27,7 +27,7 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "^0.11.1-alpha.0",
"@ohif/core": "^0.50.0-alpha.0",
"dicom-parser": "^1.8.3",
"prop-types": "^15.6.2",
"react": "^15.0.0 || ^16.0.0",

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/extension-vtk",
"version": "0.1.4-alpha.9",
"version": "0.50.0-alpha.9",
"description": "OHIF extension for VTK.js",
"author": "OHIF",
"license": "MIT",
@ -28,9 +28,9 @@
"start": "yarn run dev"
},
"peerDependencies": {
"@ohif/core": "^0.11.1-alpha.0",
"@ohif/i18n": "^0.2.3",
"@ohif/ui": "^0.2.18-alpha.0",
"@ohif/core": "^0.50.0-alpha.0",
"@ohif/i18n": "^0.50.0-alpha.0",
"@ohif/ui": "^0.50.0-alpha.0",
"cornerstone-core": "^2.2.8",
"cornerstone-wado-image-loader": "^3.0.0",
"dcmjs": "^0.4.7",
@ -51,8 +51,8 @@
"vtk.js": "^8.11.0"
},
"devDependencies": {
"@ohif/core": "^0.11.1-alpha.9",
"@ohif/ui": "^0.2.18-alpha.9",
"@ohif/core": "^0.50.0-alpha.9",
"@ohif/ui": "^0.50.0-alpha.9",
"cornerstone-tools": "^3.13.0",
"cornerstone-wado-image-loader": "^3.0.0",
"dcmjs": "^0.4.7",

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/core",
"version": "0.11.1-alpha.9",
"version": "0.50.0-alpha.9",
"description": "Generic business logic for web-based medical imaging applications",
"author": "OHIF Core Team",
"license": "MIT",

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/i18n",
"version": "0.2.3-alpha.9",
"version": "0.50.0-alpha.9",
"description": "Internationalization library for The OHIF Viewer",
"author": "OHIF",
"license": "MIT",

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@ohif/viewer",
"version": "0.0.22-alpha.10",
"version": "0.50.0-alpha.10",
"description": "OHIF Viewer",
"author": "OHIF Contributors",
"license": "MIT",
@ -43,14 +43,14 @@
},
"dependencies": {
"@babel/runtime": "^7.5.5",
"@ohif/core": "^0.11.1-alpha.9",
"@ohif/extension-cornerstone": "^0.0.39-alpha.9",
"@ohif/extension-dicom-html": "^0.0.4-alpha.9",
"@ohif/extension-dicom-microscopy": "^0.0.9-alpha.9",
"@ohif/extension-dicom-pdf": "^0.0.8-alpha.9",
"@ohif/extension-vtk": "^0.1.4-alpha.9",
"@ohif/i18n": "^0.2.3-alpha.9",
"@ohif/ui": "^0.2.18-alpha.9",
"@ohif/core": "^0.50.0-alpha.0",
"@ohif/extension-cornerstone": "^0.50.0-alpha.0",
"@ohif/extension-dicom-html": "^0.50.0-alpha.0",
"@ohif/extension-dicom-microscopy": "^0.50.0-alpha.0",
"@ohif/extension-dicom-pdf": "^0.50.0-alpha.0",
"@ohif/extension-vtk": "^0.50.0-alpha.0",
"@ohif/i18n": "^0.50.0-alpha.0",
"@ohif/ui": "^0.50.0-alpha.0",
"@tanem/react-nprogress": "^1.1.25",
"classnames": "^2.2.6",
"core-js": "^3.1.4",

View File

@ -1 +1 @@
export default '0.0.22-alpha.5';
export default '0.0.50-alpha.0';