Skip to content

Commit 81d72b0

Browse files
committed
Changelog and inc version
1 parent 6d8f090 commit 81d72b0

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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.10.x
4+
1. Fix - proper paint axis labels on both sides when pad.fTickx/y = 2
5+
6+
37
## Changes in 7.10.0
48
1. `RNtuple` support, thanks to Kriti Mahajan https://github.com/Krmjn09
59
2. Implement `RTreeMapPainter` to display `RNTuple` structure, thanks to Patryk Pilichowski https://github.com/magnustymoteus

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.0",
3+
"version": "7.10.1",
44
"engines": {
55
"node": ">=0.18"
66
},

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.0',
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 = '27/10/2025',
9+
version_date = '28/10/2025',
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.0",
3+
"version": "7.10.1",
44
"engines": {
55
"node": ">= 0.18.0"
66
},

0 commit comments

Comments
 (0)