Skip to content

Commit

Permalink
chore: release preact-selecto 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jun 21, 2020
1 parent e233510 commit 0e04c1d
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 24 deletions.
44 changes: 22 additions & 22 deletions packages/preact-selecto/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-selecto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "preact-selecto",
"version": "1.1.0",
"version": "1.2.0",
"description": "A Preact Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
"main": "./dist/selecto.cjs.js",
"module": "./dist/selecto.esm.js",
Expand Down Expand Up @@ -41,6 +41,6 @@
"typescript": "^3.4.5"
},
"dependencies": {
"react-selecto": "^1.1.1"
"react-selecto": "^1.2.0"
}
}

0 comments on commit 0e04c1d

Please sign in to comment.