Skip to content

Commit

Permalink
fix: remove alpha from master wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sakulstra committed Sep 8, 2021
1 parent dc41fe0 commit 1e03694
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"precover": "rimraf coverage",
"cover": "jest --coverage",
"commit": "git-cz",
"version:ci": "lerna version --yes --conventional-commits --create-release github --message 'chore(release): publish %v [ci skip]'",
"version:ci": "lerna version --yes --conventional-commits --create-release github --message 'chore(release): publish [ci skip]'",
"release:latest": "lerna publish",
"release:canary": "lerna publish --canary"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/contract-helpers",
"version": "0.1.0-alpha.1",
"version": "0.1.0",
"license": "MIT",
"description": "",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/math-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aave/math-utils",
"version": "0.1.0-alpha.1",
"version": "0.1.0",
"license": "MIT",
"description": "",
"scripts": {
Expand Down

0 comments on commit 1e03694

Please sign in to comment.