Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Dec 3, 2023
1 parent edf5e30 commit 984ecb4
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 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.26.2",
"version": "1.26.3",
"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 @@ -36,14 +36,14 @@
"src/*",
"dist/*",
"declaration/*"
],
],
"devDependencies": {
"@daybrush/builder": "^0.1.2",
"lit-element": "^2.2.1",
"tslint": "^5.20.1",
"typescript": "^4.5.0"
},
"dependencies": {
"selecto": "~1.26.2"
"selecto": "~1.26.3"
}
}
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.26.2",
"version": "1.26.3",
"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.26.2",
"selecto": "~1.26.3",
"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.23.2",
"version": "1.23.3",
"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.26.2"
"react-selecto": "~1.26.3"
},
"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.26.2",
"version": "1.26.3",
"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.26.2"
"selecto": "~1.26.3"
},
"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.26.2",
"version": "1.26.3",
"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
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.26.2",
"version": "1.26.3",
"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.26.2"
"selecto": "~1.26.3"
},
"files": [
"./*",
Expand Down
6 changes: 3 additions & 3 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.26.2",
"version": "1.26.3",
"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,9 +36,9 @@
"src/*",
"dist/*",
"declaration/*"
],
],
"dependencies": {
"selecto": "~1.26.2"
"selecto": "~1.26.3"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down
6 changes: 3 additions & 3 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.12.2",
"version": "1.12.3",
"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,9 +36,9 @@
"src/*",
"dist/*",
"declaration/*"
],
],
"dependencies": {
"selecto": "~1.26.2"
"selecto": "~1.26.3"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down

0 comments on commit 984ecb4

Please sign in to comment.