diff --git a/platform/i18n/CHANGELOG.md b/platform/i18n/CHANGELOG.md index b2c772406..909717314 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.8](https://github.com/OHIF/Viewers/compare/@ohif/i18n@0.52.7...@ohif/i18n@0.52.8) (2020-04-07) + +**Note:** Version bump only for package @ohif/i18n + + + + + ## [0.52.7](https://github.com/OHIF/Viewers/compare/@ohif/i18n@0.52.6...@ohif/i18n@0.52.7) (2020-03-09) **Note:** Version bump only for package @ohif/i18n diff --git a/platform/i18n/package.json b/platform/i18n/package.json index 143f36ef4..ab117fd86 100644 --- a/platform/i18n/package.json +++ b/platform/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/i18n", - "version": "0.52.7", + "version": "0.52.8", "description": "Internationalization library for The OHIF Viewer", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index c1720f712..791a42001 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.8.18](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.8.17...@ohif/viewer@3.8.18) (2020-04-07) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [3.8.17](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.8.16...@ohif/viewer@3.8.17) (2020-04-06) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 574e7f1fc..dcef395b4 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "3.8.17", + "version": "3.8.18", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -56,7 +56,7 @@ "@ohif/extension-dicom-segmentation": "^0.1.1", "@ohif/extension-lesion-tracker": "^0.2.0", "@ohif/extension-vtk": "^1.3.9", - "@ohif/i18n": "^0.52.7", + "@ohif/i18n": "^0.52.8", "@ohif/ui": "^1.4.2", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6",