Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Show file tree
Hide file tree
Showing 28 changed files with 135 additions and 135 deletions.
14 changes: 7 additions & 7 deletions contracts/asset-proxy/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-asset-proxy",
"version": "2.2.1",
"version": "2.2.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,11 +69,11 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-erc1155": "^1.1.8",
"@0x/contracts-erc20": "^2.2.7",
"@0x/contracts-erc721": "^2.1.8",
"@0x/contracts-utils": "^3.1.8",
"@0x/order-utils": "^8.2.1",
"@0x/contracts-erc1155": "^1.1.9",
"@0x/contracts-erc20": "^2.2.8",
"@0x/contracts-erc721": "^2.1.9",
"@0x/contracts-utils": "^3.1.9",
"@0x/order-utils": "^8.2.2",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
16 changes: 8 additions & 8 deletions contracts/coordinator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-coordinator",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,12 +69,12 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-asset-proxy": "^2.2.1",
"@0x/contracts-erc20": "^2.2.7",
"@0x/contracts-exchange": "^2.1.7",
"@0x/contracts-exchange-libs": "^3.0.1",
"@0x/contracts-utils": "^3.1.8",
"@0x/order-utils": "^8.2.1",
"@0x/contracts-asset-proxy": "^2.2.2",
"@0x/contracts-erc20": "^2.2.8",
"@0x/contracts-exchange": "^2.1.8",
"@0x/contracts-exchange-libs": "^3.0.2",
"@0x/contracts-utils": "^3.1.9",
"@0x/order-utils": "^8.2.2",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
22 changes: 11 additions & 11 deletions contracts/dev-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-dev-utils",
"version": "0.0.3",
"version": "0.0.4",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contract-wrappers": "^9.1.6",
"@0x/contract-wrappers": "^9.1.7",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -70,14 +70,14 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-asset-proxy": "^2.2.1",
"@0x/contracts-erc1155": "^1.1.8",
"@0x/contracts-erc20": "^2.2.7",
"@0x/contracts-erc721": "^2.1.8",
"@0x/contracts-exchange": "^2.1.7",
"@0x/contracts-exchange-libs": "^3.0.1",
"@0x/contracts-utils": "^3.1.8",
"@0x/order-utils": "^8.2.1",
"@0x/contracts-asset-proxy": "^2.2.2",
"@0x/contracts-erc1155": "^1.1.9",
"@0x/contracts-erc20": "^2.2.8",
"@0x/contracts-erc721": "^2.1.9",
"@0x/contracts-exchange": "^2.1.8",
"@0x/contracts-exchange-libs": "^3.0.2",
"@0x/contracts-utils": "^3.1.9",
"@0x/order-utils": "^8.2.2",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
6 changes: 3 additions & 3 deletions contracts/erc1155/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc1155",
"version": "1.1.8",
"version": "1.1.9",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/contracts-utils": "^3.1.9",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
6 changes: 3 additions & 3 deletions contracts/erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "2.2.7",
"version": "2.2.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,7 +69,7 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-utils": "^3.1.8",
"@0x/contracts-utils": "^3.1.9",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
6 changes: 3 additions & 3 deletions contracts/erc721/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "2.1.8",
"version": "2.1.9",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,7 +69,7 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-utils": "^3.1.8",
"@0x/contracts-utils": "^3.1.9",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
20 changes: 10 additions & 10 deletions contracts/exchange-forwarder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-forwarder",
"version": "3.0.5",
"version": "3.0.6",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,9 +47,9 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contract-wrappers": "^9.1.6",
"@0x/contract-wrappers": "^9.1.7",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,13 +69,13 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-asset-proxy": "^2.2.1",
"@0x/contracts-erc20": "^2.2.7",
"@0x/contracts-erc721": "^2.1.8",
"@0x/contracts-exchange": "^2.1.7",
"@0x/contracts-exchange-libs": "^3.0.1",
"@0x/contracts-utils": "^3.1.8",
"@0x/order-utils": "^8.2.1",
"@0x/contracts-asset-proxy": "^2.2.2",
"@0x/contracts-erc20": "^2.2.8",
"@0x/contracts-erc721": "^2.1.9",
"@0x/contracts-exchange": "^2.1.8",
"@0x/contracts-exchange-libs": "^3.0.2",
"@0x/contracts-utils": "^3.1.9",
"@0x/order-utils": "^8.2.2",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
8 changes: 4 additions & 4 deletions contracts/exchange-libs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange-libs",
"version": "3.0.1",
"version": "3.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,8 +69,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-utils": "^3.1.8",
"@0x/order-utils": "^8.2.1",
"@0x/contracts-utils": "^3.1.9",
"@0x/order-utils": "^8.2.2",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
18 changes: 9 additions & 9 deletions contracts/exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "2.1.7",
"version": "2.1.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,13 +69,13 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-asset-proxy": "^2.2.1",
"@0x/contracts-erc1155": "^1.1.8",
"@0x/contracts-erc20": "^2.2.7",
"@0x/contracts-erc721": "^2.1.8",
"@0x/contracts-exchange-libs": "^3.0.1",
"@0x/contracts-utils": "^3.1.8",
"@0x/order-utils": "^8.2.1",
"@0x/contracts-asset-proxy": "^2.2.2",
"@0x/contracts-erc1155": "^1.1.9",
"@0x/contracts-erc20": "^2.2.8",
"@0x/contracts-erc721": "^2.1.9",
"@0x/contracts-exchange-libs": "^3.0.2",
"@0x/contracts-utils": "^3.1.9",
"@0x/order-utils": "^8.2.2",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
20 changes: 10 additions & 10 deletions contracts/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "4.0.1",
"version": "4.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contract-wrappers": "^9.1.6",
"@0x/contract-wrappers": "^9.1.7",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -70,13 +70,13 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-asset-proxy": "^2.2.1",
"@0x/contracts-erc20": "^2.2.7",
"@0x/contracts-erc721": "^2.1.8",
"@0x/contracts-exchange": "^2.1.7",
"@0x/contracts-exchange-libs": "^3.0.1",
"@0x/contracts-utils": "^3.1.8",
"@0x/order-utils": "^8.2.1",
"@0x/contracts-asset-proxy": "^2.2.2",
"@0x/contracts-erc20": "^2.2.8",
"@0x/contracts-erc721": "^2.1.9",
"@0x/contracts-exchange": "^2.1.8",
"@0x/contracts-exchange-libs": "^3.0.2",
"@0x/contracts-utils": "^3.1.9",
"@0x/order-utils": "^8.2.2",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
8 changes: 4 additions & 4 deletions contracts/multisig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
"version": "3.1.7",
"version": "3.1.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-test-utils": "^3.1.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,8 +69,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-asset-proxy": "^2.2.1",
"@0x/contracts-erc20": "^2.2.7",
"@0x/contracts-asset-proxy": "^2.2.2",
"@0x/contracts-erc20": "^2.2.8",
"@0x/contracts-utils": "2.0.1",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
Expand Down
4 changes: 2 additions & 2 deletions contracts/test-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-test-utils",
"version": "3.1.9",
"version": "3.1.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@0x/dev-utils": "^2.2.4",
"@0x/order-utils": "^8.2.1",
"@0x/order-utils": "^8.2.2",
"@0x/sol-compiler": "^3.1.9",
"@0x/sol-coverage": "^3.0.6",
"@0x/sol-profiler": "^3.1.8",
Expand Down
Loading

0 comments on commit ac82b26

Please sign in to comment.