Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Commit 78ebb64

Browse files
chore(release): publish [skip ci]
- @ohif/[email protected] - @ohif/[email protected] - @ohif/[email protected] - @ohif/[email protected] - @ohif/[email protected] - @ohif/[email protected]
1 parent 2fc350a commit 78ebb64

File tree

12 files changed

+63
-15
lines changed

12 files changed

+63
-15
lines changed

packages/static-cs-lite/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.2 (2022-04-04)
7+
8+
**Note:** Version bump only for package @ohif/static-cs-lite

packages/static-cs-lite/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-cs-lite",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "Cornerstone core lite version that runs on server side",
55
"publishConfig": {
66
"access": "public"

packages/static-wado-creator/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.4](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-creator
9+
10+
11+
12+
13+
614
## [0.6.3](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-03-14)
715

816
**Note:** Version bump only for package @ohif/static-wado-creator

packages/static-wado-creator/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-creator",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "Library to convert DICOMP10 to DICOMweb format. Original upstream: https://github.com/chafey/dicomp10-to-dicomweb-js",
55
"publishConfig": {
66
"access": "public"
@@ -60,8 +60,8 @@
6060
},
6161
"dependencies": {
6262
"@cornerstonejs/dicom-codec": "^0.1.3",
63-
"@ohif/static-cs-lite": "^0.0.1",
64-
"@ohif/static-wado-util": "^0.6.1",
63+
"@ohif/static-cs-lite": "^0.0.2",
64+
"@ohif/static-wado-util": "^0.6.2",
6565
"canvas": "^2.9.1",
6666
"config-point": "^0.4.3",
6767
"dicom-parser": "^1.8.13",

packages/static-wado-plugins/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-plugins
9+
10+
11+
12+
13+
614
## [0.6.1](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-03-14)
715

816
**Note:** Version bump only for package @ohif/static-wado-plugins

packages/static-wado-plugins/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-plugins",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Plugins to support the static-wado project",
55
"publishConfig": {
66
"access": "public"
@@ -47,7 +47,7 @@
4747
"verbose": true
4848
},
4949
"dependencies": {
50-
"@ohif/static-wado-util": "^0.6.1",
50+
"@ohif/static-wado-util": "^0.6.2",
5151
"config-point": "^0.4.3",
5252
"dcmjs-dimse": "^0.0.15"
5353
},

packages/static-wado-scp/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.4](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-scp
9+
10+
11+
12+
13+
614
## [0.6.3](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-03-14)
715

816
**Note:** Version bump only for package @ohif/static-wado-scp

packages/static-wado-scp/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-scp",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"description": "DimseScp server to connect to static-wado repo",
55
"publishConfig": {
66
"access": "public"
@@ -52,9 +52,9 @@
5252
"lint:fix": "npx eslint --fix"
5353
},
5454
"dependencies": {
55-
"@ohif/static-wado-creator": "^0.6.3",
56-
"@ohif/static-wado-plugins": "^0.6.1",
57-
"@ohif/static-wado-util": "^0.6.1",
55+
"@ohif/static-wado-creator": "^0.6.4",
56+
"@ohif/static-wado-plugins": "^0.6.2",
57+
"@ohif/static-wado-util": "^0.6.2",
5858
"config-point": "^0.4.3",
5959
"dcmjs": "^0.19.6",
6060
"dcmjs-dimse": "^0.0.15"

packages/static-wado-util/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-util
9+
10+
11+
12+
13+
614
## [0.6.1](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-03-14)
715

816
**Note:** Version bump only for package @ohif/static-wado-util

packages/static-wado-util/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-util",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"description": "Utils for other packages.",
55
"publishConfig": {
66
"access": "public"

packages/static-wado-webserver/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.5](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-webserver
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-03-22)
715

816
**Note:** Version bump only for package @ohif/static-wado-webserver

packages/static-wado-webserver/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-webserver",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Webserver to serve a static-wado repo",
55
"publishConfig": {
66
"access": "public"
@@ -52,9 +52,9 @@
5252
"lint:fix": "npx eslint --fix"
5353
},
5454
"dependencies": {
55-
"@ohif/static-wado-creator": "^0.6.3",
56-
"@ohif/static-wado-plugins": "^0.6.1",
57-
"@ohif/static-wado-util": "^0.6.1",
55+
"@ohif/static-wado-creator": "^0.6.4",
56+
"@ohif/static-wado-plugins": "^0.6.2",
57+
"@ohif/static-wado-util": "^0.6.2",
5858
"config-point": "^0.4.3",
5959
"cors": "^2.8.5",
6060
"dcmjs": "^0.19.6",

0 commit comments

Comments
 (0)