Skip to content

Commit

Permalink
chore(): update version
Browse files Browse the repository at this point in the history
  • Loading branch information
edy-ap committed Apr 1, 2021
1 parent 28605f1 commit c3c7bcb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages/*",
"packages/demos/*"
],
"version": "5.0.0-alpha.1"
"version": "5.0.0-alpha.0"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"scripts": {
"bootstrap": "lerna bootstrap",
"publish": "lerna publish --pre-dist-tag next",
"publish": "lerna publish",
"publish-no-git-reset": "lerna publish from-package --no-git-reset",
"link": "lerna link"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"@ionic-selectable/core"
]
},
"gitHead": "0e133a07caf440d60b0126262ec4ed5ad2eb5685"
"gitHead": "28605f1b5b937d5e7b41d7f65b2c4f84de8e3b2b"
}
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,5 @@
"directory": "/",
"access": "public"
},
"gitHead": "0e133a07caf440d60b0126262ec4ed5ad2eb5685"
"gitHead": "28605f1b5b937d5e7b41d7f65b2c4f84de8e3b2b"
}

0 comments on commit c3c7bcb

Please sign in to comment.