From dceb89df3c5536619bebf23984578451daf7e5dc Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Thu, 21 May 2026 14:21:17 +0200 Subject: [PATCH] chore(main): release 2.2.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 0d196c3c0..4f2c087a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [2.2.0](https://github.com/cheminfo/nmrium/compare/v2.1.0...v2.2.0) (2026-05-21) + + +### Features + +* copy peaks table as TSV to clipboard ([e435bb1](https://github.com/cheminfo/nmrium/commit/e435bb1a77a8d9693aacabd3f66ca5d4a6626e4a)) +* display intensity ratio relative to the maximum absolute peak ([543ff58](https://github.com/cheminfo/nmrium/commit/543ff58f018bb92dcb0308279b696cd20fcd65e1)) +* display spectrum label in stack mode ([b2ef5b2](https://github.com/cheminfo/nmrium/commit/b2ef5b204eb12e4e9e113ba555560bd44ebbdfa8)) +* display spectrum label in stack mode and colunms format ([b2ef5b2](https://github.com/cheminfo/nmrium/commit/b2ef5b204eb12e4e9e113ba555560bd44ebbdfa8)) +* format numeric columns in spectra table ([b2ef5b2](https://github.com/cheminfo/nmrium/commit/b2ef5b204eb12e4e9e113ba555560bd44ebbdfa8)) +* Improve peak shape options ([67bedcc](https://github.com/cheminfo/nmrium/commit/67bedcccb24298e946a0668bed15e2cc70082097)) + + +### Bug Fixes + +* handle potentially undefined `info.experiment` ([#4128](https://github.com/cheminfo/nmrium/issues/4128)) ([abd7b93](https://github.com/cheminfo/nmrium/commit/abd7b9389979f4d92b830dbc196a33ddf7cb27f3)) +* typings of multiplet analysis ([#4125](https://github.com/cheminfo/nmrium/issues/4125)) ([336a8e9](https://github.com/cheminfo/nmrium/commit/336a8e935d096ac05afe2d06b98d1b12e8e6b975)) + ## [2.1.0](https://github.com/cheminfo/nmrium/compare/v2.0.0...v2.1.0) (2026-05-04) diff --git a/package-lock.json b/package-lock.json index d01972e83..cfbc9ddc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "2.1.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "2.1.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.8.1", diff --git a/package.json b/package.json index 6b4318056..616a7b67d 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.1.0", + "version": "2.2.0", "license": "MIT", "type": "module", "exports": {