@haniffalab/cherita-react 1.0.0-dev.2025-03-07.d1321b84 → 1.0.0-dev.2025-03-07.82112ca9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,12 +4,12 @@
4
4
  [![tests](https://github.com/haniffalab/cherita-react/actions/workflows/tests.yml/badge.svg)](https://github.com/haniffalab/cherita-react/actions/workflows/tests.yml)
5
5
  [![codecov](https://codecov.io/gh/haniffalab/cherita-react/graph/badge.svg?token=8RLSQP1FFB)](https://codecov.io/gh/haniffalab/cherita-react)
6
6
 
7
- # @haniffalab/cherita-react
7
+ # Cherita React
8
8
 
9
9
  [![demo](https://img.shields.io/badge/Demo-view-blue)](https://default-dot-haniffa-lab.nw.r.appspot.com/)
10
10
  [![doi](https://zenodo.org/badge/DOI/10.5281/zenodo.14244809.svg)](https://doi.org/10.5281/zenodo.14244809)
11
11
 
12
- React component library designed for data visualisation and analysis of single-cell and spatial multi-omics data. This library provides a set of reusable and customisable components that can be used to used to build study narratives.
12
+ A React component library designed for data visualisation and analysis of single-cell and spatial multi-omics data. This library provides a set of reusable and customisable components that can be used to used to build study narratives.
13
13
 
14
14
  ## Development
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@haniffalab/cherita-react",
3
- "version": "1.0.0-dev.2025-03-07.d1321b84",
3
+ "version": "1.0.0-dev.2025-03-07.82112ca9",
4
4
  "author": "Haniffa Lab",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -112,5 +112,5 @@
112
112
  "url": "https://github.com/haniffalab/cherita-react/issues"
113
113
  },
114
114
  "homepage": "https://github.com/haniffalab/cherita-react#readme",
115
- "prereleaseSha": "d1321b841b3b6a75f47adba772f045a6c095790c"
115
+ "prereleaseSha": "82112ca96751705e4b6e378ba8adb9d331976580"
116
116
  }