Skip to content

Commit

Permalink
Aragon Govern: v1.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Evalir committed Oct 8, 2020
1 parent aabbf6b commit 9eee2b6
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aragon/govern-monorepo",
"version": "1.0.0-alpha.1",
"version": "1.0.0-beta.1",
"description": "Optimistic DAOs",
"private": true,
"repository": "https://github.com/aragon/govern",
Expand Down
5 changes: 3 additions & 2 deletions packages/erc3k/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"clean": "rm -rf artifacts",
"compile": "npx buidler compile --force",
"test": "npx buidler test",
"prepublishOnly": "yarn test && yarn clean && yarn compile"
}
"prepublishOnly": "yarn test && yarn compile"
},
"gitHead": "aabbf6bd2dac11872ba9bb1f1dc8fffb6044aa7c"
}
3 changes: 2 additions & 1 deletion packages/erc3kjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,6 @@
"ethers": "^5.0.16",
"graphql": "^15.3.0",
"isomorphic-unfetch": "^3.1.0"
}
},
"gitHead": "aabbf6bd2dac11872ba9bb1f1dc8fffb6044aa7c"
}
5 changes: 3 additions & 2 deletions packages/govern-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
"deploy-govern": "buidler deploy-govern",
"test": "buidler test",
"sync-abis": "node scripts/sync-abis.js",
"prepublishOnly": "yarn clean && yarn test && yarn compile"
}
"prepublishOnly": "yarn test && yarn compile"
},
"gitHead": "aabbf6bd2dac11872ba9bb1f1dc8fffb6044aa7c"
}
3 changes: 2 additions & 1 deletion packages/govern-discord/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
"discord.js": "^12.3.1",
"dotenv": "^8.2.0",
"execa": "^4.0.3"
}
},
"gitHead": "aabbf6bd2dac11872ba9bb1f1dc8fffb6044aa7c"
}
3 changes: 2 additions & 1 deletion packages/govern-subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,6 @@
"dependencies": {
"babel-polyfill": "^6.26.0",
"babel-register": "^6.26.0"
}
},
"gitHead": "aabbf6bd2dac11872ba9bb1f1dc8fffb6044aa7c"
}

0 comments on commit 9eee2b6

Please sign in to comment.