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 Apr 4, 2022
1 parent 2fc350a commit 78ebb64
Show file tree
Hide file tree
Showing 12 changed files with 63 additions and 15 deletions.
8 changes: 8 additions & 0 deletions packages/static-cs-lite/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Change Log

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

## 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.1",
"version": "0.0.2",
"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.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





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

**Note:** Version bump only for package @ohif/static-wado-creator
Expand Down
6 changes: 3 additions & 3 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.3",
"version": "0.6.4",
"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 @@ -60,8 +60,8 @@
},
"dependencies": {
"@cornerstonejs/dicom-codec": "^0.1.3",
"@ohif/static-cs-lite": "^0.0.1",
"@ohif/static-wado-util": "^0.6.1",
"@ohif/static-cs-lite": "^0.0.2",
"@ohif/static-wado-util": "^0.6.2",
"canvas": "^2.9.1",
"config-point": "^0.4.3",
"dicom-parser": "^1.8.13",
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.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





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

**Note:** Version bump only for package @ohif/static-wado-plugins
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.6.2",
"description": "Plugins to support the static-wado project",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -47,7 +47,7 @@
"verbose": true
},
"dependencies": {
"@ohif/static-wado-util": "^0.6.1",
"@ohif/static-wado-util": "^0.6.2",
"config-point": "^0.4.3",
"dcmjs-dimse": "^0.0.15"
},
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.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





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

**Note:** Version bump only for package @ohif/static-wado-scp
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "0.6.4",
"description": "DimseScp server to connect to static-wado repo",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -52,9 +52,9 @@
"lint:fix": "npx eslint --fix"
},
"dependencies": {
"@ohif/static-wado-creator": "^0.6.3",
"@ohif/static-wado-plugins": "^0.6.1",
"@ohif/static-wado-util": "^0.6.1",
"@ohif/static-wado-creator": "^0.6.4",
"@ohif/static-wado-plugins": "^0.6.2",
"@ohif/static-wado-util": "^0.6.2",
"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.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





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

**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.1",
"version": "0.6.2",
"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.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





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

**Note:** Version bump only for package @ohif/static-wado-webserver
Expand Down
8 changes: 4 additions & 4 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.4",
"version": "0.6.5",
"description": "Webserver to serve a static-wado repo",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -52,9 +52,9 @@
"lint:fix": "npx eslint --fix"
},
"dependencies": {
"@ohif/static-wado-creator": "^0.6.3",
"@ohif/static-wado-plugins": "^0.6.1",
"@ohif/static-wado-util": "^0.6.1",
"@ohif/static-wado-creator": "^0.6.4",
"@ohif/static-wado-plugins": "^0.6.2",
"@ohif/static-wado-util": "^0.6.2",
"config-point": "^0.4.3",
"cors": "^2.8.5",
"dcmjs": "^0.19.6",
Expand Down

0 comments on commit 78ebb64

Please sign in to comment.