From d0d75987f7eca0fe8197f93d8ad6a64a5ea1fa57 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Fri, 6 Sep 2019 18:40:55 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/viewer@1.0.0 --- platform/viewer/CHANGELOG.md | 16 ++++++++++++++++ platform/viewer/package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 59c100524..cae9d6643 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [1.0.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@0.50.21...@ohif/viewer@1.0.0) (2019-09-06) + + +### Code Refactoring + +* 💡 React components to consume appConfig using Context ([#852](https://github.com/OHIF/Viewers/issues/852)) ([7c4ee73](https://github.com/OHIF/Viewers/commit/7c4ee73)), closes [#725](https://github.com/OHIF/Viewers/issues/725) [#725](https://github.com/OHIF/Viewers/issues/725) + + +### BREAKING CHANGES + +* #725 + + + + + ## [0.50.21](https://github.com/OHIF/Viewers/compare/@ohif/viewer@0.50.20...@ohif/viewer@0.50.21) (2019-09-06) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 4d57cf76a..7b966f26a 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "0.50.21", + "version": "1.0.0", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",