Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebheim committed Oct 15, 2021
1 parent 1a77316 commit e3981de
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"packages": [
"packages/*"
],
"version": "1.4.1"
"version": "1.5.0"
}
4 changes: 2 additions & 2 deletions packages/chainlink/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chainlink",
"version": "1.4.1",
"version": "1.5.0",
"private": true,
"bin": {
"chainlink": "bin/chainlink.js"
Expand All @@ -25,7 +25,7 @@
"typescript": "~3.9.7"
},
"dependencies": {
"@augurproject/smart": "^1.4.1",
"@augurproject/smart": "^1.5.0",
"@aws-cdk/aws-ec2": "^1.114.0",
"@aws-cdk/aws-ecs": "^1.114.0",
"@aws-cdk/aws-ecs-patterns": "^1.114.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/comps/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "@augurproject/comps",
"version": "1.4.1",
"version": "1.5.0",
"private": true,
"main": "build",
"types": "build/index.d.ts",
"dependencies": {
"@augurproject/ethereum-multicall": "^1.4.1",
"@augurproject/ethereum-multicall": "^1.5.0",
"@uniswap/sdk": "^3.0.3",
"@web3-react/abstract-connector": "^6.0.7",
"@web3-react/core": "^6.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-multicall/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/ethereum-multicall",
"version": "1.4.1",
"version": "1.5.0",
"description": "Multicall allows multiple smart contract constant function calls to be grouped into a single call and the results aggregated into a single result",
"main": "dist/index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/simplified/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@augurproject/simplified",
"version": "1.4.1",
"version": "1.5.0",
"private": true,
"dependencies": {
"@augurproject/comps": "^1.4.1",
"@augurproject/comps": "^1.5.0",
"@babel/core": "7.12.3",
"@ethersproject/experimental": "5.0.7",
"@ethersproject/solidity": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/smart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/smart",
"version": "1.4.1",
"version": "1.5.0",
"main": "dist",
"repository": "https://github.com/AugurProject/turbo/packages/smart",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions packages/sport/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "@augurproject/sport",
"version": "1.4.1",
"version": "1.5.0",
"private": true,
"dependencies": {
"@augurproject/comps": "^1.4.1",
"@augurproject/comps": "^1.5.0",
"@babel/core": "7.12.3",
"@ethersproject/experimental": "5.0.7",
"@ethersproject/solidity": "^5.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/subgraph",
"version": "1.4.1",
"version": "1.5.0",
"scripts": {
"smart": "yarn --silent workspace @augurproject/smart",
"build-contract": "solc contracts/Gravity.sol --abi -o abis --overwrite && solc contracts/Gravity.sol --bin -o bin --overwrite",
Expand Down

0 comments on commit e3981de

Please sign in to comment.