Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Jan 21, 2023
1 parent d7622e0 commit 01cc234
Show file tree
Hide file tree
Showing 10 changed files with 18 additions and 18 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.21.0",
"version": "1.22.0",
"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.21.0"
"selecto": "~1.22.0"
}
}
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.21.0",
"version": "1.22.0",
"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.21.0",
"selecto": "~1.22.0",
"tslib": "^2.3.0"
}
}
4 changes: 2 additions & 2 deletions packages/ngx-selecto/projects/ngx-selecto/src/lib/consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// auto
// eslint-disable-next-line max-len
export const ANGULAR_SELECTO_INPUTS: ["dragContainer","cspNonce","preventClickEventOnDrag","preventClickEventOnDragStart","preventRightClick","boundContainer","selectableTargets","selectByClick","selectFromInside","continueSelect","continueSelectWithoutDeselect","toggleContinueSelect","toggleContinueSelectWithoutDeselect","keyContainer","hitRate","scrollOptions","checkInput","preventDefault","ratio","getElementRect","preventDragFromInside","rootContainer","dragCondition","clickBySelectEnd","checkOverflow"] = ["dragContainer","cspNonce","preventClickEventOnDrag","preventClickEventOnDragStart","preventRightClick","boundContainer","selectableTargets","selectByClick","selectFromInside","continueSelect","continueSelectWithoutDeselect","toggleContinueSelect","toggleContinueSelectWithoutDeselect","keyContainer","hitRate","scrollOptions","checkInput","preventDefault","ratio","getElementRect","preventDragFromInside","rootContainer","dragCondition","clickBySelectEnd","checkOverflow"];
export const ANGULAR_SELECTO_OUTPUTS: ["dragStart","drag","dragEnd","selectStart","select","selectEnd","keydown","keyup","scroll"] = ["dragStart","drag","dragEnd","selectStart","select","selectEnd","keydown","keyup","scroll"];
export const ANGULAR_SELECTO_INPUTS: ["dragContainer","cspNonce","preventClickEventOnDrag","preventClickEventOnDragStart","preventRightClick","boundContainer","selectableTargets","selectByClick","selectFromInside","continueSelect","continueSelectWithoutDeselect","toggleContinueSelect","toggleContinueSelectWithoutDeselect","keyContainer","hitRate","scrollOptions","checkInput","preventDefault","ratio","getElementRect","preventDragFromInside","rootContainer","dragCondition","clickBySelectEnd","checkOverflow","innerScrollOptions"] = ["dragContainer","cspNonce","preventClickEventOnDrag","preventClickEventOnDragStart","preventRightClick","boundContainer","selectableTargets","selectByClick","selectFromInside","continueSelect","continueSelectWithoutDeselect","toggleContinueSelect","toggleContinueSelectWithoutDeselect","keyContainer","hitRate","scrollOptions","checkInput","preventDefault","ratio","getElementRect","preventDragFromInside","rootContainer","dragCondition","clickBySelectEnd","checkOverflow","innerScrollOptions"];
export const ANGULAR_SELECTO_OUTPUTS: ["dragStart","drag","dragEnd","selectStart","select","selectEnd","keydown","keyup","scroll","innerScroll"] = ["dragStart","drag","dragEnd","selectStart","select","selectEnd","keydown","keyup","scroll","innerScroll"];
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.18.0",
"version": "1.19.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,7 +41,7 @@
"typescript": "^4.5.0"
},
"dependencies": {
"react-selecto": "~1.21.0"
"react-selecto": "~1.22.0"
},
"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.21.0",
"version": "1.22.0",
"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.21.0"
"selecto": "~1.22.0"
},
"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.21.0",
"version": "1.22.0",
"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
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.21.0"
"react-selecto": "~1.22.0"
},
"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.21.0",
"version": "1.22.0",
"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.21.0"
"selecto": "~1.22.0"
},
"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.21.0",
"version": "1.22.0",
"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.21.0"
"selecto": "~1.22.0"
},
"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.7.0",
"version": "1.8.0",
"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.21.0"
"selecto": "~1.22.0"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down

0 comments on commit 01cc234

Please sign in to comment.