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 bb663cd commit 8a751ae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 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 @@ -10,11 +12,13 @@
},
"publish": {
"npmClient": "npm",
"allowBranch": ["release/*"],
"allowBranch": [
"release/*"
],
"conventionalCommits": true,
"message": "chore(release): Publish",
"registry": "https://registry.npmjs.org/"
}
},
"version": "0.0.1-next.7"
"version": "0.0.1-next.8"
}
2 changes: 1 addition & 1 deletion 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.7",
"version": "0.0.1-next.8",
"description": "Hemes IQ Option implementation",
"author": "André Victor <[email protected]>",
"homepage": "https://github.com/PaymeTrade/hemes#readme",
Expand Down

0 comments on commit 8a751ae

Please sign in to comment.