diff --git a/platform/i18n/CHANGELOG.md b/platform/i18n/CHANGELOG.md index d45aa6639..98c525214 100644 --- a/platform/i18n/CHANGELOG.md +++ b/platform/i18n/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. +## [0.52.4](https://github.com/OHIF/Viewers/compare/@ohif/i18n@0.52.3...@ohif/i18n@0.52.4) (2019-12-16) + +**Note:** Version bump only for package @ohif/i18n + + + + + ## [0.52.3](https://github.com/OHIF/Viewers/compare/@ohif/i18n@0.52.2...@ohif/i18n@0.52.3) (2019-12-12) diff --git a/platform/i18n/package.json b/platform/i18n/package.json index 7e5ea7210..a823a1f5a 100644 --- a/platform/i18n/package.json +++ b/platform/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/i18n", - "version": "0.52.3", + "version": "0.52.4", "description": "Internationalization library for The OHIF Viewer", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index d54e248de..842e7177f 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. +## [3.1.9](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.1.8...@ohif/viewer@3.1.9) (2019-12-16) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [3.1.8](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.1.7...@ohif/viewer@3.1.8) (2019-12-16) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index e012c5d7b..3add466bb 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "3.1.8", + "version": "3.1.9", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -51,7 +51,7 @@ "@ohif/extension-dicom-microscopy": "^0.50.6", "@ohif/extension-dicom-pdf": "^1.0.0", "@ohif/extension-vtk": "^1.1.4", - "@ohif/i18n": "^0.52.3", + "@ohif/i18n": "^0.52.4", "@ohif/ui": "^1.1.4", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6",