Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwep committed Jul 21, 2023
1 parent ad8fb4d commit 2febbe4
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "3.2.7",
"version": "3.3.0",
"npmClient": "pnpm"
}
6 changes: 3 additions & 3 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.7",
"version": "3.3.0",
"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,8 +38,8 @@
"preact": ">=10.5.15"
},
"dependencies": {
"@viselect/vanilla": "workspace:*",
"@viselect/react": "workspace:*"
"@viselect/react": "workspace:*",
"@viselect/vanilla": "workspace:*"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viselect/react",
"version": "3.2.7",
"version": "3.3.0",
"description": "React wrapper around the viselect vanilla library",
"author": "Simon Reinisch <[email protected]>",
"bugs": "https://github.com/Simonwep/selection/issues",
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.7",
"version": "3.3.0",
"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
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@viselect/vue",
"version": "3.2.7",
"version": "3.3.0",
"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

0 comments on commit 2febbe4

Please sign in to comment.