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 1, 2023
1 parent a0e3225 commit 514cb9b
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.26.1",
"version": "1.26.2",
"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.26.1"
"selecto": "~1.26.2"
}
}
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.1",
"version": "1.26.2",
"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.1",
"selecto": "~1.26.2",
"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.1",
"version": "1.23.2",
"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.1"
"react-selecto": "~1.26.2"
},
"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.1",
"version": "1.26.2",
"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.1"
"selecto": "~1.26.2"
},
"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.1",
"version": "1.26.2",
"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.1",
"version": "1.26.2",
"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.1"
"selecto": "~1.26.2"
},
"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.26.1",
"version": "1.26.2",
"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.26.1"
"selecto": "~1.26.2"
},
"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.12.1",
"version": "1.12.2",
"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.26.1"
"selecto": "~1.26.2"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down

0 comments on commit 514cb9b

Please sign in to comment.