Skip to content

Commit

Permalink
chore(version): version.json [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ohif-bot committed Mar 6, 2025
1 parent eae9577 commit 671babc
Show file tree
Hide file tree
Showing 12 changed files with 38 additions and 38 deletions.
36 changes: 18 additions & 18 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
},
"packages/adapters": {
"name": "@cornerstonejs/adapters",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"@babel/runtime-corejs2": "^7.17.8",
"buffer": "^6.0.3",
Expand All @@ -140,13 +140,13 @@
"ndarray": "^1.0.19",
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/tools": "^3.0.3",
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4",
},
},
"packages/ai": {
"name": "@cornerstonejs/ai",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"@babel/runtime-corejs2": "^7.17.8",
"buffer": "^6.0.3",
Expand All @@ -164,7 +164,7 @@
},
"packages/core": {
"name": "@cornerstonejs/core",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"@kitware/vtk.js": "32.9.0",
"comlink": "^4.4.1",
Expand All @@ -173,7 +173,7 @@
},
"packages/dicomImageLoader": {
"name": "@cornerstonejs/dicom-image-loader",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"@cornerstonejs/codec-charls": "^1.2.3",
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
Expand All @@ -185,19 +185,19 @@
"uuid": "^9.0.0",
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/core": "^3.0.4",
"dicom-parser": "^1.8.9",
},
},
"packages/docs": {
"name": "docs",
"version": "3.0.0",
"dependencies": {
"@cornerstonejs/adapters": "^3.0.3",
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/dicom-image-loader": "^3.0.3",
"@cornerstonejs/nifti-volume-loader": "^3.0.3",
"@cornerstonejs/tools": "^3.0.3",
"@cornerstonejs/adapters": "^3.0.4",
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/dicom-image-loader": "^3.0.4",
"@cornerstonejs/nifti-volume-loader": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "3.6.3",
"@docusaurus/module-type-aliases": "3.6.3",
Expand Down Expand Up @@ -235,7 +235,7 @@
},
"packages/labelmap-interpolation": {
"name": "@cornerstonejs/labelmap-interpolation",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"@itk-wasm/morphological-contour-interpolation": "1.1.0",
"itk-wasm": "1.0.0-b.165",
Expand All @@ -248,17 +248,17 @@
},
"packages/nifti-volume-loader": {
"name": "@cornerstonejs/nifti-volume-loader",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"nifti-reader-js": "^0.6.8",
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/core": "^3.0.4",
},
},
"packages/polymorphic-segmentation": {
"name": "@cornerstonejs/polymorphic-segmentation",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"@icr/polyseg-wasm": "0.4.0",
},
Expand All @@ -270,7 +270,7 @@
},
"packages/tools": {
"name": "@cornerstonejs/tools",
"version": "3.0.3",
"version": "3.0.4",
"dependencies": {
"@types/offscreencanvas": "2019.7.3",
"comlink": "^4.4.1",
Expand All @@ -280,7 +280,7 @@
"canvas": "^2.11.2",
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.3",
"@cornerstonejs/core": "^3.0.4",
"@kitware/vtk.js": "32.9.0",
"@types/d3-array": "^3.0.4",
"@types/d3-interpolate": "^3.0.1",
Expand Down
2 changes: 1 addition & 1 deletion commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
a97effd52abe35eaf532a5634a69b76f932099e7
eae957729848d44971050ca40d684dae8f919170
4 changes: 2 additions & 2 deletions packages/adapters/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"ndarray": "^1.0.19"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4"
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5"
}
}
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"onnxruntime-web": "1.17.1"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4"
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5"
}
}
2 changes: 1 addition & 1 deletion packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/core": "^3.0.5",
"dicom-parser": "^1.8.9"
},
"lint-staged": {
Expand Down
10 changes: 5 additions & 5 deletions packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@cornerstonejs/adapters": "^3.0.4",
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/dicom-image-loader": "^3.0.4",
"@cornerstonejs/nifti-volume-loader": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4",
"@cornerstonejs/adapters": "^3.0.5",
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/dicom-image-loader": "^3.0.5",
"@cornerstonejs/nifti-volume-loader": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "3.6.3",
"@docusaurus/module-type-aliases": "3.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/labelmap-interpolation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"itk-wasm": "1.0.0-b.165"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4",
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5",
"@kitware/vtk.js": "^32.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/nifti-volume-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"nifti-reader-js": "^0.6.8"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.4"
"@cornerstonejs/core": "^3.0.5"
},
"contributors": [
{
Expand Down
4 changes: 2 additions & 2 deletions packages/polymorphic-segmentation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@
"@icr/polyseg-wasm": "0.4.0"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/tools": "^3.0.4",
"@cornerstonejs/core": "^3.0.5",
"@cornerstonejs/tools": "^3.0.5",
"@kitware/vtk.js": "^32.9.0"
}
}
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"canvas": "^2.11.2"
},
"peerDependencies": {
"@cornerstonejs/core": "^3.0.4",
"@cornerstonejs/core": "^3.0.5",
"@kitware/vtk.js": "32.9.0",
"@types/d3-array": "^3.0.4",
"@types/d3-interpolate": "^3.0.1",
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "3.0.4",
"commit": "a97effd52abe35eaf532a5634a69b76f932099e7"
"version": "3.0.5",
"commit": "eae957729848d44971050ca40d684dae8f919170"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.4
3.0.5

0 comments on commit 671babc

Please sign in to comment.