From 7cafc3d1ab1090f734d20bfd5f98ee89be159c08 Mon Sep 17 00:00:00 2001 From: Simon Reinisch Date: Sun, 29 Sep 2024 09:05:50 +0200 Subject: [PATCH] v3.6.0 --- 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 9ac59b5..0d73fa4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "3.5.1", + "version": "3.6.0", "npmClient": "pnpm" } diff --git a/packages/preact/package.json b/packages/preact/package.json index 0291d39..7a95c24 100644 --- a/packages/preact/package.json +++ b/packages/preact/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/preact", - "version": "3.5.1", + "version": "3.6.0", "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 86dbaf8..3cf7c72 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/react", - "version": "3.5.1", + "version": "3.6.0", "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 c2f8d05..6cab8a1 100644 --- a/packages/vanilla/package.json +++ b/packages/vanilla/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/vanilla", - "version": "3.5.1", + "version": "3.6.0", "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 2a62ae8..d5a0fed 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,6 +1,6 @@ { "name": "@viselect/vue", - "version": "3.5.1", + "version": "3.6.0", "description": "Simple, lightweight and modern library library for making visual DOM Selections.", "author": "Simon Reinisch ", "bugs": "https://github.com/Simonwep/selection/issues",