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 Mar 4, 2022
1 parent 78bbe7c commit 0bbcf3e
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 deletions.
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.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-03-04)

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





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

**Note:** Version bump only for package @ohif/static-wado-creator
Expand Down
2 changes: 1 addition & 1 deletion 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.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"
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.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-03-04)

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





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

**Note:** Version bump only for package @ohif/static-wado-scp
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.6.2",
"description": "DimseScp server to connect to static-wado repo",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -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",
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.2](https://github.com/OHIF/static-wado/compare/@ohif/[email protected]...@ohif/[email protected]) (2022-03-04)

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





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

**Note:** Version bump only for package @ohif/static-wado-webserver
Expand Down
4 changes: 2 additions & 2 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.1",
"version": "0.6.2",
"description": "Webserver to serve a static-wado repo",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0bbcf3e

Please sign in to comment.