From c90391dd0288d52f36ae026f1d4d8c818080fed7 Mon Sep 17 00:00:00 2001 From: Rebecca Bol Date: Wed, 24 Jan 2024 16:42:34 -0800 Subject: [PATCH] Release: 1.3.2 --- package-lock.json | 22 +++++++++++----------- package.json | 2 +- packages/angular/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/shared/package.json | 2 +- packages/svelte/package.json | 4 ++-- packages/ts/package.json | 2 +- packages/vue/package-lock.json | 4 ++-- packages/vue/package.json | 2 +- 9 files changed, 23 insertions(+), 23 deletions(-) diff --git a/package-lock.json b/package-lock.json index 56e327919..f50af28d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "unovis", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "unovis", - "version": "1.3.1", + "version": "1.3.2", "hasInstallScript": true, "license": "Apache-2.0", "workspaces": [ @@ -24459,7 +24459,7 @@ }, "packages/angular": { "name": "@unovis/angular", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "dependencies": { "tslib": "^2.3.1" @@ -24493,7 +24493,7 @@ "@angular/compiler": "12 - 16", "@angular/core": "12 - 16", "@unovis/shared": "*", - "@unovis/ts": "1.3.1" + "@unovis/ts": "1.3.2" } }, "packages/angular/node_modules/@types/estree": { @@ -24770,7 +24770,7 @@ }, "packages/react": { "name": "@unovis/react", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.4", @@ -24791,7 +24791,7 @@ "typescript": "~4.2.4" }, "peerDependencies": { - "@unovis/ts": "1.3.1", + "@unovis/ts": "1.3.2", "react": ">=16.8.0 || ^17 || ^18", "react-dom": ">=16.8.0 || ^17 || ^18" } @@ -24804,7 +24804,7 @@ }, "packages/shared": { "name": "@unovis/shared", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "devDependencies": { "@angular/platform-browser": "^12.0.3", @@ -24813,7 +24813,7 @@ }, "packages/svelte": { "name": "@unovis/svelte", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "devDependencies": { "@rollup/plugin-node-resolve": "^13.0.4", @@ -24834,7 +24834,7 @@ "typescript": "~4.2.4" }, "peerDependencies": { - "@unovis/ts": "1.3.1", + "@unovis/ts": "1.3.2", "svelte": "^3.48.0 || ^4.0.0" } }, @@ -24846,7 +24846,7 @@ }, "packages/ts": { "name": "@unovis/ts", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.7.1", @@ -25066,7 +25066,7 @@ }, "packages/vue": { "name": "@unovis/vue", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "devDependencies": { "@antfu/eslint-config": "^0.41.0", diff --git a/package.json b/package.json index 6dc46bcc9..a25514f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unovis", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "private": true, "workspaces": [ diff --git a/packages/angular/package.json b/packages/angular/package.json index 30408d156..1a57cdb57 100644 --- a/packages/angular/package.json +++ b/packages/angular/package.json @@ -1,7 +1,7 @@ { "name": "@unovis/angular", "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript", - "version": "1.3.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/f5/unovis.git", @@ -45,7 +45,7 @@ }, "peerDependencies": { "@unovis/shared": "*", - "@unovis/ts": "1.3.1", + "@unovis/ts": "1.3.2", "@angular/common": "12 - 16", "@angular/compiler": "12 - 16", "@angular/core": "12 - 16" diff --git a/packages/react/package.json b/packages/react/package.json index 0e8c4c7a1..18169c9c4 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@unovis/react", "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript", - "version": "1.3.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/f5/unovis.git", @@ -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.1", + "@unovis/ts": "1.3.2", "react": ">=16.8.0 || ^17 || ^18", "react-dom": ">=16.8.0 || ^17 || ^18" }, diff --git a/packages/shared/package.json b/packages/shared/package.json index 3257720fc..e2a3785d2 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,7 +1,7 @@ { "name": "@unovis/shared", "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript", - "version": "1.3.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/f5/unovis.git", diff --git a/packages/svelte/package.json b/packages/svelte/package.json index be943f660..487ef866c 100644 --- a/packages/svelte/package.json +++ b/packages/svelte/package.json @@ -1,7 +1,7 @@ { "name": "@unovis/svelte", "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript", - "version": "1.3.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/f5/unovis.git", @@ -37,7 +37,7 @@ "publish:dist": "rm -rf dist/.cache; cp ./{LICENSE,README.md,package.json} ./dist; cd ./dist; npm publish" }, "peerDependencies": { - "@unovis/ts": "1.3.1", + "@unovis/ts": "1.3.2", "svelte": "^3.48.0 || ^4.0.0" }, "devDependencies": { diff --git a/packages/ts/package.json b/packages/ts/package.json index 677c863c5..f936e580a 100644 --- a/packages/ts/package.json +++ b/packages/ts/package.json @@ -1,7 +1,7 @@ { "name": "@unovis/ts", "description": "Modular data visualization framework for React, Angular, Svelte, and vanilla TypeScript or JavaScript", - "version": "1.3.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/f5/unovis.git", diff --git a/packages/vue/package-lock.json b/packages/vue/package-lock.json index 3063e4234..7a78d3164 100644 --- a/packages/vue/package-lock.json +++ b/packages/vue/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unovis/vue", - "version": "1.3.1", + "version": "1.3.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@unovis/vue", - "version": "1.3.1", + "version": "1.3.2", "license": "Apache-2.0", "devDependencies": { "@antfu/eslint-config": "^0.41.0", diff --git a/packages/vue/package.json b/packages/vue/package.json index 545be96ac..ca399a20a 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -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.1", + "version": "1.3.2", "repository": { "type": "git", "url": "https://github.com/f5/unovis.git",