Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed May 30, 2023
1 parent aff5069 commit d5da64e
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/lit-selecto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lit-selecto",
"version": "1.22.4",
"version": "1.22.5",
"description": "A Lit Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
"types": "declaration/index.d.ts",
"main": "dist/selecto.cjs.js",
Expand Down Expand Up @@ -42,6 +42,6 @@
"typescript": "^4.5.0"
},
"dependencies": {
"selecto": "~1.22.4"
"selecto": "~1.22.5"
}
}
4 changes: 2 additions & 2 deletions packages/ngx-selecto/projects/ngx-selecto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ngx-selecto",
"version": "1.22.4",
"version": "1.22.5",
"description": "An Angular Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
"keywords": [
"select",
Expand All @@ -21,7 +21,7 @@
},
"homepage": "https://github.com/daybrush/selecto#readme",
"dependencies": {
"selecto": "~1.22.4",
"selecto": "~1.22.5",
"tslib": "^2.3.0"
}
}
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.19.4",
"version": "1.19.5",
"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,7 +41,7 @@
"typescript": "^4.5.0"
},
"dependencies": {
"react-selecto": "~1.22.4"
"react-selecto": "~1.22.5"
},
"files": [
"./*",
Expand Down
4 changes: 2 additions & 2 deletions packages/react-selecto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-selecto",
"version": "1.22.4",
"version": "1.22.5",
"description": "A React 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 @@ -46,7 +46,7 @@
"typescript": "^4.5.0"
},
"dependencies": {
"selecto": "~1.22.4"
"selecto": "~1.22.5"
},
"files": [
"./*",
Expand Down
2 changes: 1 addition & 1 deletion packages/selecto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selecto",
"version": "1.22.4",
"version": "1.22.5",
"description": "Selecto.js is a 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
6 changes: 3 additions & 3 deletions packages/selecto/test/manual/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
});
}).on("selectStart", () => {
setTimeout(() => {
document.body.insertAdjacentHTML("beforeend", `<div class="target" style="top: 300px; left: 50px; width: 50px; height: 50px">T6</div>`);
iframeDocument.body.insertAdjacentHTML("beforeend", `<div class="target" style="top: 300px; left: 50px; width: 50px; height: 50px">T6</div>`);
});
}).on("select", e => {
console.log(e.removed, e.added);
Expand All @@ -70,8 +70,8 @@
el.classList.remove("selected");
});
}).on("keydown", () => {
document.querySelector(".button").classList.add("selected");
iframeDocument.querySelector(".button").classList.add("selected");
}).on("keyup", () => {
document.querySelector(".button").classList.remove("selected");
iframeDocument.querySelector(".button").classList.remove("selected");
});
</script>
2 changes: 1 addition & 1 deletion packages/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"raw-loader": "^4.0.0",
"react-infinite-viewer": "^0.14.0",
"react-moveable": "^0.30.3",
"react-selecto": "~1.22.4"
"react-selecto": "~1.22.5"
},
"devDependencies": {
"@babel/core": "^7.7.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/svelte-selecto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-selecto",
"version": "1.22.5",
"version": "1.22.6",
"description": "A Svelte 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 @@ -46,7 +46,7 @@
"typescript": "^4.5.0"
},
"dependencies": {
"selecto": "~1.22.4"
"selecto": "~1.22.5"
},
"files": [
"./*",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue-selecto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue-selecto",
"version": "1.22.4",
"version": "1.22.5",
"description": "A Vue 2 Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
"types": "declaration/index.d.ts",
"main": "dist/selecto.cjs.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dist/*"
],
"dependencies": {
"selecto": "~1.22.4"
"selecto": "~1.22.5"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/vue3-selecto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vue3-selecto",
"version": "1.8.5",
"version": "1.8.6",
"description": "A Vue 3 Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
"types": "declaration/index.d.ts",
"main": "dist/selecto.cjs.js",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dist/*"
],
"dependencies": {
"selecto": "~1.22.4"
"selecto": "~1.22.5"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20122,7 +20122,7 @@ resolve@^1.1.7, resolve@^1.10.0, resolve@^1.11.0, resolve@^1.11.1, resolve@^1.12
path-parse "^1.0.7"
supports-preserve-symlinks-flag "^1.0.0"

resolve@^1.18.1:
resolve@^1.15.1:
version "1.22.2"
resolved "https://registry.npmjs.org/resolve/-/resolve-1.22.2.tgz#0ed0943d4e301867955766c9f3e1ae6d01c6845f"
integrity sha512-Sb+mjNHOULsBv818T40qSPeRiuWLyaGMa5ewydRLFimneixmVy2zdivRl+AF6jaYPC8ERxGDmFSiqui6SfPd+g==
Expand Down

0 comments on commit d5da64e

Please sign in to comment.