diff --git a/lerna.json b/lerna.json index da85e55..5c28534 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.2.4", + "version": "3.2.5", "useWorkspaces": true, "packages": [ "packages/*" diff --git a/package-lock.json b/package-lock.json index 7cc0548..3e65b98 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10090,10 +10090,10 @@ }, "packages/preact": { "name": "@viselect/preact", - "version": "3.2.4", + "version": "3.2.5", "license": "MIT", "dependencies": { - "@viselect/react": "^3.2.4" + "@viselect/react": "^3.2.5" }, "peerDependencies": { "preact": ">=10.5.15" @@ -10101,10 +10101,10 @@ }, "packages/react": { "name": "@viselect/react", - "version": "3.2.4", + "version": "3.2.5", "license": "MIT", "dependencies": { - "@viselect/vanilla": "^3.2.4" + "@viselect/vanilla": "^3.2.5" }, "peerDependencies": { "react": ">=17.0.2" @@ -10112,15 +10112,15 @@ }, "packages/vanilla": { "name": "@viselect/vanilla", - "version": "3.2.4", + "version": "3.2.5", "license": "MIT" }, "packages/vue": { "name": "@viselect/vue", - "version": "3.2.4", + "version": "3.2.5", "license": "MIT", "dependencies": { - "@viselect/vanilla": "^3.2.4" + "@viselect/vanilla": "^3.2.5" }, "peerDependencies": { "vue": ">=3.0.0" diff --git a/packages/preact/package.json b/packages/preact/package.json index 5ec498b..6a3c907 100644 --- a/packages/preact/package.json +++ b/packages/preact/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/preact", - "version": "3.2.4", + "version": "3.2.5", "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.4" + "@viselect/react": "^3.2.5" }, "publishConfig": { "access": "public" diff --git a/packages/react/package.json b/packages/react/package.json index 695d566..3715c6e 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/react", - "version": "3.2.4", + "version": "3.2.5", "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.4" + "@viselect/vanilla": "^3.2.5" }, "publishConfig": { "access": "public" diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 3321d16..be52601 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/vanilla", - "version": "3.2.4", + "version": "3.2.5", "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 998362b..d8ad891 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/vue", - "version": "3.2.4", + "version": "3.2.5", "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.4" + "@viselect/vanilla": "^3.2.5" }, "publishConfig": { "access": "public"