From 5fa8b03308d01c758d1e2d920f7ef90ce55cb17f Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Tue, 29 Jul 2025 10:34:11 +0200 Subject: [PATCH] chore(main): release 1.1.0 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e40a5eeba2..9f32f72465 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [1.1.0](https://github.com/cheminfo/nmrium/compare/v1.0.0...v1.1.0) (2025-07-29) + + +### Features + +* extend 2D prediction points range starting from 64 up to 4096 ([70f737f](https://github.com/cheminfo/nmrium/commit/70f737fa75e5c3435f5485db65862f9bcabe345c)) +* move 2D processing from experimental to stable feature ([5df91f3](https://github.com/cheminfo/nmrium/commit/5df91f340b29c4a0b68870f6da2626c5584d2594)) +* move inset tool from experimental to stable feature ([cf421fe](https://github.com/cheminfo/nmrium/commit/cf421fe86e69f936a46132a6a11e17904d1b444e)) +* **plugin:** support `topbar.right` plugin ui slot ([#3621](https://github.com/cheminfo/nmrium/issues/3621)) ([c353b3f](https://github.com/cheminfo/nmrium/commit/c353b3fdf44c3bddcc8e8bbc29fe1c3abb8de03d)) + ## [1.0.0](https://github.com/cheminfo/nmrium/compare/v0.65.2...v1.0.0) (2025-07-24) diff --git a/package-lock.json b/package-lock.json index 997b1df39f..e8068f85fc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "1.0.0", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "1.0.0", + "version": "1.1.0", "license": "MIT", "dependencies": { "@atlaskit/pragmatic-drag-and-drop": "^1.7.4", diff --git a/package.json b/package.json index 242d9d0e56..b93a903587 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": "1.0.0", + "version": "1.1.0", "license": "MIT", "type": "module", "exports": "./lib/component/main/index.js",