Skip to content

Commit

Permalink
v3.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Jan 18, 2023
1 parent 8ad3611 commit 558c601
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.2.4",
"version": "3.2.5",
"useWorkspaces": true,
"packages": [
"packages/*"
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/preact/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@reinisch.io>",
"bugs": "https://github.com/Simonwep/selection/issues",
Expand Down Expand Up @@ -38,7 +38,7 @@
"preact": ">=10.5.15"
},
"dependencies": {
"@viselect/react": "^3.2.4"
"@viselect/react": "^3.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@reinisch.io>",
"bugs": "https://github.com/Simonwep/selection/issues",
Expand Down Expand Up @@ -38,7 +38,7 @@
"react": ">=17.0.2"
},
"dependencies": {
"@viselect/vanilla": "^3.2.4"
"@viselect/vanilla": "^3.2.5"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@reinisch.io>",
"bugs": "https://github.com/Simonwep/selection/issues",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -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 <contact@reinisch.io>",
"bugs": "https://github.com/Simonwep/selection/issues",
Expand Down Expand Up @@ -40,7 +40,7 @@
"vue": ">=3.0.0"
},
"dependencies": {
"@viselect/vanilla": "^3.2.4"
"@viselect/vanilla": "^3.2.5"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 558c601

Please sign in to comment.