Skip to content

Commit 8353e46

Browse files
committed
v2.0.3
1 parent 53b2c40 commit 8353e46

File tree

14 files changed

+45
-45
lines changed

14 files changed

+45
-45
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.3-alpha.0",
2+
"version": "2.0.3",
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.0.3-alpha.0",
3+
"version": "2.0.3",
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.0.3-alpha.0",
17+
"@augurproject/utils": "^2.0.3",
1818
"deepmerge": "4.2.2",
1919
"require-all": "3.0.0"
2020
},

packages/augur-contract-dependencies-ethers/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/contract-dependencies-ethers",
3-
"version": "2.0.3-alpha.0",
3+
"version": "2.0.3",
44
"description": "Contract Dependencies For EthersJS",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",

packages/augur-core/package.json

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

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.0.3-alpha.0",
3+
"version": "2.0.3",
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.0.3-alpha.0",
29-
"@augurproject/utils": "^2.0.3-alpha.0",
28+
"@augurproject/artifacts": "^2.0.3",
29+
"@augurproject/utils": "^2.0.3",
3030
"async": "3.1.0",
3131
"ethers": "4.0.47",
3232
"lz-string": "1.4.4"

packages/augur-sdk/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/sdk",
3-
"version": "2.0.3-alpha.0",
3+
"version": "2.0.3",
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-6",
4141
"@0x/mesh-rpc-client": "9.4.0",
4242
"@0x/order-utils": "10.2.4",
43-
"@augurproject/artifacts": "^2.0.3-alpha.0",
44-
"@augurproject/contract-dependencies-ethers": "^2.0.3-alpha.0",
45-
"@augurproject/core": "^2.0.3-alpha.0",
46-
"@augurproject/ethersjs-provider": "^2.0.3-alpha.0",
43+
"@augurproject/artifacts": "^2.0.3",
44+
"@augurproject/contract-dependencies-ethers": "^2.0.3",
45+
"@augurproject/core": "^2.0.3",
46+
"@augurproject/ethersjs-provider": "^2.0.3",
4747
"@augurproject/indexeddbshim": "6.1.1",
48-
"@augurproject/sdk-lite": "^2.0.3-alpha.0",
49-
"@augurproject/templates": "^2.0.3-alpha.0",
50-
"@augurproject/utils": "^2.0.3-alpha.0",
48+
"@augurproject/sdk-lite": "^2.0.3",
49+
"@augurproject/templates": "^2.0.3",
50+
"@augurproject/utils": "^2.0.3",
5151
"abi-decoder": "2.3.0",
5252
"async": "3.1.0",
5353
"axios": "0.19.2",
@@ -75,7 +75,7 @@
7575
},
7676
"devDependencies": {
7777
"@0x/mesh-browser": "9.3.0",
78-
"@augurproject/types": "^2.0.3-alpha.0",
78+
"@augurproject/types": "^2.0.3",
7979
"@types/async": "3.0.1",
8080
"@types/cors": "2.8.6",
8181
"@types/dexie": "1.3.1",

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.0.3-alpha.0",
3+
"version": "2.0.3",
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.0.3-alpha.0",
16+
"@augurproject/sdk-lite": "^2.0.3",
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.0.3-alpha.0",
3+
"version": "2.0.3",
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.0.3-alpha.0",
33-
"@augurproject/core": "^2.0.3-alpha.0",
34-
"@augurproject/sdk": "^2.0.3-alpha.0",
35-
"@augurproject/sdk-lite": "^2.0.3-alpha.0",
36-
"@augurproject/tools": "^2.0.3-alpha.0",
32+
"@augurproject/artifacts": "^2.0.3",
33+
"@augurproject/core": "^2.0.3",
34+
"@augurproject/sdk": "^2.0.3",
35+
"@augurproject/sdk-lite": "^2.0.3",
36+
"@augurproject/tools": "^2.0.3",
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.0.3-alpha.0",
3+
"version": "2.0.3",
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.0.3-alpha.0",
44-
"@augurproject/core": "^2.0.3-alpha.0",
45-
"@augurproject/sdk": "^2.0.3-alpha.0",
46-
"@augurproject/sdk-lite": "^2.0.3-alpha.0",
47-
"@augurproject/utils": "^2.0.3-alpha.0",
43+
"@augurproject/artifacts": "^2.0.3",
44+
"@augurproject/core": "^2.0.3",
45+
"@augurproject/sdk": "^2.0.3",
46+
"@augurproject/sdk-lite": "^2.0.3",
47+
"@augurproject/utils": "^2.0.3",
4848
"@openzeppelin/gsn-helpers": "0.2.3",
4949
"cid-tool": "0.4.0",
5050
"commander": "4.1.0",

packages/augur-types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/types",
3-
"version": "2.0.3-alpha.0",
3+
"version": "2.0.3",
44
"description": "Homespun types for packages we use",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",

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.0.3-alpha.0",
3+
"version": "2.0.3",
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.0.3-alpha.0",
53-
"@augurproject/sdk-lite": "^2.0.3-alpha.0",
54-
"@augurproject/utils": "^2.0.3-alpha.0",
52+
"@augurproject/sdk": "^2.0.3",
53+
"@augurproject/sdk-lite": "^2.0.3",
54+
"@augurproject/utils": "^2.0.3",
5555
"@metamask/detect-provider": "1.1.0",
5656
"@toruslabs/torus-embed": "1.7.1",
5757
"analytics": "0.3.0",
@@ -106,7 +106,7 @@
106106
"web3": "1.2.1"
107107
},
108108
"devDependencies": {
109-
"@augurproject/tools": "^2.0.3-alpha.0",
109+
"@augurproject/tools": "^2.0.3",
110110
"@babel/core": "7.9.0",
111111
"@babel/preset-env": "7.9.5",
112112
"@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.0.3-alpha.0",
3+
"version": "2.0.3",
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

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

packages/orbit-web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "orbit-web",
3-
"version": "2.0.3-alpha.0",
3+
"version": "2.0.3",
44
"description": "Orbit Chat",
55
"main": "src/components/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)