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.1.3
 - @0x/contracts-broker@1.0.1
 - @0x/contracts-coordinator@3.0.6
 - @0x/contracts-dev-utils@1.0.6
 - @0x/contracts-erc1155@2.0.6
 - @0x/contracts-erc20-bridge-sampler@1.2.1
 - @0x/contracts-erc20@3.0.6
 - @0x/contracts-erc721@3.0.6
 - @0x/contracts-exchange-forwarder@4.1.0
 - @0x/contracts-exchange-libs@4.2.0
 - @0x/contracts-exchange@3.1.2
 - @0x/contracts-extensions@6.0.0
 - @0x/contracts-integrations@2.2.3
 - @0x/contracts-multisig@4.0.6
 - @0x/contracts-staking@2.0.6
 - @0x/contracts-test-utils@5.1.3
 - @0x/contracts-utils@4.2.1
 - 0x.js@9.0.7
 - @0x/abi-gen@5.1.2
 - @0x/assert@3.0.5
 - @0x/asset-swapper@4.1.1
 - @0x/base-contract@6.1.2
 - @0x/connect@6.0.5
 - @0x/contract-artifacts@3.4.1
 - @0x/contract-wrappers-test@12.2.7
 - @0x/contract-wrappers@13.4.2
 - @0x/contracts-gen@2.0.6
 - @0x/dev-utils@3.1.3
 - @0x/instant@1.0.44
 - @0x/json-schemas@5.0.5
 - @0x/migrations@6.0.2
 - @0x/monorepo-scripts@1.0.49
 - @0x/order-utils@10.1.3
 - @0x/orderbook@2.1.2
 - @0x/sol-compiler@4.0.6
 - @0x/sol-coverage@4.0.6
 - @0x/sol-doc@3.1.3
 - @0x/sol-profiler@4.0.6
 - @0x/sol-trace@3.0.6
 - @0x/sol-tracing-utils@7.0.6
 - @0x/sra-spec@3.0.5
 - @0x/subproviders@6.0.6
 - @0x/utils@5.3.0
 - @0x/web3-wrapper@7.0.5
  • Loading branch information
dekz committed Feb 6, 2020
1 parent 0e1b08f commit 5d603b2
Show file tree
Hide file tree
Showing 44 changed files with 395 additions and 395 deletions.
32 changes: 16 additions & 16 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.1.2",
"version": "3.1.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,12 +51,12 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/abi-gen": "^5.1.2",
"@0x/contracts-gen": "^2.0.6",
"@0x/contracts-test-utils": "^5.1.3",
"@0x/contracts-utils": "^4.2.1",
"@0x/dev-utils": "^3.1.3",
"@0x/sol-compiler": "^4.0.6",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
Expand All @@ -79,16 +79,16 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.1",
"@0x/contracts-dev-utils": "^1.0.5",
"@0x/contracts-erc1155": "^2.0.5",
"@0x/contracts-erc20": "^3.0.5",
"@0x/contracts-erc721": "^3.0.5",
"@0x/contracts-exchange-libs": "^4.1.1",
"@0x/order-utils": "^10.1.2",
"@0x/base-contract": "^6.1.2",
"@0x/contracts-dev-utils": "^1.0.6",
"@0x/contracts-erc1155": "^2.0.6",
"@0x/contracts-erc20": "^3.0.6",
"@0x/contracts-erc721": "^3.0.6",
"@0x/contracts-exchange-libs": "^4.2.0",
"@0x/order-utils": "^10.1.3",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
"@0x/web3-wrapper": "^7.0.4",
"@0x/utils": "^5.3.0",
"@0x/web3-wrapper": "^7.0.5",
"ethereum-types": "^3.0.0",
"lodash": "^4.17.11"
},
Expand Down
30 changes: 15 additions & 15 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.0",
"version": "1.0.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,20 +51,20 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.0",
"@0x/contracts-asset-proxy": "^3.1.1",
"@0x/contracts-erc20": "^3.0.4",
"@0x/contracts-erc721": "^3.0.4",
"@0x/contracts-exchange": "^3.1.0",
"@0x/contracts-exchange-libs": "^4.1.0",
"@0x/contracts-gen": "^2.0.4",
"@0x/contracts-test-utils": "^5.1.1",
"@0x/contracts-utils": "^4.1.0",
"@0x/sol-compiler": "^4.0.4",
"@0x/abi-gen": "^5.1.2",
"@0x/contracts-asset-proxy": "^3.1.3",
"@0x/contracts-erc20": "^3.0.6",
"@0x/contracts-erc721": "^3.0.6",
"@0x/contracts-exchange": "^3.1.2",
"@0x/contracts-exchange-libs": "^4.2.0",
"@0x/contracts-gen": "^2.0.6",
"@0x/contracts-test-utils": "^5.1.3",
"@0x/contracts-utils": "^4.2.1",
"@0x/sol-compiler": "^4.0.6",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
"@0x/web3-wrapper": "^7.0.4",
"@0x/web3-wrapper": "^7.0.5",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/node": "*",
Expand All @@ -84,10 +84,10 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.0",
"@0x/order-utils": "^10.1.1",
"@0x/base-contract": "^6.1.2",
"@0x/order-utils": "^10.1.3",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
"@0x/utils": "^5.3.0",
"ethereum-types": "^3.0.0"
},
"publishConfig": {
Expand Down
34 changes: 17 additions & 17 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.0.5",
"version": "3.0.6",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,19 +52,19 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-asset-proxy": "^3.1.2",
"@0x/contracts-dev-utils": "^1.0.5",
"@0x/contracts-erc20": "^3.0.5",
"@0x/contracts-exchange": "^3.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/dev-utils": "^3.1.2",
"@0x/order-utils": "^10.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/abi-gen": "^5.1.2",
"@0x/contracts-asset-proxy": "^3.1.3",
"@0x/contracts-dev-utils": "^1.0.6",
"@0x/contracts-erc20": "^3.0.6",
"@0x/contracts-exchange": "^3.1.2",
"@0x/contracts-gen": "^2.0.6",
"@0x/contracts-test-utils": "^5.1.3",
"@0x/dev-utils": "^3.1.3",
"@0x/order-utils": "^10.1.3",
"@0x/sol-compiler": "^4.0.6",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/web3-wrapper": "^7.0.4",
"@0x/web3-wrapper": "^7.0.5",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/node": "*",
Expand All @@ -84,14 +84,14 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/assert": "^3.0.4",
"@0x/base-contract": "^6.1.1",
"@0x/assert": "^3.0.5",
"@0x/base-contract": "^6.1.2",
"@0x/contract-addresses": "^4.4.0",
"@0x/contracts-utils": "^4.2.0",
"@0x/json-schemas": "^5.0.4",
"@0x/contracts-utils": "^4.2.1",
"@0x/json-schemas": "^5.0.5",
"@0x/types": "^3.1.1",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
"@0x/utils": "^5.3.0",
"ethereum-types": "^3.0.0",
"http-status-codes": "^1.3.2"
},
Expand Down
12 changes: 6 additions & 6 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.0.5",
"version": "1.0.6",
"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.1.1",
"@0x/assert": "^3.0.4",
"@0x/contracts-gen": "^2.0.5",
"@0x/sol-compiler": "^4.0.5",
"@0x/abi-gen": "^5.1.2",
"@0x/assert": "^3.0.5",
"@0x/contracts-gen": "^2.0.6",
"@0x/sol-compiler": "^4.0.6",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@types/node": "*",
Expand All @@ -59,7 +59,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.1"
"@0x/base-contract": "^6.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 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.0.5",
"version": "2.0.6",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,11 +52,11 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/abi-gen": "^5.1.2",
"@0x/contracts-gen": "^2.0.6",
"@0x/contracts-utils": "^4.2.1",
"@0x/dev-utils": "^3.1.3",
"@0x/sol-compiler": "^4.0.6",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
Expand All @@ -80,10 +80,10 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.1",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/utils": "^5.2.0",
"@0x/web3-wrapper": "^7.0.4",
"@0x/base-contract": "^6.1.2",
"@0x/contracts-test-utils": "^5.1.3",
"@0x/utils": "^5.3.0",
"@0x/web3-wrapper": "^7.0.5",
"lodash": "^4.17.11"
},
"publishConfig": {
Expand Down
28 changes: 14 additions & 14 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.2.0",
"version": "1.2.1",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -50,18 +50,18 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-asset-proxy": "^3.1.2",
"@0x/contracts-erc20": "^3.0.5",
"@0x/contracts-exchange": "^3.1.1",
"@0x/contracts-exchange-libs": "^4.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/abi-gen": "^5.1.2",
"@0x/contracts-asset-proxy": "^3.1.3",
"@0x/contracts-erc20": "^3.0.6",
"@0x/contracts-exchange": "^3.1.2",
"@0x/contracts-exchange-libs": "^4.2.0",
"@0x/contracts-gen": "^2.0.6",
"@0x/contracts-test-utils": "^5.1.3",
"@0x/contracts-utils": "^4.2.1",
"@0x/dev-utils": "^3.1.3",
"@0x/sol-compiler": "^4.0.6",
"@0x/tslint-config": "^4.0.0",
"@0x/web3-wrapper": "^7.0.4",
"@0x/web3-wrapper": "^7.0.5",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/node": "*",
Expand All @@ -79,10 +79,10 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.1",
"@0x/base-contract": "^6.1.2",
"@0x/types": "^3.1.1",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
"@0x/utils": "^5.3.0",
"ethereum-types": "^3.0.0",
"lodash": "^4.17.11"
},
Expand Down
20 changes: 10 additions & 10 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.0.5",
"version": "3.0.6",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -51,18 +51,18 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/abi-gen": "^5.1.2",
"@0x/contracts-gen": "^2.0.6",
"@0x/contracts-test-utils": "^5.1.3",
"@0x/contracts-utils": "^4.2.1",
"@0x/dev-utils": "^3.1.3",
"@0x/sol-compiler": "^4.0.6",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
"@0x/web3-wrapper": "^7.0.4",
"@0x/utils": "^5.3.0",
"@0x/web3-wrapper": "^7.0.5",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/node": "*",
Expand All @@ -82,7 +82,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.1"
"@0x/base-contract": "^6.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
20 changes: 10 additions & 10 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.0.5",
"version": "3.0.6",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -52,18 +52,18 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
"devDependencies": {
"@0x/abi-gen": "^5.1.1",
"@0x/contracts-gen": "^2.0.5",
"@0x/contracts-test-utils": "^5.1.2",
"@0x/contracts-utils": "^4.2.0",
"@0x/dev-utils": "^3.1.2",
"@0x/sol-compiler": "^4.0.5",
"@0x/abi-gen": "^5.1.2",
"@0x/contracts-gen": "^2.0.6",
"@0x/contracts-test-utils": "^5.1.3",
"@0x/contracts-utils": "^4.2.1",
"@0x/dev-utils": "^3.1.3",
"@0x/sol-compiler": "^4.0.6",
"@0x/ts-doc-gen": "^0.0.22",
"@0x/tslint-config": "^4.0.0",
"@0x/types": "^3.1.1",
"@0x/typescript-typings": "^5.0.1",
"@0x/utils": "^5.2.0",
"@0x/web3-wrapper": "^7.0.4",
"@0x/utils": "^5.3.0",
"@0x/web3-wrapper": "^7.0.5",
"@types/lodash": "4.14.104",
"@types/mocha": "^5.2.7",
"@types/node": "*",
Expand All @@ -84,7 +84,7 @@
"typescript": "3.0.1"
},
"dependencies": {
"@0x/base-contract": "^6.1.1"
"@0x/base-contract": "^6.1.2"
},
"publishConfig": {
"access": "public"
Expand Down
Loading

0 comments on commit 5d603b2

Please sign in to comment.