Skip to content

Commit

Permalink
Bump version to 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
evren217 committed Oct 25, 2018
1 parent dee5bd2 commit afd9a25
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 24 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.2.7] - 2018-10-25
### Changed
- Deprecate enabledElement.options.colormap option
- Fix rowPixelSpacing and columnPixelSpacing not to be null (default to 1)
- jsdocs changes

## [2.2.6] - 2018-09-24
### Added
- Broadcast `ELEMENT_DISABLED` event when disabling a new element on the `events` object
Expand Down
30 changes: 8 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cornerstone-core",
"version": "2.2.6",
"version": "2.2.7",
"description": "HTML5 Medical Image Viewer Component",
"main": "./dist/cornerstone.js",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/version.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default '2.2.6';
export default '2.2.7';

0 comments on commit afd9a25

Please sign in to comment.