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 33 changed files with 159 additions and 159 deletions.
16 changes: 8 additions & 8 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.0",
"version": "2.2.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,9 +47,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.7",
"@0x/contracts-erc20": "^2.2.6",
"@0x/contracts-erc721": "^2.1.7",
"@0x/contracts-utils": "^3.1.7",
"@0x/order-utils": "^8.2.0",
"@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/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
18 changes: 9 additions & 9 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.5",
"version": "2.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.0",
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.0",
"@0x/contracts-erc20": "^2.2.6",
"@0x/contracts-exchange": "^2.1.6",
"@0x/contracts-exchange-libs": "^3.0.0",
"@0x/contracts-utils": "^3.1.7",
"@0x/order-utils": "^8.2.0",
"@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/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
24 changes: 12 additions & 12 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.2",
"version": "0.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,10 +47,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/contract-wrappers": "^9.1.5",
"@0x/abi-gen": "^2.1.1",
"@0x/contract-wrappers": "^9.1.6",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.0",
"@0x/contracts-erc1155": "^1.1.7",
"@0x/contracts-erc20": "^2.2.6",
"@0x/contracts-erc721": "^2.1.7",
"@0x/contracts-exchange": "^2.1.6",
"@0x/contracts-exchange-libs": "^3.0.0",
"@0x/contracts-utils": "^3.1.7",
"@0x/order-utils": "^8.2.0",
"@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/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "1.1.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,7 +47,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/dev-utils": "^2.2.4",
"@0x/sol-compiler": "^3.1.9",
Expand All @@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.1",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-utils": "^3.1.7",
"@0x/contracts-test-utils": "^3.1.9",
"@0x/contracts-utils": "^3.1.8",
"@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/erc20/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20",
"version": "2.2.6",
"version": "2.2.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,9 +47,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.7",
"@0x/contracts-utils": "^3.1.8",
"@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/erc721/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc721",
"version": "2.1.7",
"version": "2.1.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,9 +47,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.7",
"@0x/contracts-utils": "^3.1.8",
"@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/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.4",
"version": "3.0.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,10 +46,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/contract-wrappers": "^9.1.5",
"@0x/abi-gen": "^2.1.1",
"@0x/contract-wrappers": "^9.1.6",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.0",
"@0x/contracts-erc20": "^2.2.6",
"@0x/contracts-erc721": "^2.1.7",
"@0x/contracts-exchange": "^2.1.6",
"@0x/contracts-exchange-libs": "^3.0.0",
"@0x/contracts-utils": "^3.1.7",
"@0x/order-utils": "^8.2.0",
"@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/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "3.0.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,9 +47,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.7",
"@0x/order-utils": "^8.2.0",
"@0x/contracts-utils": "^3.1.8",
"@0x/order-utils": "^8.2.1",
"@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/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "2.1.6",
"version": "2.1.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,9 +47,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.0",
"@0x/contracts-erc1155": "^1.1.7",
"@0x/contracts-erc20": "^2.2.6",
"@0x/contracts-erc721": "^2.1.7",
"@0x/contracts-exchange-libs": "^3.0.0",
"@0x/contracts-utils": "^3.1.7",
"@0x/order-utils": "^8.2.0",
"@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/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
22 changes: 11 additions & 11 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.0",
"version": "4.0.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,10 +47,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/contract-wrappers": "^9.1.5",
"@0x/abi-gen": "^2.1.1",
"@0x/contract-wrappers": "^9.1.6",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.0",
"@0x/contracts-erc20": "^2.2.6",
"@0x/contracts-erc721": "^2.1.7",
"@0x/contracts-exchange": "^2.1.6",
"@0x/contracts-exchange-libs": "^3.0.0",
"@0x/contracts-utils": "^3.1.7",
"@0x/order-utils": "^8.2.0",
"@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/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
"@0x/utils": "^4.4.0",
Expand Down
10 changes: 5 additions & 5 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.6",
"version": "3.1.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,9 +47,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.1.0",
"@0x/abi-gen": "^2.1.1",
"@0x/contracts-gen": "^1.0.10",
"@0x/contracts-test-utils": "^3.1.8",
"@0x/contracts-test-utils": "^3.1.9",
"@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.0",
"@0x/contracts-erc20": "^2.2.6",
"@0x/contracts-asset-proxy": "^2.2.1",
"@0x/contracts-erc20": "^2.2.7",
"@0x/contracts-utils": "2.0.1",
"@0x/types": "^2.4.0",
"@0x/typescript-typings": "^4.2.3",
Expand Down
Loading

0 comments on commit b6b618e

Please sign in to comment.