diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f83d1a..aa2499f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [0.3.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.1...v0.3.0) (2023-05-22) + + +### Features + +* update allow origin list ([#90](https://github.com/NFDI4Chem/nmrium-react-wrapper/issues/90)) ([635a2a3](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/635a2a35d0304d98ac7af22edb205e0aea18eef9)) +* update nmrium to pre-release version 0.34.0-pre.1683183916 ([2b6b79e](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/2b6b79e9a2dfcd643732cd02a5a528176c67076b)) +* upgrade NMRium to version 0.35.0 ([bec4d6b](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/bec4d6b98fb9c69a34b77369340f8048372af111)) +* upgrade NMRium to version 0.35.0 ([f9ef551](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/f9ef551a775c3dc3d4ad8751489622b70463e9bc)) +* upgrade NMrium to version 0.36.0 ([ccc62a0](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ccc62a005c408f7fd04de2a26f4348c5af2556aa)) + + +### Bug Fixes + +* 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)) +* 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)) +* 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)) +* refactor the data object to state ([dd1d69a](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/dd1d69a2758d643c35c184debc90d391ca09f61f)) + ## [0.2.1](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.0...v0.2.1) (2023-04-04) diff --git a/package-lock.json b/package-lock.json index 6ec447b..fe6dc01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "NMRiumWrapper", - "version": "0.2.1", + "version": "0.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "NMRiumWrapper", - "version": "0.2.1", + "version": "0.3.0", "license": "MIT", "dependencies": { "@emotion/react": "^11.11.0", diff --git a/package.json b/package.json index 5f4d354..1743261 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "NMRiumWrapper", - "version": "0.2.1", + "version": "0.3.0", "private": false, "license": "MIT", "main": "lib-cjs/NMRiumWrapper.js",