Skip to content

Commit 1f328d9

Browse files
Merge pull request #103 from NFDI4Chem/release-please--branches--main--components--release-please-action
chore(main): release 0.4.0
2 parents 06fb863 + dcf4a4a commit 1f328d9

3 files changed

Lines changed: 28 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [0.4.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.3.0...v0.4.0) (2023-07-26)
4+
5+
6+
### Features
7+
8+
* update allow origin list ([#90](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/90)) ([635a2a3](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/635a2a35d0304d98ac7af22edb205e0aea18eef9))
9+
* update nmrium to pre-release version 0.34.0-pre.1683183916 ([2b6b79e](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/2b6b79e9a2dfcd643732cd02a5a528176c67076b))
10+
* update NMRium to version 0.40.1 ([bf527c3](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/bf527c3f6f5d467cf62bf124192fac691cccfb6a))
11+
* upgrade NMRium to version 0.35.0 ([bec4d6b](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/bec4d6b98fb9c69a34b77369340f8048372af111))
12+
* upgrade NMRium to version 0.35.0 ([f9ef551](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/f9ef551a775c3dc3d4ad8751489622b70463e9bc))
13+
* upgrade NMrium to version 0.36.0 ([ccc62a0](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ccc62a005c408f7fd04de2a26f4348c5af2556aa))
14+
* upgrade NMrium to version 0.39.0 ([1b08283](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/1b08283e56d119a806e3f81407226ac8e19cfcdc))
15+
* upgrade NMrium to version 0.39.0 ([3082777](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/3082777f70adbb714d87c0d4848b357c06c13ea9))
16+
* upgrade NMrium to version 0.40.1 ([9116fdf](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/9116fdffb17c5deadff971a53c3627a3fa3f911b))
17+
18+
19+
### Bug Fixes
20+
21+
* append subdomain prefix to 'nmrxiv.org' ([#86](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/86)) ([4dd8aec](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/4dd8aec9d4f7b332b85523c788166bf0ff586334))
22+
* append subdomain prefix to 'nmrxiv.org' ([#86](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/86)) ([#87](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/87)) ([06ef1fa](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/06ef1fac042fd4877f7340e24a9a75bdc978661f))
23+
* load 2d spectra files ([d186ce7](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/d186ce71e76b9ad49ac78be2b99ee18db468bd49))
24+
* load URLs that do not include an extension ([#92](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/92)) ([8ffe988](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/8ffe988ec1aa6a8cc5bdb9e277fd492949ce169a))
25+
* refactor the data object to state ([dd1d69a](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/dd1d69a2758d643c35c184debc90d391ca09f61f))
26+
* Update allowed-origins.json ([038f346](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/038f34618e2eb6a63c62bd178b3386d80ed9d0cc))
27+
328
## [0.3.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.1...v0.3.0) (2023-05-22)
429

530

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.3.0",
3+
"version": "0.4.0",
44
"private": false,
55
"license": "MIT",
66
"main": "lib-cjs/NMRiumWrapper.js",

0 commit comments

Comments
 (0)