Skip to content

Commit

Permalink
chore(release): Publish v0.0.1-next.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andredezzy committed Mar 24, 2021
1 parent 40a7396 commit f58ea72
Show file tree
Hide file tree
Showing 3 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 @@ -21,5 +21,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.0.0"
"version": "0.0.1-next.0"
}
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hemes/core",
"version": "0.0.0",
"version": "0.0.1-next.0",
"description": "Hemes core package",
"author": "André Victor <andrevcv1@gmail.com>",
"homepage": "https://github.com/PaymeTrade/hemes#readme",
Expand Down Expand Up @@ -33,4 +33,4 @@
"access": "public"
},
"gitHead": "fa2e0d0514775388df64a3e5df0e0d95e810e0c3"
}
}
6 changes: 3 additions & 3 deletions packages/iqoption/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hemes/iqoption",
"version": "0.0.0",
"version": "0.0.1-next.0",
"description": "Hemes IQ Option implementation",
"author": "André Victor <andrevcv1@gmail.com>",
"homepage": "https://github.com/PaymeTrade/hemes#readme",
Expand All @@ -27,10 +27,10 @@
"url": "https://github.com/PaymeTrade/hemes/issues"
},
"dependencies": {
"@hemes/core": "0.0.0"
"@hemes/core": "0.0.1-next.0"
},
"publishConfig": {
"access": "public"
},
"gitHead": "fa2e0d0514775388df64a3e5df0e0d95e810e0c3"
}
}

0 comments on commit f58ea72

Please sign in to comment.