Skip to content

Commit 11ec4aa

Browse files
committed
chore: publish packages
1 parent 0d217f1 commit 11ec4aa

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

packages/lit-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lit-selecto",
3-
"version": "1.22.3",
3+
"version": "1.22.4",
44
"description": "A Lit Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"types": "declaration/index.d.ts",
66
"main": "dist/selecto.cjs.js",
@@ -42,6 +42,6 @@
4242
"typescript": "^4.5.0"
4343
},
4444
"dependencies": {
45-
"selecto": "~1.22.3"
45+
"selecto": "~1.22.4"
4646
}
4747
}

packages/ngx-selecto/projects/ngx-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-selecto",
3-
"version": "1.22.3",
3+
"version": "1.22.4",
44
"description": "An Angular Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"keywords": [
66
"select",
@@ -21,7 +21,7 @@
2121
},
2222
"homepage": "https://github.com/daybrush/selecto#readme",
2323
"dependencies": {
24-
"selecto": "~1.22.3",
24+
"selecto": "~1.22.4",
2525
"tslib": "^2.3.0"
2626
}
2727
}

packages/preact-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "preact-selecto",
3-
"version": "1.19.3",
3+
"version": "1.19.4",
44
"description": "A Preact Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"main": "./dist/selecto.cjs.js",
66
"module": "./dist/selecto.esm.js",
@@ -41,7 +41,7 @@
4141
"typescript": "^4.5.0"
4242
},
4343
"dependencies": {
44-
"react-selecto": "~1.22.3"
44+
"react-selecto": "~1.22.4"
4545
},
4646
"files": [
4747
"./*",

packages/react-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-selecto",
3-
"version": "1.22.3",
3+
"version": "1.22.4",
44
"description": "A React Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"main": "./dist/selecto.cjs.js",
66
"module": "./dist/selecto.esm.js",
@@ -46,7 +46,7 @@
4646
"typescript": "^4.5.0"
4747
},
4848
"dependencies": {
49-
"selecto": "~1.22.3"
49+
"selecto": "~1.22.4"
5050
},
5151
"files": [
5252
"./*",

packages/selecto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selecto",
3-
"version": "1.22.3",
3+
"version": "1.22.4",
44
"description": "Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.",
55
"main": "./dist/selecto.cjs.js",
66
"module": "./dist/selecto.esm.js",

packages/storybook/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"raw-loader": "^4.0.0",
1717
"react-infinite-viewer": "^0.14.0",
1818
"react-moveable": "^0.30.3",
19-
"react-selecto": "~1.22.3"
19+
"react-selecto": "~1.22.4"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.7.2",

packages/svelte-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svelte-selecto",
3-
"version": "1.22.4",
3+
"version": "1.22.5",
44
"description": "A Svelte Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"main": "./dist/selecto.cjs.js",
66
"module": "./dist/selecto.esm.js",
@@ -46,7 +46,7 @@
4646
"typescript": "^4.5.0"
4747
},
4848
"dependencies": {
49-
"selecto": "~1.22.3"
49+
"selecto": "~1.22.4"
5050
},
5151
"files": [
5252
"./*",

packages/vue-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-selecto",
3-
"version": "1.22.3",
3+
"version": "1.22.4",
44
"description": "A Vue 2 Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"types": "declaration/index.d.ts",
66
"main": "dist/selecto.cjs.js",
@@ -36,7 +36,7 @@
3636
"dist/*"
3737
],
3838
"dependencies": {
39-
"selecto": "~1.22.3"
39+
"selecto": "~1.22.4"
4040
},
4141
"devDependencies": {
4242
"@daybrush/builder": "^0.1.2",

packages/vue3-selecto/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-selecto",
3-
"version": "1.8.4",
3+
"version": "1.8.5",
44
"description": "A Vue 3 Selecto Component that allows you to select elements in the drag area using the mouse or touch.",
55
"types": "declaration/index.d.ts",
66
"main": "dist/selecto.cjs.js",
@@ -36,7 +36,7 @@
3636
"dist/*"
3737
],
3838
"dependencies": {
39-
"selecto": "~1.22.3"
39+
"selecto": "~1.22.4"
4040
},
4141
"devDependencies": {
4242
"@daybrush/builder": "^0.1.2",

0 commit comments

Comments
 (0)