Skip to content

Commit

Permalink
v3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Mar 30, 2023
1 parent 516ac77 commit d519452
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "3.2.5",
"useWorkspaces": true,
"packages": [
"packages/*"
]
"version": "3.2.6",
"useWorkspaces": true,
"packages": [
"packages/*"
]
}
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.5",
"version": "3.2.6",
"description": "Preact wrapper around the viselect vanilla library",
"author": "Simon Reinisch <[email protected]>",
"bugs": "https://github.com/Simonwep/selection/issues",
Expand Down Expand Up @@ -38,7 +38,7 @@
"preact": ">=10.5.15"
},
"dependencies": {
"@viselect/react": "^3.2.5"
"@viselect/react": "^3.2.6"
},
"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.5",
"version": "3.2.6",
"description": "React wrapper around the viselect vanilla library",
"author": "Simon Reinisch <[email protected]>",
"bugs": "https://github.com/Simonwep/selection/issues",
Expand Down Expand Up @@ -38,7 +38,7 @@
"react": ">=17.0.2"
},
"dependencies": {
"@viselect/vanilla": "^3.2.5"
"@viselect/vanilla": "^3.2.6"
},
"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.5",
"version": "3.2.6",
"description": "Simple, lightweight and modern library library for making visual DOM Selections.",
"author": "Simon Reinisch <[email protected]>",
"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.5",
"version": "3.2.6",
"description": "Simple, lightweight and modern library library for making visual DOM Selections.",
"author": "Simon Reinisch <[email protected]>",
"bugs": "https://github.com/Simonwep/selection/issues",
Expand Down Expand Up @@ -40,7 +40,7 @@
"vue": ">=3.0.0"
},
"dependencies": {
"@viselect/vanilla": "^3.2.5"
"@viselect/vanilla": "^3.2.6"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit d519452

Please sign in to comment.