Skip to content

Commit

Permalink
Release: 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lee00678 committed Feb 19, 2025
1 parent 8d2ed7a commit 1a185b5
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unovis",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"license": "Apache-2.0",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/angular",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tslib": "^2.3.1"
},
"peerDependencies": {
"@unovis/ts": "1.5.0",
"@unovis/ts": "1.5.1",
"@angular/common": "12 - 19",
"@angular/compiler": "12 - 19",
"@angular/core": "12 - 19"
Expand Down
2 changes: 1 addition & 1 deletion packages/dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@unovis/dev",
"version": "1.0.1",
"version": "1.5.1",
"packageManager": "[email protected]",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/react",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,7 +36,7 @@
"publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
},
"peerDependencies": {
"@unovis/ts": "1.5.0",
"@unovis/ts": "1.5.1",
"react": ">=16.8.0 || ^17 || ^18 || ^19",
"react-dom": ">=16.8.0 || ^17 || ^18 || ^19"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/shared",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/solid/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/solid",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"gallery": "vite"
},
"peerDependencies": {
"@unovis/ts": "1.5.0",
"@unovis/ts": "1.5.1",
"solid-js": "^1.9.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/svelte",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand Down Expand Up @@ -44,7 +44,7 @@
"publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
},
"peerDependencies": {
"@unovis/ts": "1.5.0",
"@unovis/ts": "1.5.1",
"svelte": "^3.48.0 || ^4.0.0 "
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/ts",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/vue",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, and vanilla TypeScript or JavaScript",
"version": "1.5.0",
"version": "1.5.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand Down Expand Up @@ -52,7 +52,7 @@
"gallery": "vite"
},
"peerDependencies": {
"@unovis/ts": "1.5.0",
"@unovis/ts": "1.5.1",
"vue": "^3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/website/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@unovis/website",
"description": "Modular data visualization framework for React, Angular, Svelte, Vue, Solid, and vanilla TypeScript or JavaScript",
"version": "1.0.1",
"version": "1.5.1",
"packageManager": "[email protected]",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1a185b5

Please sign in to comment.