diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 162b30eba..ca7b98371 100644 --- a/platform/viewer/CHANGELOG.md +++ b/platform/viewer/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [4.0.0](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.11.11...@ohif/viewer@4.0.0) (2020-05-14) + + +### Bug Fixes + +* ๐Ÿ› Fix race condition when loading derived display sets ([#1718](https://github.com/OHIF/Viewers/issues/1718)) ([b1678ce](https://github.com/OHIF/Viewers/commit/b1678ce6399dde37a9878f45ccc7c63286d93fab)), closes [#1715](https://github.com/OHIF/Viewers/issues/1715) + + +### BREAKING CHANGES + +* ๐Ÿงจ However we start to load once the first set of metadata arrives. We need +to wait until all series metadata is fetched. + + + + + ## [3.11.11](https://github.com/OHIF/Viewers/compare/@ohif/viewer@3.11.10...@ohif/viewer@3.11.11) (2020-05-14) diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 40e339247..76e44321c 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "3.11.11", + "version": "4.0.0", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT",