From d5194526d1f8431ec0f4fd49a4628ec3e5ae91cf Mon Sep 17 00:00:00 2001 From: Simon Reinisch Date: Thu, 30 Mar 2023 11:10:19 +0200 Subject: [PATCH] v3.2.6 --- lerna.json | 10 +++++----- package-lock.json | 14 +++++++------- packages/preact/package.json | 4 ++-- packages/react/package.json | 4 ++-- packages/vanilla/package.json | 2 +- packages/vue/package.json | 4 ++-- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lerna.json b/lerna.json index 5c28534..99bb877 100644 --- a/lerna.json +++ b/lerna.json @@ -1,7 +1,7 @@ { - "version": "3.2.5", - "useWorkspaces": true, - "packages": [ - "packages/*" - ] + "version": "3.2.6", + "useWorkspaces": true, + "packages": [ + "packages/*" + ] } diff --git a/package-lock.json b/package-lock.json index ea28faa..a822c00 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12215,10 +12215,10 @@ }, "packages/preact": { "name": "@viselect/preact", - "version": "3.2.5", + "version": "3.2.6", "license": "MIT", "dependencies": { - "@viselect/react": "^3.2.5" + "@viselect/react": "^3.2.6" }, "peerDependencies": { "preact": ">=10.5.15" @@ -12226,10 +12226,10 @@ }, "packages/react": { "name": "@viselect/react", - "version": "3.2.5", + "version": "3.2.6", "license": "MIT", "dependencies": { - "@viselect/vanilla": "^3.2.5" + "@viselect/vanilla": "^3.2.6" }, "peerDependencies": { "react": ">=17.0.2" @@ -12237,15 +12237,15 @@ }, "packages/vanilla": { "name": "@viselect/vanilla", - "version": "3.2.5", + "version": "3.2.6", "license": "MIT" }, "packages/vue": { "name": "@viselect/vue", - "version": "3.2.5", + "version": "3.2.6", "license": "MIT", "dependencies": { - "@viselect/vanilla": "^3.2.5" + "@viselect/vanilla": "^3.2.6" }, "peerDependencies": { "vue": ">=3.0.0" diff --git a/packages/preact/package.json b/packages/preact/package.json index 6a3c907..bc17221 100644 --- a/packages/preact/package.json +++ b/packages/preact/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/preact", - "version": "3.2.5", + "version": "3.2.6", "description": "Preact wrapper around the viselect vanilla library", "author": "Simon Reinisch ", "bugs": "https://github.com/Simonwep/selection/issues", @@ -38,7 +38,7 @@ "preact": ">=10.5.15" }, "dependencies": { - "@viselect/react": "^3.2.5" + "@viselect/react": "^3.2.6" }, "publishConfig": { "access": "public" diff --git a/packages/react/package.json b/packages/react/package.json index 3715c6e..df404fa 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/react", - "version": "3.2.5", + "version": "3.2.6", "description": "React wrapper around the viselect vanilla library", "author": "Simon Reinisch ", "bugs": "https://github.com/Simonwep/selection/issues", @@ -38,7 +38,7 @@ "react": ">=17.0.2" }, "dependencies": { - "@viselect/vanilla": "^3.2.5" + "@viselect/vanilla": "^3.2.6" }, "publishConfig": { "access": "public" diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index be52601..3101de5 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/vanilla", - "version": "3.2.5", + "version": "3.2.6", "description": "Simple, lightweight and modern library library for making visual DOM Selections.", "author": "Simon Reinisch ", "bugs": "https://github.com/Simonwep/selection/issues", diff --git a/packages/vue/package.json b/packages/vue/package.json index d8ad891..f73c3e1 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/vue", - "version": "3.2.5", + "version": "3.2.6", "description": "Simple, lightweight and modern library library for making visual DOM Selections.", "author": "Simon Reinisch ", "bugs": "https://github.com/Simonwep/selection/issues", @@ -40,7 +40,7 @@ "vue": ">=3.0.0" }, "dependencies": { - "@viselect/vanilla": "^3.2.5" + "@viselect/vanilla": "^3.2.6" }, "publishConfig": { "access": "public"