Skip to content

Commit 28be4fc

Browse files
committed
Next fixes - shortly after release
1 parent 77a2c34 commit 28be4fc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# JSROOT changelog
22

3+
## Changes in 7.3.x
4+
1. Fix - do not allow move float browser too far left/top
5+
6+
37
## Changes in 7.3.3
48
1. Fix - failure in normal_cdf calculation
59
2. Fix - check in TTree::Draw for null buffer

modules/core.mjs

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

22
/** @summary version id
33
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
4-
let version_id = '7.3.3';
4+
let version_id = '7.3.x';
55

66
/** @summary version date
77
* @desc Release date in format day/month/year like '14/04/2022' */

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": "7.3.3",
3+
"version": "7.3.4",
44
"engines": {
55
"node": ">=0.14.8"
66
},

0 commit comments

Comments
 (0)