Skip to content

Commit

Permalink
v2.0.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lamartire committed Jul 16, 2019
1 parent ea9827b commit 4edce16
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"packages/sharec-demo-config",
"packages/sharec-essential-config"
],
"version": "2.3.0-alpha",
"version": "2.0.0-beta",
"command": {
"bootstrap": {
"ignore": "sharec-demo-*"
Expand Down
4 changes: 2 additions & 2 deletions packages/sharec-demo-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-demo-config",
"version": "2.3.0-alpha",
"version": "2.0.0-beta",
"description": "",
"scripts": {
"postinstall": "sharec install",
Expand All @@ -11,7 +11,7 @@
"keywords": [],
"license": "MIT",
"dependencies": {
"sharec": "^2.3.0-alpha"
"sharec": "^2.0.0-beta"
},
"gitHead": "8b056dc9aedf49a712b84b4d47ea9fa1cea45b08"
}
4 changes: 2 additions & 2 deletions packages/sharec-essential-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec-essential-config",
"version": "2.3.0-alpha",
"version": "2.0.0-beta",
"description": "",
"main": "index.js",
"homapage": "https://lamartire.github.io/sharec/",
Expand All @@ -12,7 +12,7 @@
},
"homepage": "https://github.com/lamartire/essential-javascript-config#readme",
"dependencies": {
"sharec": "^2.3.0-alpha"
"sharec": "^2.0.0-beta"
},
"scripts": {
"postinstall": "sharec install",
Expand Down
2 changes: 1 addition & 1 deletion packages/sharec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sharec",
"version": "2.3.0-alpha",
"version": "2.0.0-beta",
"description": "",
"keywords": [
"configuration",
Expand Down

0 comments on commit 4edce16

Please sign in to comment.