Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @0x/contracts-asset-proxy@3.6.1
 - @0x/contracts-broker@1.1.9
 - @0x/contracts-coordinator@3.1.10
 - @0x/contracts-dev-utils@1.3.8
 - @0x/contracts-erc1155@2.1.10
 - @0x/contracts-erc20@3.2.4
 - @0x/contracts-erc721@3.1.10
 - @0x/contracts-exchange-forwarder@4.2.10
 - @0x/contracts-exchange-libs@4.3.10
 - @0x/contracts-exchange@3.2.10
 - @0x/contracts-extensions@6.2.4
 - @0x/contracts-integrations@2.7.3
 - @0x/contracts-multisig@4.1.10
 - @0x/contracts-staking@2.0.17
 - @0x/contracts-test-utils@5.3.7
 - @0x/contracts-utils@4.5.4
 - @0x/contracts-zero-ex@0.5.1
 - @0x/asset-swapper@4.8.1
 - @0x/contract-addresses@5.0.1
 - @0x/contract-wrappers-test@12.2.20
 - @0x/contract-wrappers@13.9.2
 - @0x/migrations@6.4.4
 - @0x/order-utils@10.4.2
  • Loading branch information
Github Actions committed Oct 28, 2020
1 parent af1b890 commit 9c821db
Show file tree
Hide file tree
Showing 23 changed files with 159 additions and 159 deletions.
18 changes: 9 additions & 9 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.6.0",
"version": "3.6.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,10 +52,10 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contract-wrappers": "^13.9.1",
"@0x/contract-wrappers": "^13.9.2",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-utils": "^4.5.3",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/contracts-utils": "^4.5.4",
"@0x/dev-utils": "^3.3.4",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
Expand All @@ -80,11 +80,11 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.7",
"@0x/contracts-erc1155": "^2.1.9",
"@0x/contracts-erc20": "^3.2.3",
"@0x/contracts-erc721": "^3.1.9",
"@0x/contracts-exchange-libs": "^4.3.9",
"@0x/order-utils": "^10.4.1",
"@0x/contracts-erc1155": "^2.1.10",
"@0x/contracts-erc20": "^3.2.4",
"@0x/contracts-erc721": "^3.1.10",
"@0x/contracts-exchange-libs": "^4.3.10",
"@0x/order-utils": "^10.4.2",
"@0x/types": "^3.2.4",
"@0x/typescript-typings": "^5.1.5",
"@0x/utils": "^5.6.3",
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.1.8",
"version": "1.1.9",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,14 +52,14 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contracts-asset-proxy": "^3.6.0",
"@0x/contracts-erc20": "^3.2.3",
"@0x/contracts-erc721": "^3.1.9",
"@0x/contracts-exchange": "^3.2.9",
"@0x/contracts-exchange-libs": "^4.3.9",
"@0x/contracts-asset-proxy": "^3.6.1",
"@0x/contracts-erc20": "^3.2.4",
"@0x/contracts-erc721": "^3.1.10",
"@0x/contracts-exchange": "^3.2.10",
"@0x/contracts-exchange-libs": "^4.3.10",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-utils": "^4.5.3",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/contracts-utils": "^4.5.4",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",
Expand All @@ -85,7 +85,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.7",
"@0x/order-utils": "^10.4.1",
"@0x/order-utils": "^10.4.2",
"@0x/typescript-typings": "^5.1.5",
"@0x/utils": "^5.6.3",
"ethereum-types": "^3.3.3"
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.9",
"version": "3.1.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,12 +53,12 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contracts-asset-proxy": "^3.6.0",
"@0x/contracts-dev-utils": "^1.3.7",
"@0x/contracts-erc20": "^3.2.3",
"@0x/contracts-asset-proxy": "^3.6.1",
"@0x/contracts-dev-utils": "^1.3.8",
"@0x/contracts-erc20": "^3.2.4",
"@0x/contracts-gen": "2.0.13",
"@0x/dev-utils": "^3.3.4",
"@0x/order-utils": "^10.4.1",
"@0x/order-utils": "^10.4.2",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",
Expand All @@ -84,10 +84,10 @@
"dependencies": {
"@0x/assert": "^3.0.13",
"@0x/base-contract": "^6.2.7",
"@0x/contract-addresses": "^5.0.0",
"@0x/contracts-exchange": "^3.2.9",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-utils": "^4.5.3",
"@0x/contract-addresses": "^5.0.1",
"@0x/contracts-exchange": "^3.2.10",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/contracts-utils": "^4.5.4",
"@0x/json-schemas": "^5.2.3",
"@0x/types": "^3.2.4",
"@0x/typescript-typings": "^5.1.5",
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.7",
"version": "1.3.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -43,10 +43,10 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/assert": "^3.0.13",
"@0x/contracts-asset-proxy": "^3.6.0",
"@0x/contracts-erc20": "^3.2.3",
"@0x/contracts-asset-proxy": "^3.6.1",
"@0x/contracts-erc20": "^3.2.4",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.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": "2.1.9",
"version": "2.1.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-utils": "^4.5.3",
"@0x/contracts-utils": "^4.5.4",
"@0x/dev-utils": "^3.3.4",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
Expand All @@ -81,7 +81,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.7",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/utils": "^5.6.3",
"@0x/web3-wrapper": "^7.2.4",
"lodash": "^4.17.11"
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.2.3",
"version": "3.2.4",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,8 +53,8 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-utils": "^4.5.3",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/contracts-utils": "^4.5.4",
"@0x/dev-utils": "^3.3.4",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
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.9",
"version": "3.1.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -54,8 +54,8 @@
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-utils": "^4.5.3",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/contracts-utils": "^4.5.4",
"@0x/dev-utils": "^3.3.4",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
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.9",
"version": "4.2.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,18 +53,18 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contracts-asset-proxy": "^3.6.0",
"@0x/contracts-dev-utils": "^1.3.7",
"@0x/contracts-erc1155": "^2.1.9",
"@0x/contracts-erc20": "^3.2.3",
"@0x/contracts-erc721": "^3.1.9",
"@0x/contracts-exchange": "^3.2.9",
"@0x/contracts-exchange-libs": "^4.3.9",
"@0x/contracts-asset-proxy": "^3.6.1",
"@0x/contracts-dev-utils": "^1.3.8",
"@0x/contracts-erc1155": "^2.1.10",
"@0x/contracts-erc20": "^3.2.4",
"@0x/contracts-erc721": "^3.1.10",
"@0x/contracts-exchange": "^3.2.10",
"@0x/contracts-exchange-libs": "^4.3.10",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-utils": "^4.5.3",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/contracts-utils": "^4.5.4",
"@0x/dev-utils": "^3.3.4",
"@0x/order-utils": "^10.4.1",
"@0x/order-utils": "^10.4.2",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.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": "4.3.9",
"version": "4.3.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -81,9 +81,9 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.7",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-utils": "^4.5.3",
"@0x/order-utils": "^10.4.1",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/contracts-utils": "^4.5.4",
"@0x/order-utils": "^10.4.2",
"@0x/types": "^3.2.4",
"@0x/typescript-typings": "^5.1.5",
"@0x/utils": "^5.6.3",
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.9",
"version": "3.2.10",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,13 +53,13 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/protocol",
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contracts-asset-proxy": "^3.6.0",
"@0x/contracts-exchange-libs": "^4.3.9",
"@0x/contracts-asset-proxy": "^3.6.1",
"@0x/contracts-exchange-libs": "^4.3.10",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-multisig": "^4.1.9",
"@0x/contracts-staking": "^2.0.16",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-utils": "^4.5.3",
"@0x/contracts-multisig": "^4.1.10",
"@0x/contracts-staking": "^2.0.17",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/contracts-utils": "^4.5.4",
"@0x/dev-utils": "^3.3.4",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
Expand Down Expand Up @@ -89,11 +89,11 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.7",
"@0x/contracts-dev-utils": "^1.3.7",
"@0x/contracts-erc1155": "^2.1.9",
"@0x/contracts-erc20": "^3.2.3",
"@0x/contracts-erc721": "^3.1.9",
"@0x/order-utils": "^10.4.1",
"@0x/contracts-dev-utils": "^1.3.8",
"@0x/contracts-erc1155": "^2.1.10",
"@0x/contracts-erc20": "^3.2.4",
"@0x/contracts-erc721": "^3.1.10",
"@0x/order-utils": "^10.4.2",
"@0x/utils": "^5.6.3",
"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.2.3",
"version": "6.2.4",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -53,16 +53,16 @@
"homepage": "https://github.com/0xProject/protocol/tree/main/contracts/extensions",
"devDependencies": {
"@0x/abi-gen": "^5.4.3",
"@0x/contracts-asset-proxy": "^3.6.0",
"@0x/contracts-dev-utils": "^1.3.7",
"@0x/contracts-erc20": "^3.2.3",
"@0x/contracts-erc721": "^3.1.9",
"@0x/contracts-exchange": "^3.2.9",
"@0x/contracts-exchange-libs": "^4.3.9",
"@0x/contracts-asset-proxy": "^3.6.1",
"@0x/contracts-dev-utils": "^1.3.8",
"@0x/contracts-erc20": "^3.2.4",
"@0x/contracts-erc721": "^3.1.10",
"@0x/contracts-exchange": "^3.2.10",
"@0x/contracts-exchange-libs": "^4.3.10",
"@0x/contracts-gen": "2.0.13",
"@0x/contracts-utils": "^4.5.3",
"@0x/contracts-utils": "^4.5.4",
"@0x/dev-utils": "^3.3.4",
"@0x/order-utils": "^10.4.1",
"@0x/order-utils": "^10.4.2",
"@0x/sol-compiler": "^4.2.3",
"@0x/ts-doc-gen": "^0.0.28",
"@0x/tslint-config": "^4.1.3",
Expand Down Expand Up @@ -91,7 +91,7 @@
},
"dependencies": {
"@0x/base-contract": "^6.2.7",
"@0x/contracts-test-utils": "^5.3.6",
"@0x/contracts-test-utils": "^5.3.7",
"@0x/typescript-typings": "^5.1.5",
"ethereum-types": "^3.3.3"
},
Expand Down
Loading

0 comments on commit 9c821db

Please sign in to comment.