Skip to content

Commit 6172512

Browse files
Merge pull request #277 from NFDI4Chem/release-please--branches--main--components--release-please-action
chore(main): release 1.0.0
2 parents e9c7c89 + 80b1305 commit 6172512

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [0.10.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.9.0...v0.10.0) (2025-07-07)
4+
5+
6+
### Features
7+
8+
* enable 'autoProcessing' in 'nmrXiv' workspace ([a52487e](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/a52487ebe98e4e9afce0bfcfaa9400ef50afe4d9))
9+
* enable 'experimentalFeatures' when loading spectra from external URLs ([4b2811f](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/4b2811ffcf97c7ecf90ea6111ce6864fa74e6fa0))
10+
* update nmrium to version 0.64.0 ([#271](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/271)) ([fc5708e](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/fc5708e4f5f976f62bb037a90f440ecff6a9c263))
11+
* update nmrium to version 0.65.0 ([2007caa](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/2007caa29391324b690cc53c99ec32bb059205a7))
12+
13+
14+
### Bug Fixes
15+
16+
* add nginx configuration file ([f82819a](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/f82819ac0d202f71606f1b4bc3dc17a826c67dd9))
17+
* Update docker-compose files and remove unused nginx configuration ([87b5b94](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/87b5b9416e4ac8c0ff126b136dc6bc1704589ae1))
18+
* update Dockerfile path in dev-build workflow ([ead6892](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ead68924898acd591c9526675307e64ce913b45a))
19+
* update README ([92900d9](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/92900d97bc6e1851817ff9eba3b189902992529a))
20+
321
## [0.9.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.8.0...v0.9.0) (2025-04-25)
422

523

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "NMRiumWrapper",
3-
"version": "0.9.0",
3+
"version": "0.10.0",
44
"private": false,
55
"license": "MIT",
66
"type": "module",

0 commit comments

Comments
 (0)