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 Feb 4, 2025
1 parent e64d428 commit d20bc44
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 22 deletions.
12 changes: 6 additions & 6 deletions bun.lock
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
},
"packages/adapters": {
"name": "@cornerstonejs/adapters",
"version": "2.19.2",
"version": "2.19.3",
"dependencies": {
"@babel/runtime-corejs2": "^7.17.8",
"buffer": "^6.0.3",
Expand All @@ -153,7 +153,7 @@
},
"packages/ai": {
"name": "@cornerstonejs/ai",
"version": "2.19.2",
"version": "2.19.3",
"dependencies": {
"@babel/runtime-corejs2": "^7.17.8",
"buffer": "^6.0.3",
Expand All @@ -171,7 +171,7 @@
},
"packages/core": {
"name": "@cornerstonejs/core",
"version": "2.19.2",
"version": "2.19.3",
"dependencies": {
"@kitware/vtk.js": "32.9.0",
"comlink": "^4.4.1",
Expand All @@ -180,7 +180,7 @@
},
"packages/dicomImageLoader": {
"name": "@cornerstonejs/dicom-image-loader",
"version": "2.19.2",
"version": "2.19.3",
"dependencies": {
"@cornerstonejs/codec-charls": "^1.2.3",
"@cornerstonejs/codec-libjpeg-turbo-8bit": "^1.2.2",
Expand Down Expand Up @@ -242,7 +242,7 @@
},
"packages/nifti-volume-loader": {
"name": "@cornerstonejs/nifti-volume-loader",
"version": "2.19.2",
"version": "2.19.3",
"dependencies": {
"nifti-reader-js": "^0.6.8",
},
Expand All @@ -252,7 +252,7 @@
},
"packages/tools": {
"name": "@cornerstonejs/tools",
"version": "2.19.2",
"version": "2.19.3",
"dependencies": {
"@types/offscreencanvas": "2019.7.3",
"comlink": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
31e7f93400ba1bb4e86b8c8dceaf75b6da99e4cf
e64d428a5a55144d8d9d1f97388808cb799b7314
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": "^2.19.3",
"@cornerstonejs/tools": "^2.19.3"
"@cornerstonejs/core": "^2.19.4",
"@cornerstonejs/tools": "^2.19.4"
}
}
4 changes: 2 additions & 2 deletions packages/ai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"onnxruntime-web": "1.17.1"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.19.3",
"@cornerstonejs/tools": "^2.19.3"
"@cornerstonejs/core": "^2.19.4",
"@cornerstonejs/tools": "^2.19.4"
}
}
2 changes: 1 addition & 1 deletion packages/dicomImageLoader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"uuid": "^9.0.0"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.19.3",
"@cornerstonejs/core": "^2.19.4",
"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": "^2.19.3",
"@cornerstonejs/core": "^2.19.3",
"@cornerstonejs/dicom-image-loader": "^2.19.3",
"@cornerstonejs/nifti-volume-loader": "^2.19.3",
"@cornerstonejs/tools": "^2.19.3",
"@cornerstonejs/adapters": "^2.19.4",
"@cornerstonejs/core": "^2.19.4",
"@cornerstonejs/dicom-image-loader": "^2.19.4",
"@cornerstonejs/nifti-volume-loader": "^2.19.4",
"@cornerstonejs/tools": "^2.19.4",
"@docusaurus/core": "3.6.3",
"@docusaurus/faster": "3.6.3",
"@docusaurus/module-type-aliases": "3.6.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/nifti-volume-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"nifti-reader-js": "^0.6.8"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.19.3"
"@cornerstonejs/core": "^2.19.4"
},
"contributors": [
{
Expand Down
2 changes: 1 addition & 1 deletion packages/tools/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"canvas": "^2.11.2"
},
"peerDependencies": {
"@cornerstonejs/core": "^2.19.3",
"@cornerstonejs/core": "^2.19.4",
"@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": "2.19.3",
"commit": "31e7f93400ba1bb4e86b8c8dceaf75b6da99e4cf"
"version": "2.19.4",
"commit": "e64d428a5a55144d8d9d1f97388808cb799b7314"
}
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.19.3
2.19.4

0 comments on commit d20bc44

Please sign in to comment.