From 9b8eb38d64ca7f9367016ef26f6fa5099d66296a Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Fri, 10 Jul 2026 16:32:20 +0200 Subject: [PATCH] chore(main): release 2.5.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d04f1589..933769976 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.5.0](https://github.com/cheminfo/nmrium/compare/v2.4.0...v2.5.0) (2026-07-10) + + +### Features + +* apply processings from panel change ([#4254](https://github.com/cheminfo/nmrium/issues/4254)) ([6db04ba](https://github.com/cheminfo/nmrium/commit/6db04ba1c8c9de34d12c8da1041b5c4a7f0cb3e0)) +* change cursor based on the selected tool ([#4256](https://github.com/cheminfo/nmrium/issues/4256)) ([6ca2885](https://github.com/cheminfo/nmrium/commit/6ca2885660237d048d4230e1a2660fe4ac50eaa2)) +* improve useSpectrum type inference ([#4254](https://github.com/cheminfo/nmrium/issues/4254)) ([6db04ba](https://github.com/cheminfo/nmrium/commit/6db04ba1c8c9de34d12c8da1041b5c4a7f0cb3e0)) +* support custom tick and axis label styles based on user preferences ([#4232](https://github.com/cheminfo/nmrium/issues/4232)) ([2f771eb](https://github.com/cheminfo/nmrium/commit/2f771eba4d653f62fd284812df7fd8a6236306e0)) + + +### Bug Fixes + +* do not deep clone immer drafts ([#4260](https://github.com/cheminfo/nmrium/issues/4260)) ([f24a3b1](https://github.com/cheminfo/nmrium/commit/f24a3b1350c968e66b5de017edf085d5d5c022ac)) +* downgrade react-draggable to 4.5.0 ([#4254](https://github.com/cheminfo/nmrium/issues/4254)) ([6db04ba](https://github.com/cheminfo/nmrium/commit/6db04ba1c8c9de34d12c8da1041b5c4a7f0cb3e0)) +* spectrum init when it imply `processings` ([#4254](https://github.com/cheminfo/nmrium/issues/4254)) ([6db04ba](https://github.com/cheminfo/nmrium/commit/6db04ba1c8c9de34d12c8da1041b5c4a7f0cb3e0)) +* update dependencies ([#4264](https://github.com/cheminfo/nmrium/issues/4264)) ([28da90c](https://github.com/cheminfo/nmrium/commit/28da90c4d87bbbf2c3ba8f0b53c333348a419250)) + ## [2.4.0](https://github.com/cheminfo/nmrium/compare/v2.3.0...v2.4.0) (2026-07-08) diff --git a/package-lock.json b/package-lock.json index 1655ffe0a..f1f1c73f1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "2.4.0", + "version": "2.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.14.0", diff --git a/package.json b/package.json index d5ea26738..118cd14de 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "nmrium", "description": "React component to display and process nuclear magnetic resonance (NMR) spectra.", - "version": "2.4.0", + "version": "2.5.0", "license": "MIT", "type": "module", "exports": {