Skip to content

Commit

Permalink
Merge pull request #210 from NFDI4Chem/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
sriramkanakam87 committed Jun 21, 2024
2 parents 0c911ca + 80da44e commit 3d0975d
Show file tree
Hide file tree
Showing 8 changed files with 3,131 additions and 2,928 deletions.
1 change: 1 addition & 0 deletions Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN export NODE_OPTIONS=--max-old-space-size=8192
RUN npm ci --silent
RUN npm install react-scripts@latest -g --silent
COPY . ./
RUN echo "export default { version: '$RELEASE_VERSION' };" > src/versionInfo.ts
RUN npm run build -- --outDir=build
RUN npm run build -- --outDir=build/releases/v0.0.1

Expand Down
21 changes: 10 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,30 +15,29 @@ To further enable integration in other applications developed with modern framew

#### Production:

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

#### Development:

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

#### For older/specific versions
[https://nmrium.nmrxiv.org/releases/v0.9.0](https://nmrium.nmrxiv.org/releases/v0.9.0) -> [v0.9.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.9.0)

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

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

[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.6.0](https://nmrium.nmrxiv.orgv/0.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.5.0](https://nmrium.nmrxiv.org/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)
[https://nmrium.nmrxiv.org/releases/v0.4.0](https://nmrium.nmrxiv.org/v0.4.0) -> [v0.4.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.4.0)

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

[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)
[https://nmrium.nmrxiv.org/releases/v0.2.0](https://nmrium.nmrxiv.org/v0.2.0) -> [v0.2.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.2.0)

[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)
[https://nmrium.nmrxiv.org/releases/v0.1.0](https://nmrium.nmrxiv.org/v0.1.0) -> [v0.1.0](https://github.com/NFDI4Chem/nmrium-react-wrapper/releases/tag/v0.1.0)

### Docker Hub
Containerized using Docker and is distributed publicly via the [Docker Hub](https://hub.docker.com/r/nfdi4chem/nmrium-react-wrapper).
Expand Down Expand Up @@ -99,7 +98,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.9.0) | [v0.53.0](https://github.com/cheminfo/nmrium/releases/tag/v0.53.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.9.0) | [v0.56.0](https://github.com/cheminfo/nmrium/releases/tag/v0.56.0) | [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
Loading

0 comments on commit 3d0975d

Please sign in to comment.