Skip to content

Commit

Permalink
Prepare for 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Nov 25, 2021
1 parent c95ab93 commit bc1a896
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# JSROOT changelog

## Changes in 6.3.1
1. Fix bug with col draw option in TH2/RH2


## Changes in 6.3.0
1. Fully rewrite TLatex parsing, use svg elements instead of plain text/tspan
2. Make TLatex reliably working in node.js, does not depend from availability of canvas component
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsroot",
"version": "6.3.0",
"version": "6.3.1",
"engines": {
"node": ">=0.10"
},
Expand Down
4 changes: 2 additions & 2 deletions scripts/JSRoot.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,11 @@
/** @summary JSROOT version id
* @desc For the JSROOT release the string in format "major.minor.patch" like "6.3.0"
* For the ROOT release string is "ROOT major.minor.patch" like "ROOT 6.26.00" */
JSROOT.version_id = "6.3.0";
JSROOT.version_id = "6.3.1";

/** @summary JSROOT version date
* @desc Release date in format day/month/year like "19/11/2021"*/
JSROOT.version_date = "19/11/2021";
JSROOT.version_date = "25/11/2021";

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

0 comments on commit bc1a896

Please sign in to comment.