Skip to content

Commit 787aa6c

Browse files
committed
Release 5.7.2
1 parent fe25d7b commit 787aa6c

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
2. Fix - correctly handle "sync" specifier in JSROOT.NewHttpRequest
66
3. Fix - verify that TH1/TH2 superimposing in 3D works properly
77
4. Fix - use provided options in JSROOT.redraw function
8+
5. Fix - arb8 shape, used in composite
89

910

1011
## Changes in 5.7.1

demo/gulp/bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Example of building lib.js with gulp for JavaScript ROOT",
55
"main": "example.htm",
66
"dependencies": {
7-
"jsroot": "^5.7.1"
7+
"jsroot": "^5.7.2"
88
},
99
"overrides": {
1010
"MathJax": {

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.7.1",
3+
"version": "5.7.2",
44
"engines": {
55
"node": ">=0.8"
66
},

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.7.1 13/08/2019";
99+
JSROOT.version = "5.7.2 19/10/2019";
100100

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

0 commit comments

Comments
 (0)