Skip to content

Commit

Permalink
v1.27.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodolfo committed Dec 4, 2023
1 parent 8bfa414 commit 5a33600
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
12 changes: 6 additions & 6 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.27.4",
"version": "1.27.5",
"packages": [
"packages/adapters",
"packages/core",
Expand All @@ -10,9 +10,9 @@
],
"npmClient": "yarn",
"command": {
"publish": {
"registry": "https://hostname/artifactory/api/npm/npm-repo",
"verifyAccess": false
}
}
"publish": {
"registry": "https://hostname/artifactory/api/npm/npm-repo",
"verifyAccess": false
}
}
}
7 changes: 3 additions & 4 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radicalimaging/mcornerstone3d-adapters",
"version": "1.27.4",
"version": "1.27.5",
"description": "Adapters for Cornerstone3D to/from formats including DICOM SR and others",
"src": "src/index.ts",
"main": "./dist/adapters.es.js",
Expand All @@ -11,7 +11,6 @@
"directories": {
"build": "dist"
},

"exports": {
"import": "./dist/adapters.es.js"
},
Expand All @@ -32,7 +31,7 @@
"type": "git",
"url": "https://github.com/RadicalImaging/MCornerstone3D.git",
"directory": "packages/adapters"
},
},
"author": "@cornerstonejs (formerly Steve Pieper from dcmjs)",
"license": "MIT",
"bugs": {
Expand All @@ -50,6 +49,6 @@
"devDependencies": {
"@radicalimaging/mcornerstone3d-core": "^1.27.4",
"@radicalimaging/mcornerstone3d-streaming-image-volume-loader": "^1.27.4",
"@radicalimaging/mcornerstone3d-tools": "^1.27.4"
"@radicalimaging/mcornerstone3d-tools": "^1.27.5"
}
}
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@radicalimaging/mcornerstone3d-tools",
"version": "1.27.4",
"version": "1.27.5",
"description": "Cornerstone3D Tools",
"main": "src/index.ts",
"types": "dist/esm/index.d.ts",
Expand Down

0 comments on commit 5a33600

Please sign in to comment.