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 26 changed files with 108 additions and 108 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.1.3",
"version": "2.1.4",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,11 +69,11 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-erc1155": "^1.1.4",
"@0x/contracts-erc20": "^2.2.3",
"@0x/contracts-erc721": "^2.1.4",
"@0x/contracts-utils": "^3.1.4",
"@0x/order-utils": "^8.0.2",
"@0x/contracts-erc1155": "^1.1.5",
"@0x/contracts-erc20": "^2.2.4",
"@0x/contracts-erc721": "^2.1.5",
"@0x/contracts-utils": "^3.1.5",
"@0x/order-utils": "^8.1.0",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
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": "2.0.2",
"version": "2.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,12 +69,12 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-asset-proxy": "^2.1.3",
"@0x/contracts-erc20": "^2.2.3",
"@0x/contracts-asset-proxy": "^2.1.4",
"@0x/contracts-erc20": "^2.2.4",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "^2.1.4",
"@0x/contracts-utils": "^3.1.4",
"@0x/order-utils": "^8.0.2",
"@0x/contracts-exchange-libs": "^2.1.5",
"@0x/contracts-utils": "^3.1.5",
"@0x/order-utils": "^8.1.0",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
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.4",
"version": "1.1.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-utils": "^3.1.4",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/contracts-utils": "^3.1.5",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
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.3",
"version": "2.2.4",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,8 +69,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-exchange-libs": "^2.1.4",
"@0x/contracts-utils": "^3.1.4",
"@0x/contracts-exchange-libs": "^2.1.5",
"@0x/contracts-utils": "^3.1.5",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
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.4",
"version": "2.1.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,7 +69,7 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-utils": "^3.1.4",
"@0x/contracts-utils": "^3.1.5",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
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.1",
"version": "3.0.2",
"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.0.10",
"@0x/contract-wrappers": "^9.1.2",
"@0x/contract-wrappers": "^9.1.3",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,13 +69,13 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-asset-proxy": "^2.1.3",
"@0x/contracts-erc20": "^2.2.3",
"@0x/contracts-erc721": "^2.1.4",
"@0x/contracts-exchange": "^2.1.3",
"@0x/contracts-exchange-libs": "^2.1.4",
"@0x/contracts-utils": "^3.1.4",
"@0x/order-utils": "^8.0.2",
"@0x/contracts-asset-proxy": "^2.1.4",
"@0x/contracts-erc20": "^2.2.4",
"@0x/contracts-erc721": "^2.1.5",
"@0x/contracts-exchange": "^2.1.4",
"@0x/contracts-exchange-libs": "^2.1.5",
"@0x/contracts-utils": "^3.1.5",
"@0x/order-utils": "^8.1.0",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.1",
"@0x/utils": "^4.3.3",
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": "2.1.4",
"version": "2.1.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,8 +69,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-utils": "^3.1.4",
"@0x/order-utils": "^8.0.2",
"@0x/contracts-utils": "^3.1.5",
"@0x/order-utils": "^8.1.0",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
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.3",
"version": "2.1.4",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,13 +69,13 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-asset-proxy": "^2.1.3",
"@0x/contracts-erc1155": "^1.1.4",
"@0x/contracts-erc20": "^2.2.3",
"@0x/contracts-erc721": "^2.1.4",
"@0x/contracts-exchange-libs": "^2.1.4",
"@0x/contracts-utils": "^3.1.4",
"@0x/order-utils": "^8.0.2",
"@0x/contracts-asset-proxy": "^2.1.4",
"@0x/contracts-erc1155": "^1.1.5",
"@0x/contracts-erc20": "^2.2.4",
"@0x/contracts-erc721": "^2.1.5",
"@0x/contracts-exchange-libs": "^2.1.5",
"@0x/contracts-utils": "^3.1.5",
"@0x/order-utils": "^8.1.0",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
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": "3.1.3",
"version": "3.1.4",
"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.0.10",
"@0x/contract-wrappers": "^9.1.2",
"@0x/contract-wrappers": "^9.1.3",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -70,13 +70,13 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-asset-proxy": "^2.1.3",
"@0x/contracts-erc20": "^2.2.3",
"@0x/contracts-erc721": "^2.1.4",
"@0x/contracts-exchange": "^2.1.3",
"@0x/contracts-exchange-libs": "^2.1.4",
"@0x/contracts-utils": "^3.1.4",
"@0x/order-utils": "^8.0.2",
"@0x/contracts-asset-proxy": "^2.1.4",
"@0x/contracts-erc20": "^2.2.4",
"@0x/contracts-erc721": "^2.1.5",
"@0x/contracts-exchange": "^2.1.4",
"@0x/contracts-exchange-libs": "^2.1.5",
"@0x/contracts-utils": "^3.1.5",
"@0x/order-utils": "^8.1.0",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
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.3",
"version": "3.1.4",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -69,8 +69,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/contracts-asset-proxy": "^2.1.3",
"@0x/contracts-erc20": "^2.2.3",
"@0x/contracts-asset-proxy": "^2.1.4",
"@0x/contracts-erc20": "^2.2.4",
"@0x/contracts-utils": "2.0.1",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
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.5",
"version": "3.1.6",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -43,7 +43,7 @@
"dependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/dev-utils": "^2.2.2",
"@0x/order-utils": "^8.0.2",
"@0x/order-utils": "^8.1.0",
"@0x/sol-compiler": "^3.1.7",
"@0x/sol-coverage": "^3.0.4",
"@0x/sol-profiler": "^3.1.6",
Expand Down
6 changes: 3 additions & 3 deletions contracts/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-utils",
"version": "3.1.4",
"version": "3.1.5",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -49,7 +49,7 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.10",
"@0x/contracts-gen": "^1.0.9",
"@0x/contracts-test-utils": "^3.1.5",
"@0x/contracts-test-utils": "^3.1.6",
"@0x/dev-utils": "^2.2.2",
"@0x/sol-compiler": "^3.1.7",
"@0x/tslint-config": "^3.0.1",
Expand All @@ -70,7 +70,7 @@
},
"dependencies": {
"@0x/base-contract": "^5.1.0",
"@0x/order-utils": "^8.0.2",
"@0x/order-utils": "^8.1.0",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
"@0x/utils": "^4.3.3",
Expand Down
10 changes: 5 additions & 5 deletions packages/0x.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "0x.js",
"version": "6.0.8",
"version": "6.0.9",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -46,7 +46,7 @@
"@0x/abi-gen-wrappers": "^4.3.0",
"@0x/contract-addresses": "^2.3.3",
"@0x/dev-utils": "^2.2.2",
"@0x/migrations": "^4.1.4",
"@0x/migrations": "^4.1.5",
"@0x/tslint-config": "^3.0.1",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
Expand Down Expand Up @@ -75,9 +75,9 @@
"dependencies": {
"@0x/assert": "^2.0.10",
"@0x/base-contract": "^5.1.0",
"@0x/contract-wrappers": "^9.1.2",
"@0x/order-utils": "^8.0.2",
"@0x/order-watcher": "^4.0.9",
"@0x/contract-wrappers": "^9.1.3",
"@0x/order-utils": "^8.1.0",
"@0x/order-watcher": "^4.0.10",
"@0x/subproviders": "^4.0.6",
"@0x/types": "^2.2.2",
"@0x/typescript-typings": "^4.2.2",
Expand Down
Loading

0 comments on commit 2d3fe02

Please sign in to comment.