Skip to content

Commit 290a8fa

Browse files
committed
v2.1.11
1 parent 9ddc13d commit 290a8fa

File tree

11 files changed

+37
-37
lines changed

11 files changed

+37
-37
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.1.10",
2+
"version": "2.1.11",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/augur-artifacts/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/artifacts",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "ABI and Contract Address Artifacts",
55
"author": "Augur Team <[email protected]>",
66
"license": "MIT",
@@ -14,7 +14,7 @@
1414
"build/**"
1515
],
1616
"dependencies": {
17-
"@augurproject/utils": "^2.1.10",
17+
"@augurproject/utils": "^2.1.11",
1818
"deepmerge": "4.2.2",
1919
"require-all": "3.0.0"
2020
},

packages/augur-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/core",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Core augur contracts and deployment process",
55
"author": "The Augur Developers <[email protected]>",
66
"repository": "http://github.com/AugurProject/augur-core",
@@ -69,7 +69,7 @@
6969
"prepare": "tsc -b"
7070
},
7171
"dependencies": {
72-
"@augurproject/artifacts": "^2.1.10",
72+
"@augurproject/artifacts": "^2.1.11",
7373
"@augurproject/contract-dependencies-ethers": "^2.1.10",
7474
"@augurproject/solidity-docgen": "0.2.0-alpha.3",
7575
"bignumber.js": "9.0.0",

packages/augur-sdk-lite/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/sdk-lite",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Augur SDK Lite",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",
@@ -25,8 +25,8 @@
2525
},
2626
"homepage": "https://github.com/AugurProject/augur-lite#readme",
2727
"dependencies": {
28-
"@augurproject/artifacts": "^2.1.10",
29-
"@augurproject/utils": "^2.1.10",
28+
"@augurproject/artifacts": "^2.1.11",
29+
"@augurproject/utils": "^2.1.11",
3030
"async": "3.1.0",
3131
"ethers": "4.0.47",
3232
"lz-string": "1.4.4"

packages/augur-sdk/package.json

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/sdk",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Augur SDK",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",
@@ -40,14 +40,14 @@
4040
"@0x/mesh-browser-lite": "10.0.0-unstable-8",
4141
"@0x/mesh-rpc-client": "9.4.0",
4242
"@0x/order-utils": "10.2.4",
43-
"@augurproject/artifacts": "^2.1.10",
43+
"@augurproject/artifacts": "^2.1.11",
4444
"@augurproject/contract-dependencies-ethers": "^2.1.10",
45-
"@augurproject/core": "^2.1.10",
46-
"@augurproject/ethersjs-provider": "^2.1.10",
45+
"@augurproject/core": "^2.1.11",
46+
"@augurproject/ethersjs-provider": "^2.1.11",
4747
"@augurproject/indexeddbshim": "6.1.1",
48-
"@augurproject/sdk-lite": "^2.1.10",
49-
"@augurproject/templates": "^2.1.10",
50-
"@augurproject/utils": "^2.1.10",
48+
"@augurproject/sdk-lite": "^2.1.11",
49+
"@augurproject/templates": "^2.1.11",
50+
"@augurproject/utils": "^2.1.11",
5151
"abi-decoder": "2.3.0",
5252
"async": "3.1.0",
5353
"axios": "0.19.2",

packages/augur-templates/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/templates",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "ABI and Contract Address Artifacts",
55
"author": "Augur Team <[email protected]>",
66
"license": "MIT",
@@ -13,7 +13,7 @@
1313
"build/**"
1414
],
1515
"dependencies": {
16-
"@augurproject/sdk-lite": "^2.1.10",
16+
"@augurproject/sdk-lite": "^2.1.11",
1717
"ethers": "4.0.47",
1818
"moment": "2.26.0"
1919
},

packages/augur-test/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/test",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Augur Test",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",
@@ -29,11 +29,11 @@
2929
},
3030
"homepage": "https://github.com/AugurProject/augur#readme",
3131
"dependencies": {
32-
"@augurproject/artifacts": "^2.1.10",
33-
"@augurproject/core": "^2.1.10",
34-
"@augurproject/sdk": "^2.1.10",
35-
"@augurproject/sdk-lite": "^2.1.10",
36-
"@augurproject/tools": "^2.1.10",
32+
"@augurproject/artifacts": "^2.1.11",
33+
"@augurproject/core": "^2.1.11",
34+
"@augurproject/sdk": "^2.1.11",
35+
"@augurproject/sdk-lite": "^2.1.11",
36+
"@augurproject/tools": "^2.1.11",
3737
"ethereumjs-util": "6.1.0",
3838
"ethers": "4.0.47",
3939
"levelup": "4.2.0",

packages/augur-tools/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/tools",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Tools and dev dependencies",
55
"author": "Augur Team <[email protected]>",
66
"license": "MIT",
@@ -40,11 +40,11 @@
4040
},
4141
"homepage": "https://github.com/augurproject/augur#readme",
4242
"dependencies": {
43-
"@augurproject/artifacts": "^2.1.10",
44-
"@augurproject/core": "^2.1.10",
45-
"@augurproject/sdk": "^2.1.10",
46-
"@augurproject/sdk-lite": "^2.1.10",
47-
"@augurproject/utils": "^2.1.10",
43+
"@augurproject/artifacts": "^2.1.11",
44+
"@augurproject/core": "^2.1.11",
45+
"@augurproject/sdk": "^2.1.11",
46+
"@augurproject/sdk-lite": "^2.1.11",
47+
"@augurproject/utils": "^2.1.11",
4848
"@openzeppelin/gsn-helpers": "0.2.3",
4949
"cid-tool": "0.4.0",
5050
"commander": "4.1.0",

packages/augur-ui/package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/ui",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Augur UI",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "AAL",
@@ -49,9 +49,9 @@
4949
"3id-blockchain-utils": "0.3.3",
5050
"@0x/order-utils": "10.2.4",
5151
"@analytics/segment": "0.4.0",
52-
"@augurproject/sdk": "^2.1.10",
53-
"@augurproject/sdk-lite": "^2.1.10",
54-
"@augurproject/utils": "^2.1.10",
52+
"@augurproject/sdk": "^2.1.11",
53+
"@augurproject/sdk-lite": "^2.1.11",
54+
"@augurproject/utils": "^2.1.11",
5555
"@metamask/detect-provider": "1.1.0",
5656
"@portis/web3": "2.0.0-beta.57",
5757
"@toruslabs/torus-embed": "1.7.1",
@@ -107,7 +107,7 @@
107107
"web3": "1.2.1"
108108
},
109109
"devDependencies": {
110-
"@augurproject/tools": "^2.1.10",
110+
"@augurproject/tools": "^2.1.11",
111111
"@babel/core": "7.9.0",
112112
"@babel/preset-env": "7.9.5",
113113
"@babel/preset-react": "7.9.4",

packages/augur-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/utils",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Grab bag of formatting and ABI encoding/decoding functions",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",

packages/ethersjs-provider/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/ethersjs-provider",
3-
"version": "2.1.10",
3+
"version": "2.1.11",
44
"description": "Ethers.JS Provider Implementation for Augur API",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",
@@ -26,7 +26,7 @@
2626
},
2727
"homepage": "https://github.com/AugurProject/augur#readme",
2828
"dependencies": {
29-
"@augurproject/artifacts": "^2.1.10",
29+
"@augurproject/artifacts": "^2.1.11",
3030
"@augurproject/contract-dependencies-ethers": "^2.1.10",
3131
"@augurproject/types": "^2.1.1",
3232
"ethereum-types": "2.1.6",

0 commit comments

Comments
 (0)