Skip to content

Commit

Permalink
Merge pull request #103 from NFDI4Chem/release-please--branches--main…
Browse files Browse the repository at this point in the history
…--components--release-please-action

chore(main): release 0.4.0
  • Loading branch information
NishaSharma14 authored Jul 26, 2023
2 parents 06fb863 + dcf4a4a commit 1f328d9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## [0.4.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.3.0...v0.4.0) (2023-07-26)


### 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))
* update NMRium to version 0.40.1 ([bf527c3](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/bf527c3f6f5d467cf62bf124192fac691cccfb6a))
* 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))
* upgrade NMrium to version 0.39.0 ([1b08283](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/1b08283e56d119a806e3f81407226ac8e19cfcdc))
* upgrade NMrium to version 0.39.0 ([3082777](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/3082777f70adbb714d87c0d4848b357c06c13ea9))
* upgrade NMrium to version 0.40.1 ([9116fdf](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/9116fdffb17c5deadff971a53c3627a3fa3f911b))


### 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 2d spectra files ([d186ce7](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/d186ce71e76b9ad49ac78be2b99ee18db468bd49))
* 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))
* Update allowed-origins.json ([038f346](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/038f34618e2eb6a63c62bd178b3386d80ed9d0cc))

## [0.3.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.1...v0.3.0) (2023-05-22)


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,6 +1,6 @@
{
"name": "NMRiumWrapper",
"version": "0.3.0",
"version": "0.4.0",
"private": false,
"license": "MIT",
"main": "lib-cjs/NMRiumWrapper.js",
Expand Down

0 comments on commit 1f328d9

Please sign in to comment.