diff --git a/packages/static-wado-creator/CHANGELOG.md b/packages/static-wado-creator/CHANGELOG.md index 8511dee..39e46a4 100644 --- a/packages/static-wado-creator/CHANGELOG.md +++ b/packages/static-wado-creator/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.6.2](https://github.com/OHIF/static-wado/compare/@ohif/static-wado-creator@0.6.1...@ohif/static-wado-creator@0.6.2) (2022-03-04) + +**Note:** Version bump only for package @ohif/static-wado-creator + + + + + ## [0.6.1](https://github.com/OHIF/static-wado/compare/@ohif/static-wado-creator@0.6.0...@ohif/static-wado-creator@0.6.1) (2022-03-04) **Note:** Version bump only for package @ohif/static-wado-creator diff --git a/packages/static-wado-creator/package.json b/packages/static-wado-creator/package.json index f137c6e..ea062ce 100644 --- a/packages/static-wado-creator/package.json +++ b/packages/static-wado-creator/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/static-wado-creator", - "version": "0.6.1", + "version": "0.6.2", "description": "Library to convert DICOMP10 to DICOMweb format. Original upstream: https://github.com/chafey/dicomp10-to-dicomweb-js", "publishConfig": { "access": "public" diff --git a/packages/static-wado-scp/CHANGELOG.md b/packages/static-wado-scp/CHANGELOG.md index a59523a..140c904 100644 --- a/packages/static-wado-scp/CHANGELOG.md +++ b/packages/static-wado-scp/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.6.2](https://github.com/OHIF/static-wado/compare/@ohif/static-wado-scp@0.6.1...@ohif/static-wado-scp@0.6.2) (2022-03-04) + +**Note:** Version bump only for package @ohif/static-wado-scp + + + + + ## [0.6.1](https://github.com/OHIF/static-wado/compare/@ohif/static-wado-scp@0.6.0...@ohif/static-wado-scp@0.6.1) (2022-03-04) **Note:** Version bump only for package @ohif/static-wado-scp diff --git a/packages/static-wado-scp/package.json b/packages/static-wado-scp/package.json index 3ac429f..461209c 100644 --- a/packages/static-wado-scp/package.json +++ b/packages/static-wado-scp/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/static-wado-scp", - "version": "0.6.1", + "version": "0.6.2", "description": "DimseScp server to connect to static-wado repo", "publishConfig": { "access": "public" @@ -52,7 +52,7 @@ "lint:fix": "npx eslint --fix" }, "dependencies": { - "@ohif/static-wado-creator": "^0.6.1", + "@ohif/static-wado-creator": "^0.6.2", "@ohif/static-wado-plugins": "^0.6.0", "@ohif/static-wado-util": "^0.6.0", "config-point": "0.4.1", diff --git a/packages/static-wado-webserver/CHANGELOG.md b/packages/static-wado-webserver/CHANGELOG.md index 69a8b9d..0778dfb 100644 --- a/packages/static-wado-webserver/CHANGELOG.md +++ b/packages/static-wado-webserver/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.6.2](https://github.com/OHIF/static-wado/compare/@ohif/static-wado-webserver@0.6.1...@ohif/static-wado-webserver@0.6.2) (2022-03-04) + +**Note:** Version bump only for package @ohif/static-wado-webserver + + + + + ## [0.6.1](https://github.com/OHIF/static-wado/compare/@ohif/static-wado-webserver@0.6.0...@ohif/static-wado-webserver@0.6.1) (2022-03-04) **Note:** Version bump only for package @ohif/static-wado-webserver diff --git a/packages/static-wado-webserver/package.json b/packages/static-wado-webserver/package.json index 30411a7..7a697f7 100644 --- a/packages/static-wado-webserver/package.json +++ b/packages/static-wado-webserver/package.json @@ -1,6 +1,6 @@ { "name": "@ohif/static-wado-webserver", - "version": "0.6.1", + "version": "0.6.2", "description": "Webserver to serve a static-wado repo", "publishConfig": { "access": "public" @@ -52,7 +52,7 @@ "lint:fix": "npx eslint --fix" }, "dependencies": { - "@ohif/static-wado-creator": "^0.6.1", + "@ohif/static-wado-creator": "^0.6.2", "@ohif/static-wado-plugins": "^0.6.0", "@ohif/static-wado-util": "^0.6.0", "config-point": "^0.4.1",