@cornerstonejs/nifti-image-loader
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "@cornerstonejs/nifti-image-loader", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Cornerstone ImageLoader for NIfTI", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -7,2 +7,3 @@ # cornerstone-nifti-image-loader | ||
## Running Locally | ||
Use two terminals: | ||
@@ -12,1 +13,31 @@ - `npm run webpack:watch` in one terminal | ||
## Publish | ||
This library uses `semantic-release` to publish packages. The syntax of commits against the `master` branch | ||
determine how the new version calculated. | ||
<table> | ||
<tr> | ||
<th>Example Commit</th> | ||
<th>Release Type</th> | ||
</tr> | ||
<tr> | ||
<td>fix(pencil): stop graphite breaking when too much pressure applied</td> | ||
<td>Patch Release</td> | ||
</tr> | ||
<tr> | ||
<td>feat(pencil): add 'graphiteWidth' option</td> | ||
<td>Feature Release</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
perf(pencil): remove graphiteWidth option<br /> | ||
<br /> | ||
BREAKING CHANGE: The graphiteWidth option has been removed. | ||
The default graphite width of 10mm is always used for performance reasons. | ||
</td> | ||
<td> | ||
Major Breaking Release | ||
</td> | ||
</tr> | ||
</table> |
@@ -1,1 +0,1 @@ | ||
export default '1.0.1'; | ||
export default '1.0.2'; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
110094517
42