From 22127a8f59f43bced47c26c8c36148a8de495781 Mon Sep 17 00:00:00 2001 From: ohif-bot Date: Wed, 30 Oct 2019 15:25:05 +0000 Subject: [PATCH] chore(release): publish [skip ci] - @ohif/viewer@2.3.3 --- platform/viewer/CHANGELOG.md | 11 +++++++++++ platform/viewer/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 2cebb1b72..31867cd45 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/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. +## [2.3.3](https://github.com/OHIF/Viewers/compare/@ohif/viewer@2.3.2...@ohif/viewer@2.3.3) (2019-10-30) + + +### Bug Fixes + +* get adapter store picker to show ([#1134](https://github.com/OHIF/Viewers/issues/1134)) ([50ca2bd](https://github.com/OHIF/Viewers/commit/50ca2bde971e1e67b73ece96369052dd1a35ac68)) + + + + + ## [2.3.2](https://github.com/OHIF/Viewers/compare/@ohif/viewer@2.3.1...@ohif/viewer@2.3.2) (2019-10-29) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 238665070..09bbf5b6b 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "2.3.2", + "version": "2.3.3", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",