From af5818681d7e3cb95b08ab61e6f7bfb9dafe1d53 Mon Sep 17 00:00:00 2001 From: Simon Reinisch Date: Sun, 12 Jan 2025 09:22:47 +0100 Subject: [PATCH] v3.8.1 --- lerna.json | 2 +- packages/preact/package.json | 2 +- packages/react/package.json | 2 +- packages/vanilla/package.json | 2 +- packages/vue/package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lerna.json b/lerna.json index a8373ca..b474dfd 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "3.8.0", + "version": "3.8.1", "npmClient": "pnpm" } \ No newline at end of file diff --git a/packages/preact/package.json b/packages/preact/package.json index 2266718..00aea80 100644 --- a/packages/preact/package.json +++ b/packages/preact/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/preact", - "version": "3.8.0", + "version": "3.8.1", "description": "Preact wrapper around the viselect vanilla library", "author": "Simon Reinisch ", "bugs": "https://github.com/Simonwep/selection/issues", diff --git a/packages/react/package.json b/packages/react/package.json index d3dd783..dfb4f47 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/react", - "version": "3.8.0", + "version": "3.8.1", "description": "React wrapper around the viselect vanilla library", "author": "Simon Reinisch ", "bugs": "https://github.com/Simonwep/selection/issues", diff --git a/packages/vanilla/package.json b/packages/vanilla/package.json index 154d85a..b22f91b 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/vanilla", - "version": "3.7.1", + "version": "3.8.1", "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 8b516a7..0cbfc69 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/vue", - "version": "3.7.1", + "version": "3.8.1", "description": "Simple, lightweight and modern library library for making visual DOM Selections.", "author": "Simon Reinisch ", "bugs": "https://github.com/Simonwep/selection/issues",