Skip to content

Commit

Permalink
v2.1.13-beta0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgebheim committed Nov 3, 2020
1 parent d3c302b commit 7159e90
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.12",
"version": "2.1.13-beta.0",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion 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.12",
"version": "2.1.13-beta.0",
"description": "Augur SDK",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.1.13-beta.0",
"description": "Augur Test",
"author": "The Augur Developers <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -31,9 +31,9 @@
"dependencies": {
"@augurproject/artifacts": "^2.1.12",
"@augurproject/core": "^2.1.12",
"@augurproject/sdk": "^2.1.12",
"@augurproject/sdk": "^2.1.13-beta.0",
"@augurproject/sdk-lite": "^2.1.12",
"@augurproject/tools": "^2.1.12",
"@augurproject/tools": "^2.1.13-beta.0",
"ethereumjs-util": "6.1.0",
"ethers": "4.0.47",
"levelup": "4.2.0",
Expand Down
4 changes: 2 additions & 2 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.12",
"version": "2.1.13-beta.0",
"description": "Tools and dev dependencies",
"author": "Augur Team <[email protected]>",
"license": "MIT",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@augurproject/artifacts": "^2.1.12",
"@augurproject/core": "^2.1.12",
"@augurproject/sdk": "^2.1.12",
"@augurproject/sdk": "^2.1.13-beta.0",
"@augurproject/sdk-lite": "^2.1.12",
"@augurproject/utils": "^2.1.12",
"@openzeppelin/gsn-helpers": "0.2.3",
Expand Down
6 changes: 3 additions & 3 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.12",
"version": "2.1.13-beta.0",
"description": "Augur UI",
"author": "The Augur Developers <[email protected]>",
"license": "AAL",
Expand Down Expand Up @@ -49,7 +49,7 @@
"3id-blockchain-utils": "0.3.3",
"@0x/order-utils": "10.2.4",
"@analytics/segment": "0.4.0",
"@augurproject/sdk": "^2.1.12",
"@augurproject/sdk": "^2.1.13-beta.0",
"@augurproject/sdk-lite": "^2.1.12",
"@augurproject/utils": "^2.1.12",
"@metamask/detect-provider": "1.1.0",
Expand Down Expand Up @@ -107,7 +107,7 @@
"web3": "1.2.1"
},
"devDependencies": {
"@augurproject/tools": "^2.1.12",
"@augurproject/tools": "^2.1.13-beta.0",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
Expand Down

0 comments on commit 7159e90

Please sign in to comment.