Skip to content

Commit a4f15f7

Browse files
committed
Merge branch 'main' of https://github.com/NFDI4Chem/nmrium-react-wrapper into prod-helm-deploy
2 parents f53fd9b + fee3f6b commit a4f15f7

5 files changed

Lines changed: 22 additions & 8 deletions

File tree

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.2.0...v0.2.1) (2023-04-04)
4+
5+
6+
### Bug Fixes
7+
8+
* remove duplicate e2e test run ([ceb7474](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/ceb7474dc7253f7ada4363939185b8fbbf455b2e))
9+
* update readme ([9ba95bd](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/9ba95bda53a848a83c247f6ce67058ff5c125789))
10+
* update readme ([92fa33f](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/92fa33f0bc638ebb51753d59b63e370ff5c643e6))
11+
* update readme ([6cff3d9](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/6cff3d927b53ab730c14baf4485f3f19a2040a80))
12+
* update README.md with latest release ([0ebf262](https://github.com/NFDI4Chem/nmrium-react-wrapper/commit/0ebf262b9c6f9c85625480015a36f17387f708ce))
13+
314
## [0.2.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/compare/v0.1.0...v0.2.0) (2023-03-30)
415

516

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ To further enable integration in other applications developed with modern framew
2323

2424
#### For older/specific versions
2525

26-
[https://nmrium.nmrxiv.org/releases/v0.2.0](https://nmrium.nmrxiv.org/releases/v0.2.0)
26+
[https://nmrium.nmrxiv.org/releases/v0.2.0](https://nmrium.nmrxiv.org/releases/v0.2.0) -> [v0.2.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.2.0)
2727

28-
[https://nmrium.nmrxiv.org/releases/v0.1.0](https://nmrium.nmrxiv.org/releases/v0.1.0)
28+
[https://nmrium.nmrxiv.org/releases/v0.1.0](https://nmrium.nmrxiv.org/releases/v0.1.0) -> [v0.1.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.1.0)
2929

3030
### Embed
3131

@@ -72,7 +72,7 @@ Raise an issue on GitHub - https://github.com/NFDI4Chem/nmrium-react-wrapper/iss
7272

7373
| NMRium React Wrapper Version | NMRium Version | NMRium Data Schema Version | Migration Script |
7474
|:---- |:--- | :---- | :---- |
75-
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.2.0) | [v0.34.0](https://github.com/cheminfo/nmrium/releases/tag/v0.33.0) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |
75+
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.2.0) | [v0.34.0](https://github.com/cheminfo/nmrium/releases/tag/v0.34.0) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |
7676

7777

7878
## License

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

src/allowed-origins.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,8 @@
88
"http://test.nmrxiv.org",
99
"http://193.196.39.168",
1010
"http://193.196.39.168:3000",
11-
"https://nodejsdev.nmrxiv.org"
12-
]
11+
"https://nodejsdev.nmrxiv.org",
12+
"https://landolt.ac.rwth-aachen.de",
13+
"https://chemotion-t-01.zdv.uni-mainz.de",
14+
"https://chemotion-01.zdv.uni-mainz.de"
15+
]

0 commit comments

Comments
 (0)