Skip to content

Commit d7bce2b

Browse files
committed
Prepare for 6.1.0
1 parent dee8eb6 commit d7bce2b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSROOT changelog
22

3-
## Changes in dev
3+
## Changes in 6.1.0
44
1. Support drawing produced by TRatioPlot, including interactive zooming
55
2. Fix problem with TF1 drawing from histogram list of primitives
66
3. Let disable showing of StreamerInfo in the GUI by adding &skipsi to URL
@@ -9,7 +9,7 @@
99
6. API change -> PadPainter.zoom function returns Promise now
1010
7. Support gridx/y, tickx/y, logx/y options for (multi) graphs painter
1111
8. Provide simple Rebin functionality for TH1 (#210)
12-
9. Use jQuery dialog to input values, avoid prompt which not always supported (#216)
12+
9. Use jQuery dialog to input values, avoid prompt() which not always supported (#216)
1313

1414

1515
## Changes in 6.0.2

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": "6.0.0",
3+
"version": "6.1.0",
44
"engines": {
55
"node": ">=0.12"
66
},

scripts/JSRoot.core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,11 @@
101101
/** @summary JSROOT version id
102102
* @desc For the JSROOT release the string in format "major.minor.patch" like "6.0.0"
103103
* For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.24.00" */
104-
JSROOT.version_id = "dev";
104+
JSROOT.version_id = "6.1.0";
105105

106106
/** @summary JSROOT version date
107107
* @desc Release date in format day/month/year like "14/01/2021"*/
108-
JSROOT.version_date = "13/04/2021";
108+
JSROOT.version_date = "15/04/2021";
109109

110110
/** @summary JSROOT version id and date
111111
* @desc Produced by concatenation of {@link JSROOT.version_id} and {@link JSROOT.version_date}

0 commit comments

Comments
 (0)