Skip to content

Commit d667b55

Browse files
committed
Prepare for 5.5.2
1 parent ac900ae commit d667b55

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

changes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# JSROOT changelog
22

3-
## Changes in 5.5.x
3+
## Changes in 5.5.2
44
1. Fix - draw TH2Poly bins outline when no content specified
5+
2. Fix - always set axis interactive handlers (#170)
6+
3. Fix - take into account zaxis properties when drawing color palette (#171)
57

68

79
## Changes in 5.5.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot",
3-
"version": "5.5.1",
3+
"version": "5.5.2",
44
"description": "JavaScript ROOT",
55
"homepage": "https://root.cern/js/",
66
"main": "./scripts/JSRootCore.js",

scripts/JSRootCore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696

9797
"use strict";
9898

99-
JSROOT.version = "5.5.x 20/08/2018";
99+
JSROOT.version = "5.5.2 19/10/2018";
100100

101101
JSROOT.source_dir = "";
102102
JSROOT.source_min = false;

0 commit comments

Comments
 (0)