diff --git a/extensions/debugging/CHANGELOG.md b/extensions/debugging/CHANGELOG.md index d02ed9631..72a8501b1 100644 --- a/extensions/debugging/CHANGELOG.md +++ b/extensions/debugging/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.3.2](https://github.com/OHIF/Viewers/compare/@ohif/extension-debugging@0.3.1...@ohif/extension-debugging@0.3.2) (2022-03-10) + +**Note:** Version bump only for package @ohif/extension-debugging + + + + + ## [0.3.1](https://github.com/OHIF/Viewers/compare/@ohif/extension-debugging@0.3.0...@ohif/extension-debugging@0.3.1) (2021-12-02) **Note:** Version bump only for package @ohif/extension-debugging diff --git a/extensions/debugging/package.json b/extensions/debugging/package.json index a6ddf24d6..8fa18d465 100644 --- a/extensions/debugging/package.json +++ b/extensions/debugging/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/extension-debugging", - "version": "0.3.1", + "version": "0.3.2", "description": "OHIF extension for debugging.", "author": "OHIF", "license": "MIT", diff --git a/platform/viewer/CHANGELOG.md b/platform/viewer/CHANGELOG.md index 9239ea168..a973458e3 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. +## [4.12.19](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.12.18...@ohif/viewer@4.12.19) (2022-03-10) + +**Note:** Version bump only for package @ohif/viewer + + + + + ## [4.12.18](https://github.com/OHIF/Viewers/compare/@ohif/viewer@4.12.17...@ohif/viewer@4.12.18) (2022-02-15) **Note:** Version bump only for package @ohif/viewer diff --git a/platform/viewer/package.json b/platform/viewer/package.json index 2bd478c0e..717ee5507 100644 --- a/platform/viewer/package.json +++ b/platform/viewer/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/viewer", - "version": "4.12.18", + "version": "4.12.19", "description": "OHIF Viewer", "author": "OHIF Contributors", "license": "MIT", @@ -49,7 +49,7 @@ "@babel/runtime": "^7.5.5", "@ohif/core": "^2.16.12", "@ohif/extension-cornerstone": "^2.12.7", - "@ohif/extension-debugging": "^0.3.1", + "@ohif/extension-debugging": "^0.3.2", "@ohif/extension-dicom-html": "^1.3.18", "@ohif/extension-dicom-microscopy": "^0.52.0", "@ohif/extension-dicom-pdf": "^1.1.2",