From 203bbe0bfe5c4f8667f258764690bf3a64049d55 Mon Sep 17 00:00:00 2001 From: cheminfo-bot <10880445+cheminfo-bot@users.noreply.github.com> Date: Wed, 10 Jul 2024 19:28:43 +0200 Subject: [PATCH] chore(main): release 0.58.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 b109c3d5d..c9d25c904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.58.0](https://github.com/cheminfo/nmrium/compare/v0.57.1...v0.58.0) (2024-07-10) + + +### Features + +* improve info block ([b838b34](https://github.com/cheminfo/nmrium/commit/b838b3432c4af5a1396397b1dde986388cba06a0)) +* move the title block ([b838b34](https://github.com/cheminfo/nmrium/commit/b838b3432c4af5a1396397b1dde986388cba06a0)) + + +### Bug Fixes + +* apply apodization on the fly when opening its options panel ([506bc4b](https://github.com/cheminfo/nmrium/commit/506bc4bc6c6743a72a325f30c4bfe801bedf6c09)) +* apply baseline correction on the fly when opening its options panel ([1b8ebdc](https://github.com/cheminfo/nmrium/commit/1b8ebdc32b80d9935724a0f49f202dd0fe68ca5b)) +* apply zero filling on the fly when opening its options panel ([d43911d](https://github.com/cheminfo/nmrium/commit/d43911d786b46eab03a1347f3c4c3ace79d24903)) +* correctly handle optional mapValue function ([106f2c9](https://github.com/cheminfo/nmrium/commit/106f2c94c948ce5199eec8adbd09dff1856606a2)) +* read title file in bruker pdata ([#3114](https://github.com/cheminfo/nmrium/issues/3114)) ([f4a18b5](https://github.com/cheminfo/nmrium/commit/f4a18b5ad3a7ce2bfb03d2e6b8ecb2a12dc35e17)) +* save preferences in the local storage ([6f0ac78](https://github.com/cheminfo/nmrium/commit/6f0ac783c4835b6eff71139dd0ee9d686bc3e15b)) + ## [0.57.1](https://github.com/cheminfo/nmrium/compare/v0.57.0...v0.57.1) (2024-07-04) diff --git a/package-lock.json b/package-lock.json index 828d845c3..86a94ea7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nmrium", - "version": "0.57.1", + "version": "0.58.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nmrium", - "version": "0.57.1", + "version": "0.58.0", "license": "MIT", "dependencies": { "@blueprintjs/core": "^5.10.4", diff --git a/package.json b/package.json index 5a07c58a1..1f1635f22 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.57.1", + "version": "0.58.0", "license": "MIT", "module": "lib/component/main/index.js", "types": "lib/component/main/index.d.ts",