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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0x/contracts-asset-proxy@3.2.1
 - @0x/contracts-broker@1.1.0
 - @0x/contracts-coordinator@3.1.1
 - @0x/contracts-dev-utils@1.1.1
 - @0x/contracts-erc1155@2.1.1
 - @0x/contracts-erc20-bridge-sampler@1.4.0
 - @0x/contracts-erc20@3.1.1
 - @0x/contracts-erc721@3.1.1
 - @0x/contracts-exchange-forwarder@4.2.1
 - @0x/contracts-exchange-libs@4.3.1
 - @0x/contracts-exchange@3.2.1
 - @0x/contracts-extensions@6.1.1
 - @0x/contracts-integrations@2.4.0
 - @0x/contracts-multisig@4.1.1
 - @0x/contracts-staking@2.0.8
 - @0x/contracts-test-utils@5.1.5
 - @0x/contracts-utils@4.3.1
 - 0x.js@9.1.1
 - @0x/asset-swapper@4.2.0
 - @0x/contract-addresses@4.6.0
 - @0x/contract-artifacts@3.6.0
 - @0x/contract-wrappers-test@12.2.9
 - @0x/contract-wrappers@13.6.0
 - @0x/instant@1.0.46
 - @0x/migrations@6.2.0
 - @0x/order-utils@10.2.1
 - @0x/orderbook@2.2.1
  • Loading branch information
dekz committed Feb 15, 2020
1 parent f7252f9 commit 4a133ca
Show file tree
Hide file tree
Showing 27 changed files with 169 additions and 169 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": "3.2.0",
"version": "3.2.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,8 +53,8 @@
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/dev-utils": "^3.2.0",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
Expand All @@ -79,11 +79,11 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.0",
"@0x/contracts-erc1155": "^2.1.0",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-erc721": "^3.1.0",
"@0x/contracts-exchange-libs": "^4.3.0",
"@0x/order-utils": "^10.2.0",
"@0x/contracts-erc1155": "^2.1.1",
"@0x/contracts-erc20": "^3.1.1",
"@0x/contracts-erc721": "^3.1.1",
"@0x/contracts-exchange-libs": "^4.3.1",
"@0x/order-utils": "^10.2.1",
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
"@0x/utils": "^5.4.0",
Expand Down
18 changes: 9 additions & 9 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.0.2",
"version": "1.1.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,14 +52,14 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-asset-proxy": "^3.2.0",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-erc721": "^3.1.0",
"@0x/contracts-exchange": "^3.2.0",
"@0x/contracts-exchange-libs": "^4.3.0",
"@0x/contracts-asset-proxy": "^3.2.1",
"@0x/contracts-erc20": "^3.1.1",
"@0x/contracts-erc721": "^3.1.1",
"@0x/contracts-exchange": "^3.2.1",
"@0x/contracts-exchange-libs": "^4.3.1",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
Expand All @@ -85,7 +85,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.0",
"@0x/order-utils": "^10.2.0",
"@0x/order-utils": "^10.2.1",
"@0x/typescript-typings": "^5.0.2",
"@0x/utils": "^5.4.0",
"ethereum-types": "^3.1.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": "3.1.0",
"version": "3.1.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,14 +53,14 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-asset-proxy": "^3.2.0",
"@0x/contracts-dev-utils": "^1.1.0",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-exchange": "^3.2.0",
"@0x/contracts-asset-proxy": "^3.2.1",
"@0x/contracts-dev-utils": "^1.1.1",
"@0x/contracts-erc20": "^3.1.1",
"@0x/contracts-exchange": "^3.2.1",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/dev-utils": "^3.2.0",
"@0x/order-utils": "^10.2.0",
"@0x/order-utils": "^10.2.1",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
Expand All @@ -86,8 +86,8 @@
"dependencies": {
"@0x/assert": "^3.0.6",
"@0x/base-contract": "^6.2.0",
"@0x/contract-addresses": "^4.5.0",
"@0x/contracts-utils": "^4.3.0",
"@0x/contract-addresses": "^4.6.0",
"@0x/contracts-utils": "^4.3.1",
"@0x/json-schemas": "^5.0.6",
"@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.1.0",
"version": "1.1.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -43,10 +43,10 @@
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/assert": "^3.0.6",
"@0x/contracts-asset-proxy": "^3.2.0",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-asset-proxy": "^3.2.1",
"@0x/contracts-erc20": "^3.1.1",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.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": "2.1.0",
"version": "2.1.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-utils": "^4.3.1",
"@0x/dev-utils": "^3.2.0",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
Expand All @@ -81,7 +81,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.0",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/utils": "^5.4.0",
"@0x/web3-wrapper": "^7.0.6",
"lodash": "^4.17.11"
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.3.0",
"version": "1.4.0",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,13 +51,13 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-asset-proxy": "^3.2.0",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-exchange": "^3.2.0",
"@0x/contracts-exchange-libs": "^4.3.0",
"@0x/contracts-asset-proxy": "^3.2.1",
"@0x/contracts-erc20": "^3.1.1",
"@0x/contracts-exchange": "^3.2.1",
"@0x/contracts-exchange-libs": "^4.3.1",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/dev-utils": "^3.2.0",
"@0x/sol-compiler": "^4.0.7",
"@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.0",
"version": "3.1.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,8 +53,8 @@
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/dev-utils": "^3.2.0",
"@0x/sol-compiler": "^4.0.7",
"@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.0",
"version": "3.1.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -54,8 +54,8 @@
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/dev-utils": "^3.2.0",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
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": "4.2.0",
"version": "4.2.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,18 +53,18 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-asset-proxy": "^3.2.0",
"@0x/contracts-dev-utils": "^1.1.0",
"@0x/contracts-erc1155": "^2.1.0",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-erc721": "^3.1.0",
"@0x/contracts-exchange": "^3.2.0",
"@0x/contracts-exchange-libs": "^4.3.0",
"@0x/contracts-asset-proxy": "^3.2.1",
"@0x/contracts-dev-utils": "^1.1.1",
"@0x/contracts-erc1155": "^2.1.1",
"@0x/contracts-erc20": "^3.1.1",
"@0x/contracts-erc721": "^3.1.1",
"@0x/contracts-exchange": "^3.2.1",
"@0x/contracts-exchange-libs": "^4.3.1",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/dev-utils": "^3.2.0",
"@0x/order-utils": "^10.2.0",
"@0x/order-utils": "^10.2.1",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.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": "4.3.0",
"version": "4.3.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -81,9 +81,9 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.0",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/order-utils": "^10.2.0",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/order-utils": "^10.2.1",
"@0x/types": "^3.1.2",
"@0x/typescript-typings": "^5.0.2",
"@0x/utils": "^5.4.0",
Expand Down
24 changes: 12 additions & 12 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.0",
"version": "3.2.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,13 +53,13 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.2.0",
"@0x/contracts-asset-proxy": "^3.2.0",
"@0x/contracts-exchange-libs": "^4.3.0",
"@0x/contracts-asset-proxy": "^3.2.1",
"@0x/contracts-exchange-libs": "^4.3.1",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-multisig": "^4.1.0",
"@0x/contracts-staking": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-multisig": "^4.1.1",
"@0x/contracts-staking": "^2.0.8",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/dev-utils": "^3.2.0",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
Expand Down Expand Up @@ -89,11 +89,11 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.0",
"@0x/contracts-dev-utils": "^1.1.0",
"@0x/contracts-erc1155": "^2.1.0",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-erc721": "^3.1.0",
"@0x/order-utils": "^10.2.0",
"@0x/contracts-dev-utils": "^1.1.1",
"@0x/contracts-erc1155": "^2.1.1",
"@0x/contracts-erc20": "^3.1.1",
"@0x/contracts-erc721": "^3.1.1",
"@0x/order-utils": "^10.2.1",
"@0x/utils": "^5.4.0",
"lodash": "^4.17.11"
},
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": "6.1.0",
"version": "6.1.1",
"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.0",
"@0x/contracts-asset-proxy": "^3.2.0",
"@0x/contracts-dev-utils": "^1.1.0",
"@0x/contracts-erc20": "^3.1.0",
"@0x/contracts-erc721": "^3.1.0",
"@0x/contracts-exchange": "^3.2.0",
"@0x/contracts-exchange-libs": "^4.3.0",
"@0x/contracts-asset-proxy": "^3.2.1",
"@0x/contracts-dev-utils": "^1.1.1",
"@0x/contracts-erc20": "^3.1.1",
"@0x/contracts-erc721": "^3.1.1",
"@0x/contracts-exchange": "^3.2.1",
"@0x/contracts-exchange-libs": "^4.3.1",
"@0x/contracts-gen": "^2.0.7",
"@0x/contracts-test-utils": "^5.1.4",
"@0x/contracts-utils": "^4.3.0",
"@0x/contracts-test-utils": "^5.1.5",
"@0x/contracts-utils": "^4.3.1",
"@0x/dev-utils": "^3.2.0",
"@0x/order-utils": "^10.2.0",
"@0x/order-utils": "^10.2.1",
"@0x/sol-compiler": "^4.0.7",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
Expand Down
Loading

0 comments on commit 4a133ca

Please sign in to comment.