Skip to content

Commit

Permalink
chore(main): release 0.52.0 (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheminfo-bot committed Mar 19, 2024
1 parent 24cac6c commit 2ed8018
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.52.0](https://github.com/cheminfo/nmrium/compare/v0.51.0...v0.52.0) (2024-03-19)


### Features

* **zones:** add access to maxPercentCutOff option ([#2963](https://github.com/cheminfo/nmrium/issues/2963)) ([544c2cc](https://github.com/cheminfo/nmrium/commit/544c2ccbd44c63791838dbaf3853976b29d57567))


### Bug Fixes

* add missing dep ([#2972](https://github.com/cheminfo/nmrium/issues/2972)) ([72e969d](https://github.com/cheminfo/nmrium/commit/72e969d813557733c2cfce2d8b4a3905f5159c17))
* add missing dep ([#2972](https://github.com/cheminfo/nmrium/issues/2972)) ([72e969d](https://github.com/cheminfo/nmrium/commit/72e969d813557733c2cfce2d8b4a3905f5159c17))
* improve consistency of labels ([#2970](https://github.com/cheminfo/nmrium/issues/2970)) ([92fd75d](https://github.com/cheminfo/nmrium/commit/92fd75d14cc262bcfcf087e4f36ddee7f6becf8b))
* set the size correctly for real part in slicing function ([#2973](https://github.com/cheminfo/nmrium/issues/2973)) ([47233fc](https://github.com/cheminfo/nmrium/commit/47233fcb5e76dc582254c346f39ccdc11ba7c94b))

## [0.51.0](https://github.com/cheminfo/nmrium/compare/v0.50.1...v0.51.0) (2024-03-16)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nmrium",
"description": "React component to display and process nuclear magnetic resonance (NMR) spectra.",
"version": "0.51.0",
"version": "0.52.0",
"license": "MIT",
"module": "lib/component/main/index.js",
"types": "lib/component/main/index.d.ts",
Expand Down

0 comments on commit 2ed8018

Please sign in to comment.