From 497fc6557d5ad436d3f743d619a22718cefe35d5 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:09:32 +0200 Subject: [PATCH] chore(main): release 0.56.0 (#3058) --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9c1f27f1..ca030d7b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.56.0](https://github.com/cheminfo/nmrium/compare/v0.55.0...v0.56.0) (2024-06-01) + + +### Features + +* generate and display stocsy and boxplot ([#3055](https://github.com/cheminfo/nmrium/issues/3055)) ([83ff531](https://github.com/cheminfo/nmrium/commit/83ff53108a2c2555fafaf227fb632a8e8270adae)) + + +### Bug Fixes + +* select stocsy pivot point when the exclusion zones tool selected ([c527775](https://github.com/cheminfo/nmrium/commit/c527775296149c1f5e38e12cda8a57bc0a99062c)) +* set minimum width and height for the database molecule structure ([#3069](https://github.com/cheminfo/nmrium/issues/3069)) ([4ce0d2b](https://github.com/cheminfo/nmrium/commit/4ce0d2b363b73d561a0ba2e5810c84d28bedf341)) +* toggle the matrix generation exclusion zones tool ([c527775](https://github.com/cheminfo/nmrium/commit/c527775296149c1f5e38e12cda8a57bc0a99062c)) + ## [0.55.0](https://github.com/cheminfo/nmrium/compare/v0.54.0...v0.55.0) (2024-05-18) diff --git a/package-lock.json b/package-lock.json index 8f5426583..8de7cc7de 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "0.55.0", + "version": "0.56.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "0.55.0", + "version": "0.56.0", "license": "MIT", "dependencies": { "@blueprintjs/core": "^5.10.3", diff --git a/package.json b/package.json index 41404c5ad..b711f80db 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": "0.55.0", + "version": "0.56.0", "license": "MIT", "module": "lib/component/main/index.js", "types": "lib/component/main/index.d.ts",