From 52dcce875e0b08ed5514c53665442c7448f860ce Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Wed, 14 Aug 2019 15:04:19 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/i18n@0.50.0-alpha.11 - @ohif/viewer@0.50.0-alpha.12 --- platform/i18n/CHANGELOG.md | 11 +++++++++++ platform/i18n/package.json | 2 +- platform/viewer/CHANGELOG.md | 8 ++++++++ platform/viewer/package.json | 4 ++-- 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/platform/i18n/CHANGELOG.md b/platform/i18n/CHANGELOG.md index eae38554d..1c4035af0 100644 --- a/platform/i18n/CHANGELOG.md +++ b/platform/i18n/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.50.0-alpha.11](https://github.com/OHIF/Viewers/compare/@ohif/i18n@0.50.0-alpha.10...@ohif/i18n@0.50.0-alpha.11) (2019-08-14) + + +### Bug Fixes + +* Update i18n locales to include Japanese ([da725a8](https://github.com/OHIF/Viewers/commit/da725a8)) + + + + + # [0.50.0-alpha.10](https://github.com/OHIF/Viewers/compare/@ohif/i18n@0.2.3-alpha.9...@ohif/i18n@0.50.0-alpha.10) (2019-08-14) **Note:** Version bump only for package @ohif/i18n diff --git a/platform/i18n/package.json b/platform/i18n/package.json index a3aefbc8a..0112831c6 100644 --- a/platform/i18n/package.json +++ b/platform/i18n/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/i18n", - "version": "0.50.0-alpha.10", + "version": "0.50.0-alpha.11", "description": "Internationalization library for The OHIF Viewer", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index bd1446da1..39975fe67 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. +# [0.50.0-alpha.12](https://github.com/OHIF/Viewers/compare/@ohif/viewer@0.50.0-alpha.11...@ohif/viewer@0.50.0-alpha.12) (2019-08-14) + +**Note:** Version bump only for package @ohif/viewer + + + + + # [0.50.0-alpha.11](https://github.com/OHIF/Viewers/compare/@ohif/viewer@0.0.22-alpha.10...@ohif/viewer@0.50.0-alpha.11) (2019-08-14) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index b980c7ce5..99cc6e128 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "0.50.0-alpha.11", + "version": "0.50.0-alpha.12", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -49,7 +49,7 @@ "@ohif/extension-dicom-microscopy": "^0.50.0-alpha.10", "@ohif/extension-dicom-pdf": "^0.50.0-alpha.10", "@ohif/extension-vtk": "^0.50.0-alpha.10", - "@ohif/i18n": "^0.50.0-alpha.10", + "@ohif/i18n": "^0.50.0-alpha.11", "@ohif/ui": "^0.50.0-alpha.10", "@tanem/react-nprogress": "^1.1.25", "classnames": "^2.2.6",