Skip to content

Commit 7daa8fc

Browse files
committedJan 2, 2025·
v3.7.1
1 parent 79256a4 commit 7daa8fc

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
 

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "3.7.0",
2+
"version": "3.7.1",
33
"npmClient": "pnpm"
44
}

‎packages/preact/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viselect/preact",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Preact wrapper around the viselect vanilla library",
55
"author": "Simon Reinisch <contact@reinisch.io>",
66
"bugs": "https://github.com/Simonwep/selection/issues",

‎packages/react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viselect/react",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "React wrapper around the viselect vanilla library",
55
"author": "Simon Reinisch <contact@reinisch.io>",
66
"bugs": "https://github.com/Simonwep/selection/issues",

‎packages/vanilla/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viselect/vanilla",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Simple, lightweight and modern library library for making visual DOM Selections.",
55
"author": "Simon Reinisch <contact@reinisch.io>",
66
"bugs": "https://github.com/Simonwep/selection/issues",

‎packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@viselect/vue",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Simple, lightweight and modern library library for making visual DOM Selections.",
55
"author": "Simon Reinisch <contact@reinisch.io>",
66
"bugs": "https://github.com/Simonwep/selection/issues",

0 commit comments

Comments
 (0)
Please sign in to comment.