Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into prod-helm-deploy
  • Loading branch information
NishaSharma14 committed Dec 20, 2023
2 parents 42edbde + 77b4dd5 commit 543931a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-please.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
release-type: node
package-name: release-please-action
token: ${{ secrets.GITHUB_TOKEN }}
prerelease: true
prerelease: false
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,16 @@ To further enable integration in other applications developed with modern framew

#### Production:

[https://nmrium.nmrxiv.org](https://nmrium.nmrxiv.org) (currently - [v0.5.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.5.0))
[https://nmrium.nmrxiv.org](https://nmrium.nmrxiv.org) (currently - [v0.6.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.6.0))

#### Development:

[https://nmriumdev.nmrxiv.org](https://nmriumdev.nmrxiv.org) (latest)

#### For older/specific versions

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

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

[https://nmrium.nmrxiv.org/releases/v0.4.0](https://nmrium.nmrxiv.org/releases/v0.4.0) -> [v0.4.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.4.0)
Expand Down Expand Up @@ -92,7 +94,7 @@ Raise an issue on GitHub - https://github.com/NFDI4Chem/nmrium-react-wrapper/iss

| NMRium React Wrapper Version | NMRium Version | NMRium Data Schema Version | Migration Script |
|:---- |:--- | :---- | :---- |
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.5.0) | [v0.41.0](https://github.com/cheminfo/nmrium/releases/tag/v0.41.0) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |
| [Latest-stable](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.6.0) | [v0.44.1](https://github.com/cheminfo/nmrium/releases/tag/v0.44.1) | [v4](/public/data/Data%20Schema%20Versions/V4/) | [Migration script](https://github.com/cheminfo/nmr-load-save/blob/master/src/migration/migrateToVersion3.ts) |


## License
Expand Down

0 comments on commit 543931a

Please sign in to comment.