Skip to content

Commit

Permalink
Release: 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
reb-dev committed Feb 27, 2024
1 parent d863a17 commit 36da71c
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
24 changes: 12 additions & 12 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.3.4",
"version": "1.3.5",
"license": "Apache-2.0",
"private": true,
"workspaces": [
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, and vanilla TypeScript or JavaScript",
"version": "1.3.4",
"version": "1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"peerDependencies": {
"@unovis/shared": "*",
"@unovis/ts": "1.3.4",
"@unovis/ts": "1.3.5",
"@angular/common": "12 - 16",
"@angular/compiler": "12 - 16",
"@angular/core": "12 - 16"
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, and vanilla TypeScript or JavaScript",
"version": "1.3.4",
"version": "1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -35,7 +35,7 @@
"publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
},
"peerDependencies": {
"@unovis/ts": "1.3.4",
"@unovis/ts": "1.3.5",
"react": ">=16.8.0 || ^17 || ^18",
"react-dom": ">=16.8.0 || ^17 || ^18"
},
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, and vanilla TypeScript or JavaScript",
"version": "1.3.4",
"version": "1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
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, and vanilla TypeScript or JavaScript",
"version": "1.3.4",
"version": "1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -42,7 +42,7 @@
"publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish"
},
"peerDependencies": {
"@unovis/ts": "1.3.4",
"@unovis/ts": "1.3.5",
"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, and vanilla TypeScript or JavaScript",
"version": "1.3.4",
"version": "1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.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.3.4",
"version": "1.3.5",
"repository": {
"type": "git",
"url": "https://github.com/f5/unovis.git",
Expand Down Expand Up @@ -51,7 +51,7 @@
"gallery": "vite"
},
"peerDependencies": {
"@unovis/ts": "1.3.4",
"@unovis/ts": "1.3.5",
"vue": "^3"
},
"devDependencies": {
Expand Down

0 comments on commit 36da71c

Please sign in to comment.