Skip to content

Commit

Permalink
Bump to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebheim committed Oct 29, 2020
1 parent 65f83a8 commit 9f46e86
Show file tree
Hide file tree
Showing 16 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.1.9",
"version": "2.2.0",
"npmClient": "yarn",
"useWorkspaces": true
}
16 changes: 8 additions & 8 deletions packages/augur-amm-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "@augurproject/amm-ui",
"version": "0.1.0",
"version": "2.2.0",
"private": true,
"homepage": "https://uniswap.info",
"dependencies": {
"@augurproject/ethersjs-provider": "^2.1.9",
"@augurproject/sdk": "^2.1.9",
"@augurproject/sdk-lite": "^2.1.9",
"@augurproject/utils": "^2.1.9",
"@augurproject/ethersjs-provider": "^2.2.0",
"@augurproject/sdk": "^2.2.0",
"@augurproject/sdk-lite": "^2.2.0",
"@augurproject/utils": "^2.2.0",
"@babel/core": "7.9.0",
"@ethersproject/experimental": "5.0.5",
"@ethersproject/solidity": "5.0.5",
Expand All @@ -24,6 +24,7 @@
"@types/react-dom": "^16.9.8",
"@types/react-redux": "^7.1.8",
"@types/react-virtualized-auto-sizer": "^1.0.0",
"@types/react-window": "^1.8.2",
"@types/styled-components": "^5.1.0",
"@typescript-eslint/eslint-plugin": "^2.10.0",
"@typescript-eslint/parser": "^2.10.0",
Expand All @@ -37,7 +38,6 @@
"@web3-react/portis-connector": "^6.0.9",
"@web3-react/walletconnect-connector": "^6.1.1",
"@web3-react/walletlink-connector": "^6.0.9",
"@types/react-window": "^1.8.2",
"ajv": "^6.12.4",
"animated-number-react": "^0.1.1",
"apollo-cache-inmemory": "^1.6.3",
Expand Down Expand Up @@ -115,14 +115,14 @@
"react-switch": "^5.0.1",
"react-use": "^12.2.0",
"react-use-gesture": "^6.0.14",
"react-virtualized-auto-sizer": "^1.0.2",
"react-window": "^1.8.5",
"rebass": "^4.0.7",
"recharts": "^1.7.1",
"recharts-fork": "^1.7.2",
"redux-localstorage-simple": "^2.3.1",
"react-virtualized-auto-sizer": "^1.0.2",
"resolve": "1.15.0",
"resolve-url-loader": "3.1.1",
"react-window": "^1.8.5",
"sass-loader": "8.0.2",
"semver": "6.3.0",
"style-loader": "0.23.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/augur-artifacts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/artifacts",
"version": "2.1.9",
"version": "2.2.0",
"description": "ABI and Contract Address Artifacts",
"author": "Augur Team <[email protected]>",
"license": "MIT",
Expand All @@ -14,7 +14,7 @@
"build/**"
],
"dependencies": {
"@augurproject/utils": "^2.1.9",
"@augurproject/utils": "^2.2.0",
"deepmerge": "4.2.2",
"require-all": "3.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/augur-contract-dependencies-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/contract-dependencies-ethers",
"version": "2.1.9",
"version": "2.2.0",
"description": "Contract Dependencies For EthersJS",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 deletions packages/augur-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/core",
"version": "2.1.9",
"version": "2.2.0",
"description": "Core augur contracts and deployment process",
"author": "The Augur Developers <[email protected]>",
"repository": "http://github.com/AugurProject/augur-core",
Expand Down Expand Up @@ -83,8 +83,8 @@
"prepare": "tsc -b"
},
"dependencies": {
"@augurproject/artifacts": "^2.1.9",
"@augurproject/contract-dependencies-ethers": "^2.1.9",
"@augurproject/artifacts": "^2.2.0",
"@augurproject/contract-dependencies-ethers": "^2.2.0",
"@augurproject/solidity-docgen": "0.2.0-alpha.3",
"bignumber.js": "9.0.0",
"ethers": "5.0.17",
Expand Down
6 changes: 3 additions & 3 deletions packages/augur-sdk-lite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/sdk-lite",
"version": "2.1.9",
"version": "2.2.0",
"description": "Augur SDK Lite",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand All @@ -27,8 +27,8 @@
},
"homepage": "https://github.com/AugurProject/augur-lite#readme",
"dependencies": {
"@augurproject/artifacts": "^2.1.9",
"@augurproject/utils": "^2.1.9",
"@augurproject/artifacts": "^2.2.0",
"@augurproject/utils": "^2.2.0",
"async": "3.1.0",
"ethers": "5.0.17",
"lz-string": "1.4.4"
Expand Down
18 changes: 9 additions & 9 deletions packages/augur-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/sdk",
"version": "2.1.9",
"version": "2.2.0",
"description": "Augur SDK",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -41,14 +41,14 @@
"@0x/mesh-rpc-client": "9.4.2",
"@0x/order-utils": "10.3.0",
"@0x/types": "3.2.0",
"@augurproject/artifacts": "^2.1.9",
"@augurproject/contract-dependencies-ethers": "^2.1.9",
"@augurproject/core": "^2.1.9",
"@augurproject/ethersjs-provider": "^2.1.9",
"@augurproject/artifacts": "^2.2.0",
"@augurproject/contract-dependencies-ethers": "^2.2.0",
"@augurproject/core": "^2.2.0",
"@augurproject/ethersjs-provider": "^2.2.0",
"@augurproject/indexeddbshim": "6.1.1",
"@augurproject/sdk-lite": "^2.1.9",
"@augurproject/templates": "^2.1.9",
"@augurproject/utils": "^2.1.9",
"@augurproject/sdk-lite": "^2.2.0",
"@augurproject/templates": "^2.2.0",
"@augurproject/utils": "^2.2.0",
"abi-decoder": "2.3.0",
"async": "3.1.0",
"axios": "0.19.2",
Expand Down Expand Up @@ -78,7 +78,7 @@
},
"devDependencies": {
"@0x/mesh-browser": "9.3.0",
"@augurproject/types": "^2.1.1",
"@augurproject/types": "^2.2.0",
"@types/async": "3.0.1",
"@types/cors": "2.8.6",
"@types/dexie": "1.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/augur-subgraph/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/subgraph",
"version": "0.2.0",
"version": "2.2.0",
"private": true,
"scripts": {
"prepare:abi:Augur": "node ../augur-tools/build/flash/cli.js abi -c Augur > abis/Augur.json",
Expand Down
4 changes: 2 additions & 2 deletions packages/augur-templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/templates",
"version": "2.1.9",
"version": "2.2.0",
"description": "ABI and Contract Address Artifacts",
"author": "Augur Team <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"build/**"
],
"dependencies": {
"@augurproject/sdk-lite": "^2.1.9",
"@augurproject/sdk-lite": "^2.2.0",
"ethers": "5.0.17",
"moment": "2.26.0"
},
Expand Down
12 changes: 6 additions & 6 deletions packages/augur-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/test",
"version": "2.1.9",
"version": "2.2.0",
"description": "Augur Test",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -29,11 +29,11 @@
},
"homepage": "https://github.com/AugurProject/augur#readme",
"dependencies": {
"@augurproject/artifacts": "^2.1.9",
"@augurproject/core": "^2.1.9",
"@augurproject/sdk": "^2.1.9",
"@augurproject/sdk-lite": "^2.1.9",
"@augurproject/tools": "^2.1.9",
"@augurproject/artifacts": "^2.2.0",
"@augurproject/core": "^2.2.0",
"@augurproject/sdk": "^2.2.0",
"@augurproject/sdk-lite": "^2.2.0",
"@augurproject/tools": "^2.2.0",
"ethereumjs-util": "6.1.0",
"ethers": "5.0.17",
"levelup": "4.2.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/augur-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/tools",
"version": "2.1.9",
"version": "2.2.0",
"description": "Tools and dev dependencies",
"author": "Augur Team <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -41,11 +41,11 @@
},
"homepage": "https://github.com/augurproject/augur#readme",
"dependencies": {
"@augurproject/artifacts": "^2.1.9",
"@augurproject/core": "^2.1.9",
"@augurproject/sdk": "^2.1.9",
"@augurproject/sdk-lite": "^2.1.9",
"@augurproject/utils": "^2.1.9",
"@augurproject/artifacts": "^2.2.0",
"@augurproject/core": "^2.2.0",
"@augurproject/sdk": "^2.2.0",
"@augurproject/sdk-lite": "^2.2.0",
"@augurproject/utils": "^2.2.0",
"@openzeppelin/gsn-helpers": "0.2.3",
"cid-tool": "0.4.0",
"commander": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/augur-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/types",
"version": "2.1.1",
"version": "2.2.0",
"description": "Homespun types for packages we use",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand Down
10 changes: 5 additions & 5 deletions packages/augur-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/ui",
"version": "2.1.9",
"version": "2.2.0",
"description": "Augur UI",
"author": "The Augur Developers <[email protected]>",
"license": "AAL",
Expand Down Expand Up @@ -49,9 +49,9 @@
"3id-blockchain-utils": "0.3.3",
"@0x/order-utils": "10.2.4",
"@analytics/segment": "0.4.0",
"@augurproject/sdk": "^2.1.9",
"@augurproject/sdk-lite": "^2.1.9",
"@augurproject/utils": "^2.1.9",
"@augurproject/sdk": "^2.2.0",
"@augurproject/sdk-lite": "^2.2.0",
"@augurproject/utils": "^2.2.0",
"@metamask/detect-provider": "1.1.0",
"@portis/web3": "2.0.0-beta.57",
"@toruslabs/torus-embed": "1.7.1",
Expand Down Expand Up @@ -107,7 +107,7 @@
"web3": "1.2.1"
},
"devDependencies": {
"@augurproject/tools": "^2.1.9",
"@augurproject/tools": "^2.2.0",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/augur-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/utils",
"version": "2.1.9",
"version": "2.2.0",
"description": "Grab bag of formatting and ABI encoding/decoding functions",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand Down
8 changes: 4 additions & 4 deletions packages/ethersjs-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@augurproject/ethersjs-provider",
"version": "2.1.9",
"version": "2.2.0",
"description": "Ethers.JS Provider Implementation for Augur API",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand All @@ -26,9 +26,9 @@
},
"homepage": "https://github.com/AugurProject/augur#readme",
"dependencies": {
"@augurproject/artifacts": "^2.1.9",
"@augurproject/contract-dependencies-ethers": "^2.1.9",
"@augurproject/types": "^2.1.1",
"@augurproject/artifacts": "^2.2.0",
"@augurproject/contract-dependencies-ethers": "^2.2.0",
"@augurproject/types": "^2.2.0",
"ethereum-types": "2.1.6",
"ethers": "5.0.17"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/orbit-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orbit-web",
"version": "2.1.1",
"version": "2.2.0",
"description": "Orbit Chat",
"main": "src/components/index.js",
"scripts": {
Expand Down

0 comments on commit 9f46e86

Please sign in to comment.