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 24 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": "3.2.2",
"version": "3.2.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,10 +51,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/dev-utils": "^3.2.1",
"@0x/sol-compiler": "^4.0.8",
"@0x/ts-doc-gen": "^0.0.22",
Expand All @@ -79,10 +79,10 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.1",
"@0x/contracts-erc1155": "^2.1.2",
"@0x/contracts-erc20": "^3.1.2",
"@0x/contracts-erc721": "^3.1.2",
"@0x/contracts-exchange-libs": "^4.3.2",
"@0x/contracts-erc1155": "^2.1.3",
"@0x/contracts-erc20": "^3.1.3",
"@0x/contracts-erc721": "^3.1.3",
"@0x/contracts-exchange-libs": "^4.3.3",
"@0x/order-utils": "^10.2.2",
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
Expand Down
16 changes: 8 additions & 8 deletions contracts/broker/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-broker",
"version": "1.1.1",
"version": "1.1.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,15 +51,15 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/contracts-asset-proxy": "^3.2.2",
"@0x/contracts-erc20": "^3.1.2",
"@0x/contracts-erc721": "^3.1.2",
"@0x/contracts-exchange": "^3.2.2",
"@0x/contracts-exchange-libs": "^4.3.2",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-asset-proxy": "^3.2.3",
"@0x/contracts-erc20": "^3.1.3",
"@0x/contracts-erc721": "^3.1.3",
"@0x/contracts-exchange": "^3.2.3",
"@0x/contracts-exchange-libs": "^4.3.3",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/sol-compiler": "^4.0.8",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
Expand Down
14 changes: 7 additions & 7 deletions contracts/coordinator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-coordinator",
"version": "3.1.2",
"version": "3.1.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,11 +52,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/contracts-asset-proxy": "^3.2.2",
"@0x/contracts-dev-utils": "^1.3.0",
"@0x/contracts-erc20": "^3.1.2",
"@0x/contracts-exchange": "^3.2.2",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-asset-proxy": "^3.2.3",
"@0x/contracts-dev-utils": "^1.3.1",
"@0x/contracts-erc20": "^3.1.3",
"@0x/contracts-exchange": "^3.2.3",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/dev-utils": "^3.2.1",
Expand Down Expand Up @@ -87,7 +87,7 @@
"@0x/assert": "^3.0.7",
"@0x/base-contract": "^6.2.1",
"@0x/contract-addresses": "^4.7.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/json-schemas": "^5.0.7",
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
Expand Down
8 changes: 4 additions & 4 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": "1.3.0",
"version": "1.3.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -41,10 +41,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/abi-gen": "^5.2.2",
"@0x/assert": "^3.0.7",
"@0x/contracts-asset-proxy": "^3.2.2",
"@0x/contracts-erc20": "^3.1.2",
"@0x/contracts-asset-proxy": "^3.2.3",
"@0x/contracts-erc20": "^3.1.3",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/sol-compiler": "^4.0.8",
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": "2.1.2",
"version": "2.1.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,9 +52,9 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/dev-utils": "^3.2.1",
"@0x/sol-compiler": "^4.0.8",
"@0x/ts-doc-gen": "^0.0.22",
Expand Down
14 changes: 7 additions & 7 deletions contracts/erc20-bridge-sampler/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-erc20-bridge-sampler",
"version": "1.4.1",
"version": "1.4.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -50,14 +50,14 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/contracts-asset-proxy": "^3.2.2",
"@0x/contracts-erc20": "^3.1.2",
"@0x/contracts-exchange": "^3.2.2",
"@0x/contracts-exchange-libs": "^4.3.2",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-asset-proxy": "^3.2.3",
"@0x/contracts-erc20": "^3.1.3",
"@0x/contracts-exchange": "^3.2.3",
"@0x/contracts-exchange-libs": "^4.3.3",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/dev-utils": "^3.2.1",
"@0x/sol-compiler": "^4.0.8",
"@0x/tslint-config": "^4.0.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": "3.1.2",
"version": "3.1.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,10 +51,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/dev-utils": "^3.2.1",
"@0x/sol-compiler": "^4.0.8",
"@0x/ts-doc-gen": "^0.0.22",
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": "3.1.2",
"version": "3.1.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,10 +52,10 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/dev-utils": "^3.2.1",
"@0x/sol-compiler": "^4.0.8",
"@0x/ts-doc-gen": "^0.0.22",
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": "4.2.2",
"version": "4.2.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,17 +52,17 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/contracts-asset-proxy": "^3.2.2",
"@0x/contracts-dev-utils": "^1.3.0",
"@0x/contracts-erc1155": "^2.1.2",
"@0x/contracts-erc20": "^3.1.2",
"@0x/contracts-erc721": "^3.1.2",
"@0x/contracts-exchange": "^3.2.2",
"@0x/contracts-exchange-libs": "^4.3.2",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-asset-proxy": "^3.2.3",
"@0x/contracts-dev-utils": "^1.3.1",
"@0x/contracts-erc1155": "^2.1.3",
"@0x/contracts-erc20": "^3.1.3",
"@0x/contracts-erc721": "^3.1.3",
"@0x/contracts-exchange": "^3.2.3",
"@0x/contracts-exchange-libs": "^4.3.3",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/dev-utils": "^3.2.1",
"@0x/order-utils": "^10.2.2",
"@0x/sol-compiler": "^4.0.8",
Expand Down
6 changes: 3 additions & 3 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": "4.3.2",
"version": "4.3.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,7 +52,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-gen": "^2.0.8",
"@0x/dev-utils": "^3.2.1",
"@0x/sol-compiler": "^4.0.8",
Expand Down Expand Up @@ -82,7 +82,7 @@
"dependencies": {
"@0x/base-contract": "^6.2.1",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/order-utils": "^10.2.2",
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
Expand Down
22 changes: 11 additions & 11 deletions contracts/exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "3.2.2",
"version": "3.2.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,14 +52,14 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/contracts-asset-proxy": "^3.2.2",
"@0x/contracts-exchange-libs": "^4.3.2",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-asset-proxy": "^3.2.3",
"@0x/contracts-exchange-libs": "^4.3.3",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-multisig": "^4.1.2",
"@0x/contracts-staking": "^2.0.9",
"@0x/contracts-multisig": "^4.1.3",
"@0x/contracts-staking": "^2.0.10",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/dev-utils": "^3.2.1",
"@0x/sol-compiler": "^4.0.8",
"@0x/ts-doc-gen": "^0.0.22",
Expand Down Expand Up @@ -89,10 +89,10 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.1",
"@0x/contracts-dev-utils": "^1.3.0",
"@0x/contracts-erc1155": "^2.1.2",
"@0x/contracts-erc20": "^3.1.2",
"@0x/contracts-erc721": "^3.1.2",
"@0x/contracts-dev-utils": "^1.3.1",
"@0x/contracts-erc1155": "^2.1.3",
"@0x/contracts-erc20": "^3.1.3",
"@0x/contracts-erc721": "^3.1.3",
"@0x/order-utils": "^10.2.2",
"@0x/utils": "^5.4.1",
"lodash": "^4.17.11"
Expand Down
18 changes: 9 additions & 9 deletions contracts/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "6.1.2",
"version": "6.1.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,16 +51,16 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.1",
"@0x/contracts-asset-proxy": "^3.2.2",
"@0x/contracts-dev-utils": "^1.3.0",
"@0x/contracts-erc20": "^3.1.2",
"@0x/contracts-erc721": "^3.1.2",
"@0x/contracts-exchange": "^3.2.2",
"@0x/contracts-exchange-libs": "^4.3.2",
"@0x/abi-gen": "^5.2.2",
"@0x/contracts-asset-proxy": "^3.2.3",
"@0x/contracts-dev-utils": "^1.3.1",
"@0x/contracts-erc20": "^3.1.3",
"@0x/contracts-erc721": "^3.1.3",
"@0x/contracts-exchange": "^3.2.3",
"@0x/contracts-exchange-libs": "^4.3.3",
"@0x/contracts-gen": "^2.0.8",
"@0x/contracts-test-utils": "^5.3.0",
"@0x/contracts-utils": "^4.4.0",
"@0x/contracts-utils": "^4.4.1",
"@0x/dev-utils": "^3.2.1",
"@0x/order-utils": "^10.2.2",
"@0x/sol-compiler": "^4.0.8",
Expand Down
Loading

0 comments on commit 58ff2dc

Please sign in to comment.