@unovis/react 1.5.1-ql.2 → 1.5.1

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -65,7 +65,7 @@ export function BasicLineChart () {
65
65
  ```
66
66
 
67
67
  ## Documentation
68
- https://unovis.dev/docs
68
+ https://unovis.dev/docs/intro
69
69
 
70
70
  ## Examples
71
71
  https://unovis.dev/gallery
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unovis/react",
3
3
  "description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
4
- "version": "1.5.1-ql.2",
4
+ "version": "1.5.1",
5
5
  "packageManager": "npm@10.9.1",
6
6
  "repository": {
7
7
  "type": "git",
@@ -36,7 +36,7 @@
36
36
  "publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
37
37
  },
38
38
  "peerDependencies": {
39
- "@unovis/ts": "1.5.0",
39
+ "@unovis/ts": "1.5.1",
40
40
  "react": ">=16.8.0 || ^17 || ^18 || ^19",
41
41
  "react-dom": ">=16.8.0 || ^17 || ^18 || ^19"
42
42
  },