Skip to content

Commit

Permalink
chore: publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush committed Sep 13, 2022
1 parent 5ce891a commit 1d0f3c8
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"build": "npm run build --prefix ./packages/selecto",
"packages:update": "lerna-helper version && npm run update-type-consts",
"update-type-consts": "node ./config/update-type-consts.js",
"packages:build": "lerna run build --ignore ngx-selecto --ignore storybook",
"packages:build": "npm run build --prefix packages/selecto && npm run update-type-consts && lerna run build --ignore ngx-selecto --ignore storybook --ignore selecto",
"packages:publish": "lerna-helper publish --ignore ngx-selecto --commit 'chore: publish packages'",
"changelog": "lerna-helper changelog --type all --base selecto",
"changelog:root": "lerna-helper changelog --type root --base selecto",
Expand Down
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.20.0",
"version": "1.20.1",
"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.20.0"
"selecto": "~1.20.1"
}
}
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.20.0",
"version": "1.20.1",
"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.20.0",
"selecto": "~1.20.1",
"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.17.0",
"version": "1.17.1",
"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.20.0"
"react-selecto": "~1.20.1"
},
"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.20.0",
"version": "1.20.1",
"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.20.0"
"selecto": "~1.20.1"
},
"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.20.0",
"version": "1.20.1",
"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.20.0"
"react-selecto": "~1.20.1"
},
"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.20.0",
"version": "1.20.1",
"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.20.0"
"selecto": "~1.20.1"
},
"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.20.0",
"version": "1.20.1",
"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.20.0"
"selecto": "~1.20.1"
},
"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.6.0",
"version": "1.6.1",
"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.20.0"
"selecto": "~1.20.1"
},
"devDependencies": {
"@daybrush/builder": "^0.1.2",
Expand Down

0 comments on commit 1d0f3c8

Please sign in to comment.