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

Commit

Permalink
chore(release): publish [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ladeirarodolfo committed May 12, 2022
1 parent feca19f commit 26d05d0
Show file tree
Hide file tree
Showing 16 changed files with 85 additions and 29 deletions.
8 changes: 8 additions & 0 deletions packages/static-cs-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.3](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)

**Note:** Version bump only for package @ohif/static-cs-lite





## 0.0.2 (2022-04-04)

**Note:** Version bump only for package @ohif/static-cs-lite
2 changes: 1 addition & 1 deletion packages/static-cs-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/static-cs-lite",
"version": "0.0.2",
"version": "0.0.3",
"description": "Cornerstone core lite version that runs on server side",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/static-wado-creator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)

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





## [0.6.4](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)

**Note:** Version bump only for package @ohif/static-wado-creator
Expand Down
10 changes: 5 additions & 5 deletions packages/static-wado-creator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/static-wado-creator",
"version": "0.6.4",
"version": "0.6.5",
"description": "Library to convert DICOMP10 to DICOMweb format. Original upstream: https://github.com/chafey/dicomp10-to-dicomweb-js",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -53,15 +53,15 @@
"build": "echo \"No build yet\" && exit 0",
"link:exec": "npm link",
"lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
},
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
},
"jest": {
"verbose": true
},
"dependencies": {
"@cornerstonejs/dicom-codec": "^0.1.3",
"@ohif/static-cs-lite": "^0.0.2",
"@ohif/static-wado-util": "^0.6.2",
"@ohif/static-cs-lite": "^0.0.3",
"@ohif/static-wado-util": "^0.6.3",
"canvas": "^2.9.1",
"config-point": "^0.4.3",
"dicom-parser": "^1.8.13",
Expand Down
4 changes: 4 additions & 0 deletions packages/static-wado-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.6.4 (2022-05-12)

**Note:** Version bump only for package @ohif/static-wado-deploy
6 changes: 3 additions & 3 deletions packages/static-wado-deploy/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ohif/static-wado-deploy",
"type": "module",
"version": "0.6.3",
"version": "0.6.4",
"description": "Library to deploy static wado created files to s3",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -52,8 +52,8 @@
"verbose": true
},
"dependencies": {
"@ohif/static-wado-s3": "^0.6.1",
"@ohif/static-wado-util": "^0.6.1",
"@ohif/static-wado-s3": "^0.6.4",
"@ohif/static-wado-util": "^0.6.3",
"config-point": "^0.4.4"
},
"devDependencies": {
Expand Down
8 changes: 8 additions & 0 deletions packages/static-wado-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)

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





## [0.6.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)

**Note:** Version bump only for package @ohif/static-wado-plugins
Expand Down
8 changes: 4 additions & 4 deletions packages/static-wado-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/static-wado-plugins",
"version": "0.6.2",
"version": "0.6.3",
"description": "Plugins to support the static-wado project",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -41,13 +41,13 @@
"build": "echo \"No build yet\" && exit 0",
"link:exec": "npm link",
"lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
},
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
},
"jest": {
"verbose": true
},
"dependencies": {
"@ohif/static-wado-util": "^0.6.2",
"@ohif/static-wado-util": "^0.6.3",
"config-point": "^0.4.3",
"dcmjs-dimse": "^0.0.15"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/static-wado-s3/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,7 @@

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 0.6.4 (2022-05-12)

**Note:** Version bump only for package @ohif/static-wado-s3
6 changes: 3 additions & 3 deletions packages/static-wado-s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/static-wado-s3",
"version": "0.6.3",
"version": "0.6.4",
"type": "module",
"description": "S3 deploy plugin",
"publishConfig": {
Expand Down Expand Up @@ -58,8 +58,8 @@
},
"dependencies": {
"@aws-sdk/client-s3": "^3.54.0",
"@ohif/static-wado-plugins": "^0.6.1",
"@ohif/static-wado-util": "^0.6.1",
"@ohif/static-wado-plugins": "^0.6.3",
"@ohif/static-wado-util": "^0.6.3",
"aws-cdk-lib": "^2.17.0",
"config-point": "^0.4.3",
"constructs": "^10.0.94",
Expand Down
8 changes: 8 additions & 0 deletions packages/static-wado-scp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)

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





## [0.6.4](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)

**Note:** Version bump only for package @ohif/static-wado-scp
Expand Down
12 changes: 6 additions & 6 deletions packages/static-wado-scp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/static-wado-scp",
"version": "0.6.4",
"version": "0.6.5",
"description": "DimseScp server to connect to static-wado repo",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -49,12 +49,12 @@
"build": "echo \"No build yet\" && exit 0",
"link:exec": "npm link",
"lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
},
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
},
"dependencies": {
"@ohif/static-wado-creator": "^0.6.4",
"@ohif/static-wado-plugins": "^0.6.2",
"@ohif/static-wado-util": "^0.6.2",
"@ohif/static-wado-creator": "^0.6.5",
"@ohif/static-wado-plugins": "^0.6.3",
"@ohif/static-wado-util": "^0.6.3",
"config-point": "^0.4.3",
"dcmjs": "^0.19.6",
"dcmjs-dimse": "^0.0.15"
Expand Down
8 changes: 8 additions & 0 deletions packages/static-wado-util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)

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





## [0.6.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)

**Note:** Version bump only for package @ohif/static-wado-util
Expand Down
2 changes: 1 addition & 1 deletion packages/static-wado-util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/static-wado-util",
"version": "0.6.2",
"version": "0.6.3",
"description": "Utils for other packages.",
"publishConfig": {
"access": "public"
Expand Down
8 changes: 8 additions & 0 deletions packages/static-wado-webserver/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.6](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-05-12)

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





## [0.6.5](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-04-04)

**Note:** Version bump only for package @ohif/static-wado-webserver
Expand Down
12 changes: 6 additions & 6 deletions packages/static-wado-webserver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/static-wado-webserver",
"version": "0.6.5",
"version": "0.6.6",
"description": "Webserver to serve a static-wado repo",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -49,12 +49,12 @@
"test": "jest --config ./jest.config.js",
"build": "echo \"No build yet\" && exit 0",
"lint": "npx eslint --color \"*(bin|lib)/**/*.{js,mjs}\"",
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
},
"lint:fix": "npx eslint --fix --color \"*(bin|lib)/**/*.{js,mjs}\""
},
"dependencies": {
"@ohif/static-wado-creator": "^0.6.4",
"@ohif/static-wado-plugins": "^0.6.2",
"@ohif/static-wado-util": "^0.6.2",
"@ohif/static-wado-creator": "^0.6.5",
"@ohif/static-wado-plugins": "^0.6.3",
"@ohif/static-wado-util": "^0.6.3",
"config-point": "^0.4.3",
"cors": "^2.8.5",
"dcmjs": "^0.19.6",
Expand Down

0 comments on commit 26d05d0

Please sign in to comment.