Skip to content

Commit

Permalink
chore(release): Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
andredezzy committed Aug 8, 2024
1 parent 65856c9 commit 3c97368
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"packages": ["packages/*"],
"packages": [
"packages/*"
],
"command": {
"version": {
"exact": true,
Expand All @@ -15,5 +17,5 @@
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.0.1-next.4"
"version": "0.0.1-next.5"
}
2 changes: 1 addition & 1 deletion 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.4",
"version": "0.0.1-next.5",
"description": "Hemes core package",
"author": "André Victor <[email protected]>",
"homepage": "https://github.com/PaymeTrade/hemes#readme",
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.4",
"version": "0.0.1-next.5",
"description": "Hemes IQ Option implementation",
"author": "André Victor <[email protected]>",
"homepage": "https://github.com/PaymeTrade/hemes#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@base-sdk/core": "^0.1.0-1",
"@hemes/core": "0.0.1-next.4",
"@hemes/core": "0.0.1-next.5",
"axios": "^0.21.1",
"date-fns": "^2.21.1",
"date-fns-timezone": "^0.1.4",
Expand Down

0 comments on commit 3c97368

Please sign in to comment.