Skip to content

Commit

Permalink
Merge branch 'release/v0.0.1-next.2' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
andredezzy committed May 13, 2021
2 parents 04a4f95 + e4230b4 commit f834ed8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
"npmClient": "npm",
"allowBranch": [
"main",
"release/*",
"develop"
],
"conventionalCommits": true,
"message": "chore(release): Publish %s",
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.0.1-next.0"
"version": "0.0.1-next.2"
}
3 changes: 1 addition & 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.1-next.0",
"version": "0.0.1-next.2",
"description": "Hemes core package",
"author": "André Victor <andrevcv1@gmail.com>",
"homepage": "https://github.com/PaymeTrade/hemes#readme",
Expand All @@ -26,7 +26,6 @@
"bugs": {
"url": "https://github.com/PaymeTrade/hemes/issues"
},
"dependencies": {},
"publishConfig": {
"access": "public"
},
Expand Down
4 changes: 2 additions & 2 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.1-next.0",
"version": "0.0.1-next.2",
"description": "Hemes IQ Option implementation",
"author": "André Victor <andrevcv1@gmail.com>",
"homepage": "https://github.com/PaymeTrade/hemes#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
"access": "public"
},
"dependencies": {
"@hemes/core": "0.0.1-next.0",
"@hemes/core": "0.0.1-next.2",
"axios": "^0.21.1",
"date-fns": "^2.21.1",
"date-fns-timezone": "^0.1.4",
Expand Down

0 comments on commit f834ed8

Please sign in to comment.