Skip to content

Commit 9f46e86

Browse files
committed
Bump to 2.2.0
1 parent 65f83a8 commit 9f46e86

File tree

16 files changed

+54
-54
lines changed

16 files changed

+54
-54
lines changed

lerna.json

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

packages/augur-amm-ui/package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "@augurproject/amm-ui",
3-
"version": "0.1.0",
3+
"version": "2.2.0",
44
"private": true,
55
"homepage": "https://uniswap.info",
66
"dependencies": {
7-
"@augurproject/ethersjs-provider": "^2.1.9",
8-
"@augurproject/sdk": "^2.1.9",
9-
"@augurproject/sdk-lite": "^2.1.9",
10-
"@augurproject/utils": "^2.1.9",
7+
"@augurproject/ethersjs-provider": "^2.2.0",
8+
"@augurproject/sdk": "^2.2.0",
9+
"@augurproject/sdk-lite": "^2.2.0",
10+
"@augurproject/utils": "^2.2.0",
1111
"@babel/core": "7.9.0",
1212
"@ethersproject/experimental": "5.0.5",
1313
"@ethersproject/solidity": "5.0.5",
@@ -24,6 +24,7 @@
2424
"@types/react-dom": "^16.9.8",
2525
"@types/react-redux": "^7.1.8",
2626
"@types/react-virtualized-auto-sizer": "^1.0.0",
27+
"@types/react-window": "^1.8.2",
2728
"@types/styled-components": "^5.1.0",
2829
"@typescript-eslint/eslint-plugin": "^2.10.0",
2930
"@typescript-eslint/parser": "^2.10.0",
@@ -37,7 +38,6 @@
3738
"@web3-react/portis-connector": "^6.0.9",
3839
"@web3-react/walletconnect-connector": "^6.1.1",
3940
"@web3-react/walletlink-connector": "^6.0.9",
40-
"@types/react-window": "^1.8.2",
4141
"ajv": "^6.12.4",
4242
"animated-number-react": "^0.1.1",
4343
"apollo-cache-inmemory": "^1.6.3",
@@ -115,14 +115,14 @@
115115
"react-switch": "^5.0.1",
116116
"react-use": "^12.2.0",
117117
"react-use-gesture": "^6.0.14",
118+
"react-virtualized-auto-sizer": "^1.0.2",
119+
"react-window": "^1.8.5",
118120
"rebass": "^4.0.7",
119121
"recharts": "^1.7.1",
120122
"recharts-fork": "^1.7.2",
121123
"redux-localstorage-simple": "^2.3.1",
122-
"react-virtualized-auto-sizer": "^1.0.2",
123124
"resolve": "1.15.0",
124125
"resolve-url-loader": "3.1.1",
125-
"react-window": "^1.8.5",
126126
"sass-loader": "8.0.2",
127127
"semver": "6.3.0",
128128
"style-loader": "0.23.1",

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.9",
3+
"version": "2.2.0",
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.9",
17+
"@augurproject/utils": "^2.2.0",
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.1.9",
3+
"version": "2.2.0",
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.1.9",
3+
"version": "2.2.0",
44
"description": "Core augur contracts and deployment process",
55
"author": "The Augur Developers <[email protected]>",
66
"repository": "http://github.com/AugurProject/augur-core",
@@ -83,8 +83,8 @@
8383
"prepare": "tsc -b"
8484
},
8585
"dependencies": {
86-
"@augurproject/artifacts": "^2.1.9",
87-
"@augurproject/contract-dependencies-ethers": "^2.1.9",
86+
"@augurproject/artifacts": "^2.2.0",
87+
"@augurproject/contract-dependencies-ethers": "^2.2.0",
8888
"@augurproject/solidity-docgen": "0.2.0-alpha.3",
8989
"bignumber.js": "9.0.0",
9090
"ethers": "5.0.17",

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.9",
3+
"version": "2.2.0",
44
"description": "Augur SDK Lite",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",
@@ -27,8 +27,8 @@
2727
},
2828
"homepage": "https://github.com/AugurProject/augur-lite#readme",
2929
"dependencies": {
30-
"@augurproject/artifacts": "^2.1.9",
31-
"@augurproject/utils": "^2.1.9",
30+
"@augurproject/artifacts": "^2.2.0",
31+
"@augurproject/utils": "^2.2.0",
3232
"async": "3.1.0",
3333
"ethers": "5.0.17",
3434
"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.1.9",
3+
"version": "2.2.0",
44
"description": "Augur SDK",
55
"author": "The Augur Developers <[email protected]>",
66
"license": "MIT",
@@ -41,14 +41,14 @@
4141
"@0x/mesh-rpc-client": "9.4.2",
4242
"@0x/order-utils": "10.3.0",
4343
"@0x/types": "3.2.0",
44-
"@augurproject/artifacts": "^2.1.9",
45-
"@augurproject/contract-dependencies-ethers": "^2.1.9",
46-
"@augurproject/core": "^2.1.9",
47-
"@augurproject/ethersjs-provider": "^2.1.9",
44+
"@augurproject/artifacts": "^2.2.0",
45+
"@augurproject/contract-dependencies-ethers": "^2.2.0",
46+
"@augurproject/core": "^2.2.0",
47+
"@augurproject/ethersjs-provider": "^2.2.0",
4848
"@augurproject/indexeddbshim": "6.1.1",
49-
"@augurproject/sdk-lite": "^2.1.9",
50-
"@augurproject/templates": "^2.1.9",
51-
"@augurproject/utils": "^2.1.9",
49+
"@augurproject/sdk-lite": "^2.2.0",
50+
"@augurproject/templates": "^2.2.0",
51+
"@augurproject/utils": "^2.2.0",
5252
"abi-decoder": "2.3.0",
5353
"async": "3.1.0",
5454
"axios": "0.19.2",
@@ -78,7 +78,7 @@
7878
},
7979
"devDependencies": {
8080
"@0x/mesh-browser": "9.3.0",
81-
"@augurproject/types": "^2.1.1",
81+
"@augurproject/types": "^2.2.0",
8282
"@types/async": "3.0.1",
8383
"@types/cors": "2.8.6",
8484
"@types/dexie": "1.3.1",

packages/augur-subgraph/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@augurproject/subgraph",
3-
"version": "0.2.0",
3+
"version": "2.2.0",
44
"private": true,
55
"scripts": {
66
"prepare:abi:Augur": "node ../augur-tools/build/flash/cli.js abi -c Augur > abis/Augur.json",

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.9",
3+
"version": "2.2.0",
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.9",
16+
"@augurproject/sdk-lite": "^2.2.0",
1717
"ethers": "5.0.17",
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.9",
3+
"version": "2.2.0",
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.9",
33-
"@augurproject/core": "^2.1.9",
34-
"@augurproject/sdk": "^2.1.9",
35-
"@augurproject/sdk-lite": "^2.1.9",
36-
"@augurproject/tools": "^2.1.9",
32+
"@augurproject/artifacts": "^2.2.0",
33+
"@augurproject/core": "^2.2.0",
34+
"@augurproject/sdk": "^2.2.0",
35+
"@augurproject/sdk-lite": "^2.2.0",
36+
"@augurproject/tools": "^2.2.0",
3737
"ethereumjs-util": "6.1.0",
3838
"ethers": "5.0.17",
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.9",
3+
"version": "2.2.0",
44
"description": "Tools and dev dependencies",
55
"author": "Augur Team <[email protected]>",
66
"license": "MIT",
@@ -41,11 +41,11 @@
4141
},
4242
"homepage": "https://github.com/augurproject/augur#readme",
4343
"dependencies": {
44-
"@augurproject/artifacts": "^2.1.9",
45-
"@augurproject/core": "^2.1.9",
46-
"@augurproject/sdk": "^2.1.9",
47-
"@augurproject/sdk-lite": "^2.1.9",
48-
"@augurproject/utils": "^2.1.9",
44+
"@augurproject/artifacts": "^2.2.0",
45+
"@augurproject/core": "^2.2.0",
46+
"@augurproject/sdk": "^2.2.0",
47+
"@augurproject/sdk-lite": "^2.2.0",
48+
"@augurproject/utils": "^2.2.0",
4949
"@openzeppelin/gsn-helpers": "0.2.3",
5050
"cid-tool": "0.4.0",
5151
"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.1.1",
3+
"version": "2.2.0",
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.1.9",
3+
"version": "2.2.0",
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.9",
53-
"@augurproject/sdk-lite": "^2.1.9",
54-
"@augurproject/utils": "^2.1.9",
52+
"@augurproject/sdk": "^2.2.0",
53+
"@augurproject/sdk-lite": "^2.2.0",
54+
"@augurproject/utils": "^2.2.0",
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.9",
110+
"@augurproject/tools": "^2.2.0",
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.9",
3+
"version": "2.2.0",
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.1.9",
3+
"version": "2.2.0",
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.1.9",
30-
"@augurproject/contract-dependencies-ethers": "^2.1.9",
31-
"@augurproject/types": "^2.1.1",
29+
"@augurproject/artifacts": "^2.2.0",
30+
"@augurproject/contract-dependencies-ethers": "^2.2.0",
31+
"@augurproject/types": "^2.2.0",
3232
"ethereum-types": "2.1.6",
3333
"ethers": "5.0.17"
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.1.1",
3+
"version": "2.2.0",
44
"description": "Orbit Chat",
55
"main": "src/components/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)