Skip to content

Commit 379b412

Browse files
committed
changes, date and co
1 parent 6b4229c commit 379b412

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

changes.md

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

3+
4+
## Changes in 7.10.x
5+
1. Fix - hist stats context menu
6+
7+
38
## Changes in 7.10.3
49
1. Fix - add `TLeafG` support in `TTree` #397
510
2. Fix - reset contour while drawing `TH3`

demo/node/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jsroot-demos",
3-
"version": "7.10.3",
3+
"version": "7.10.4",
44
"engines": {
55
"node": ">=0.18"
66
},

libs/d3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"@rollup/plugin-terser": "^0.4.0",
4949
"eslint": "8",
5050
"mocha": "10",
51-
"rollup": ">=3.29.5"
51+
"rollup": ">=3.30.0"
5252
},
5353
"scripts": {
5454
"build": "rollup -c rollup_d3.config.js"

modules/core.mjs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22

33
/** @summary version id
44
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
5-
const version_id = '7.10.3',
5+
const version_id = '7.10.x',
66

77
/** @summary version date
88
* @desc Release date in format day/month/year like '14/04/2022' */
9-
version_date = '26/02/2026',
9+
version_date = '10/03/2026',
1010

1111
/** @summary version id and date
1212
* @desc Produced by concatenation of {@link version_id} and {@link version_date}

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.10.3",
3+
"version": "7.10.4",
44
"engines": {
55
"node": ">= 0.18.0"
66
},

0 commit comments

Comments
 (0)