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

Commit 26d05d0

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] - @ohif/[email protected] - @ohif/[email protected]
1 parent feca19f commit 26d05d0

File tree

16 files changed

+85
-29
lines changed

16 files changed

+85
-29
lines changed

packages/static-cs-lite/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.0.3](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)
7+
8+
**Note:** Version bump only for package @ohif/static-cs-lite
9+
10+
11+
12+
13+
614
## 0.0.2 (2022-04-04)
715

816
**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.2",
3+
"version": "0.0.3",
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.5](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-creator
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
715

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

packages/static-wado-creator/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-creator",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "Library to convert DICOMP10 to DICOMweb format. Original upstream: https://github.com/chafey/dicomp10-to-dicomweb-js",
55
"publishConfig": {
66
"access": "public"
@@ -53,15 +53,15 @@
5353
"build": "echo \"No build yet\" && exit 0",
5454
"link:exec": "npm link",
5555
"lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
56-
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
57-
},
56+
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
57+
},
5858
"jest": {
5959
"verbose": true
6060
},
6161
"dependencies": {
6262
"@cornerstonejs/dicom-codec": "^0.1.3",
63-
"@ohif/static-cs-lite": "^0.0.2",
64-
"@ohif/static-wado-util": "^0.6.2",
63+
"@ohif/static-cs-lite": "^0.0.3",
64+
"@ohif/static-wado-util": "^0.6.3",
6565
"canvas": "^2.9.1",
6666
"config-point": "^0.4.3",
6767
"dicom-parser": "^1.8.13",

packages/static-wado-deploy/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.6.4 (2022-05-12)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-deploy

packages/static-wado-deploy/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@ohif/static-wado-deploy",
33
"type": "module",
4-
"version": "0.6.3",
4+
"version": "0.6.4",
55
"description": "Library to deploy static wado created files to s3",
66
"publishConfig": {
77
"access": "public"
@@ -52,8 +52,8 @@
5252
"verbose": true
5353
},
5454
"dependencies": {
55-
"@ohif/static-wado-s3": "^0.6.1",
56-
"@ohif/static-wado-util": "^0.6.1",
55+
"@ohif/static-wado-s3": "^0.6.4",
56+
"@ohif/static-wado-util": "^0.6.3",
5757
"config-point": "^0.4.4"
5858
},
5959
"devDependencies": {

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.3](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-plugins
9+
10+
11+
12+
13+
614
## [0.6.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
715

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

packages/static-wado-plugins/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-plugins",
3-
"version": "0.6.2",
3+
"version": "0.6.3",
44
"description": "Plugins to support the static-wado project",
55
"publishConfig": {
66
"access": "public"
@@ -41,13 +41,13 @@
4141
"build": "echo \"No build yet\" && exit 0",
4242
"link:exec": "npm link",
4343
"lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
44-
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
45-
},
44+
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
45+
},
4646
"jest": {
4747
"verbose": true
4848
},
4949
"dependencies": {
50-
"@ohif/static-wado-util": "^0.6.2",
50+
"@ohif/static-wado-util": "^0.6.3",
5151
"config-point": "^0.4.3",
5252
"dcmjs-dimse": "^0.0.15"
5353
},

packages/static-wado-s3/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@
22

33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.6.4 (2022-05-12)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-s3

packages/static-wado-s3/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-s3",
3-
"version": "0.6.3",
3+
"version": "0.6.4",
44
"type": "module",
55
"description": "S3 deploy plugin",
66
"publishConfig": {
@@ -58,8 +58,8 @@
5858
},
5959
"dependencies": {
6060
"@aws-sdk/client-s3": "^3.54.0",
61-
"@ohif/static-wado-plugins": "^0.6.1",
62-
"@ohif/static-wado-util": "^0.6.1",
61+
"@ohif/static-wado-plugins": "^0.6.3",
62+
"@ohif/static-wado-util": "^0.6.3",
6363
"aws-cdk-lib": "^2.17.0",
6464
"config-point": "^0.4.3",
6565
"constructs": "^10.0.94",

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.5](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-scp
9+
10+
11+
12+
13+
614
## [0.6.4](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
715

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

packages/static-wado-scp/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-scp",
3-
"version": "0.6.4",
3+
"version": "0.6.5",
44
"description": "DimseScp server to connect to static-wado repo",
55
"publishConfig": {
66
"access": "public"
@@ -49,12 +49,12 @@
4949
"build": "echo \"No build yet\" && exit 0",
5050
"link:exec": "npm link",
5151
"lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
52-
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
53-
},
52+
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
53+
},
5454
"dependencies": {
55-
"@ohif/static-wado-creator": "^0.6.4",
56-
"@ohif/static-wado-plugins": "^0.6.2",
57-
"@ohif/static-wado-util": "^0.6.2",
55+
"@ohif/static-wado-creator": "^0.6.5",
56+
"@ohif/static-wado-plugins": "^0.6.3",
57+
"@ohif/static-wado-util": "^0.6.3",
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.3](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-util
9+
10+
11+
12+
13+
614
## [0.6.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
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.2",
3+
"version": "0.6.3",
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.6](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)
7+
8+
**Note:** Version bump only for package @ohif/static-wado-webserver
9+
10+
11+
12+
13+
614
## [0.6.5](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)
715

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

packages/static-wado-webserver/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ohif/static-wado-webserver",
3-
"version": "0.6.5",
3+
"version": "0.6.6",
44
"description": "Webserver to serve a static-wado repo",
55
"publishConfig": {
66
"access": "public"
@@ -49,12 +49,12 @@
4949
"test": "jest --config ./jest.config.js",
5050
"build": "echo \"No build yet\" && exit 0",
5151
"lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
52-
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
53-
},
52+
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
53+
},
5454
"dependencies": {
55-
"@ohif/static-wado-creator": "^0.6.4",
56-
"@ohif/static-wado-plugins": "^0.6.2",
57-
"@ohif/static-wado-util": "^0.6.2",
55+
"@ohif/static-wado-creator": "^0.6.5",
56+
"@ohif/static-wado-plugins": "^0.6.3",
57+
"@ohif/static-wado-util": "^0.6.3",
5858
"config-point": "^0.4.3",
5959
"cors": "^2.8.5",
6060
"dcmjs": "^0.19.6",

0 commit comments

Comments
 (0)