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.js@6.0.2
 - @0x/asset-buyer@6.0.2
 - @0x/contract-wrappers@8.0.2
 - @0x/instant@1.0.16
 - @0x/metacoin@0.0.43
 - @0x/migrations@4.0.2
 - @0x/order-watcher@4.0.2
 - @0x/pipeline@1.0.13
 - @0x/sol-compiler@3.1.2
 - @0x/sol-coverage@2.0.6
 - @0x/sol-doc@2.0.6
 - @0x/sol-profiler@3.1.1
 - @0x/sol-trace@2.0.7
 - @0x/sol-tracing-utils@6.0.6
 - @0x/testnet-faucets@1.0.72
 - @0x/website@0.0.75
 - @0x/contracts-asset-proxy@1.0.8
 - @0x/contracts-erc20@1.0.8
 - @0x/contracts-erc721@1.0.8
 - @0x/contracts-exchange@1.0.8
 - @0x/contracts-exchange-forwarder@1.0.8
 - @0x/contracts-exchange-libs@1.1.2
 - @0x/contracts-extensions@2.0.7
 - @0x/contracts-multisig@2.0.7
 - @0x/contracts-tec@0.0.3
 - @0x/contracts-test-utils@3.0.7
 - @0x/contracts-utils@2.0.7
  • Loading branch information
LogvinovLeon committed Feb 27, 2019
1 parent cb394f3 commit e81ae05
Show file tree
Hide file tree
Showing 27 changed files with 96 additions and 96 deletions.
10 changes: 5 additions & 5 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": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-utils": "2.0.1",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",
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": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
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": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand Down
14 changes: 7 additions & 7 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": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,11 +47,11 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -69,9 +69,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
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": "1.1.1",
"version": "1.1.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -68,7 +68,7 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-utils": "^2.0.6",
"@0x/contracts-utils": "^2.0.7",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",
Expand Down
12 changes: 6 additions & 6 deletions contracts/exchange/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-exchange",
"version": "1.0.7",
"version": "1.0.8",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -68,9 +68,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
"@0x/order-utils": "^7.0.1",
Expand Down
14 changes: 7 additions & 7 deletions contracts/extensions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-extensions",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -47,11 +47,11 @@
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -69,9 +69,9 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-erc721": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-erc721": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "1.0.2",
"@0x/contracts-utils": "2.0.1",
Expand Down
10 changes: 5 additions & 5 deletions contracts/multisig/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-multisig",
"version": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -68,8 +68,8 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-utils": "2.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",
Expand Down
14 changes: 7 additions & 7 deletions contracts/tec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contracts-tec",
"version": "0.0.2",
"version": "0.0.3",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/node": "*",
Expand All @@ -68,11 +68,11 @@
},
"dependencies": {
"@0x/base-contract": "^5.0.1",
"@0x/contracts-asset-proxy": "^1.0.7",
"@0x/contracts-erc20": "^1.0.7",
"@0x/contracts-asset-proxy": "^1.0.8",
"@0x/contracts-erc20": "^1.0.8",
"@0x/contracts-exchange": "1.0.2",
"@0x/contracts-exchange-libs": "^1.1.1",
"@0x/contracts-utils": "^2.0.6",
"@0x/contracts-exchange-libs": "^1.1.2",
"@0x/contracts-utils": "^2.0.7",
"@0x/order-utils": "^7.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",
Expand Down
10 changes: 5 additions & 5 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.0.6",
"version": "3.0.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -43,10 +43,10 @@
"@0x/abi-gen": "^2.0.5",
"@0x/dev-utils": "^2.1.2",
"@0x/order-utils": "^7.0.1",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-coverage": "^2.0.5",
"@0x/sol-profiler": "^3.1.0",
"@0x/sol-trace": "^2.0.6",
"@0x/sol-compiler": "^3.1.2",
"@0x/sol-coverage": "^2.0.6",
"@0x/sol-profiler": "^3.1.1",
"@0x/sol-trace": "^2.0.7",
"@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0",
"@0x/types": "^2.1.1",
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": "2.0.6",
"version": "2.0.7",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -48,9 +48,9 @@
"devDependencies": {
"@0x/abi-gen": "^2.0.5",
"@0x/contracts-gen": "^1.0.4",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/dev-utils": "^2.1.2",
"@0x/sol-compiler": "^3.1.1",
"@0x/sol-compiler": "^3.1.2",
"@0x/tslint-config": "^3.0.0",
"@types/bn.js": "^4.11.0",
"@types/lodash": "4.14.104",
Expand Down
8 changes: 4 additions & 4 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.1",
"version": "6.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -45,7 +45,7 @@
"@0x/abi-gen-wrappers": "^4.0.1",
"@0x/contract-addresses": "^2.2.2",
"@0x/dev-utils": "^2.1.2",
"@0x/migrations": "^4.0.1",
"@0x/migrations": "^4.0.2",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
"@types/mocha": "^2.2.42",
Expand Down Expand Up @@ -74,9 +74,9 @@
"dependencies": {
"@0x/assert": "^2.0.5",
"@0x/base-contract": "^5.0.1",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/order-utils": "^7.0.1",
"@0x/order-watcher": "^4.0.1",
"@0x/order-watcher": "^4.0.2",
"@0x/subproviders": "^4.0.1",
"@0x/types": "^2.1.1",
"@0x/typescript-typings": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/asset-buyer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/asset-buyer",
"version": "6.0.1",
"version": "6.0.2",
"engines": {
"node": ">=6.12"
},
Expand Down Expand Up @@ -38,7 +38,7 @@
"dependencies": {
"@0x/assert": "^2.0.5",
"@0x/connect": "^5.0.1",
"@0x/contract-wrappers": "^8.0.1",
"@0x/contract-wrappers": "^8.0.2",
"@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1",
"@0x/subproviders": "^4.0.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@0x/contract-wrappers",
"version": "8.0.1",
"version": "8.0.2",
"description": "Smart TS wrappers for 0x smart contracts",
"keywords": [
"0xproject",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"devDependencies": {
"@0x/dev-utils": "^2.1.2",
"@0x/migrations": "^4.0.1",
"@0x/migrations": "^4.0.2",
"@0x/subproviders": "^4.0.1",
"@0x/tslint-config": "^3.0.0",
"@types/lodash": "4.14.104",
Expand Down Expand Up @@ -69,7 +69,7 @@
"@0x/assert": "^2.0.5",
"@0x/contract-addresses": "^2.2.2",
"@0x/contract-artifacts": "^1.3.0",
"@0x/contracts-test-utils": "^3.0.6",
"@0x/contracts-test-utils": "^3.0.7",
"@0x/fill-scenarios": "^3.0.1",
"@0x/json-schemas": "^3.0.5",
"@0x/order-utils": "^7.0.1",
Expand Down
Loading

0 comments on commit e81ae05

Please sign in to comment.