diff --git a/extensions/ohif-i18n/package.json b/extensions/ohif-i18n/package.json index 605094a2a..3998974af 100644 --- a/extensions/ohif-i18n/package.json +++ b/extensions/ohif-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/i18n", - "version": "0.0.1-rc-003", + "version": "0.0.1", "description": "OHIF extension for internationalization", "author": "OHIF", "license": "MIT", diff --git a/extensions/ohif-vtk-extension/package.json b/extensions/ohif-vtk-extension/package.json index c307490e2..5cc9434bb 100644 --- a/extensions/ohif-vtk-extension/package.json +++ b/extensions/ohif-vtk-extension/package.json @@ -93,7 +93,7 @@ }, "dependencies": { "@babel/runtime": "^7.2.0", - "@ohif/i18n": "file:.yalc/@ohif/i18n", + "@ohif/i18n": "0.0.1", "classnames": "^2.2.6", "react-vtkjs-viewport": "^0.0.7" } diff --git a/package.json b/package.json index e44837be7..0ac910053 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ohif-viewer", - "version": "0.0.20", + "version": "0.0.21", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -69,8 +69,8 @@ "@babel/runtime": "^7.2.0", "@ohif/extension-cornerstone": "0.0.34", "@ohif/extension-dicom-microscopy": "0.0.6", - "@ohif/extension-vtk": "file:.yalc/@ohif/extension-vtk", - "@ohif/i18n": "file:.yalc/@ohif/i18n", + "@ohif/extension-vtk": "0.0.2", + "@ohif/i18n": "0.0.1", "classnames": "^2.2.6", "cornerstone-core": "^2.2.8", "cornerstone-math": "^0.1.8", @@ -97,7 +97,7 @@ "react-resize-detector": "^3.4.0", "react-router": "^4.3.1", "react-router-dom": "^4.3.1", - "react-viewerbase": "file:.yalc/react-viewerbase", + "react-viewerbase": "0.7.0", "react-vtkjs-viewport": "^0.0.7", "redux": "^4.0.1", "redux-oidc": "3.1.x"