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

Commit 5816279

Browse files
committed
Publish
- 0x.js@3.0.3 - @0x/asset-buyer@4.0.2 - @0x/contract-wrappers@5.0.1 - @0x/dev-tools-pages@0.0.14 - @0x/instant@1.0.8 - @0x/metacoin@0.0.36 - @0x/monorepo-scripts@1.0.19 - @0x/order-watcher@2.4.3 - @0x/sol-coverage@1.0.3 - @0x/sol-profiler@1.0.3 - @0x/sol-trace@1.0.3 - @0x/sol-tracing-utils@4.0.1 - @0x/testnet-faucets@1.0.64 - @0x/website@0.0.67 - @0x/contracts-examples@1.0.6 - @0x/contracts-extensions@1.2.3 - @0x/contracts-interfaces@1.0.6 - @0x/contracts-libs@1.0.6 - @0x/contracts-multisig@1.0.6 - @0x/contracts-protocol@2.2.3 - @0x/contracts-test-utils@2.0.1 - @0x/contracts-tokens@1.0.6 - @0x/contracts-utils@1.0.6
1 parent 0d877a8 commit 5816279

File tree

23 files changed

+74
-74
lines changed

23 files changed

+74
-74
lines changed

contracts/examples/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-examples",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -34,7 +34,7 @@
3434
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/examples/README.md",
3535
"devDependencies": {
3636
"@0x/abi-gen": "^1.0.22",
37-
"@0x/contracts-test-utils": "^2.0.0",
37+
"@0x/contracts-test-utils": "^2.0.1",
3838
"@0x/dev-utils": "^1.0.24",
3939
"@0x/sol-compiler": "^2.0.2",
4040
"@0x/subproviders": "^2.1.11",
@@ -59,11 +59,11 @@
5959
},
6060
"dependencies": {
6161
"@0x/base-contract": "^3.0.13",
62-
"@0x/contracts-interfaces": "^1.0.5",
63-
"@0x/contracts-libs": "^1.0.5",
64-
"@0x/contracts-multisig": "^1.0.5",
65-
"@0x/contracts-tokens": "^1.0.5",
66-
"@0x/contracts-utils": "^1.0.5",
62+
"@0x/contracts-interfaces": "^1.0.6",
63+
"@0x/contracts-libs": "^1.0.6",
64+
"@0x/contracts-multisig": "^1.0.6",
65+
"@0x/contracts-tokens": "^1.0.6",
66+
"@0x/contracts-utils": "^1.0.6",
6767
"@0x/order-utils": "^3.1.2",
6868
"@0x/types": "^1.5.2",
6969
"@0x/typescript-typings": "^3.0.8",

contracts/extensions/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-extensions",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -45,8 +45,8 @@
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
4646
"devDependencies": {
4747
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contract-wrappers": "^5.0.0",
49-
"@0x/contracts-test-utils": "^2.0.0",
48+
"@0x/contract-wrappers": "^5.0.1",
49+
"@0x/contracts-test-utils": "^2.0.1",
5050
"@0x/dev-utils": "^1.0.24",
5151
"@0x/sol-compiler": "^2.0.2",
5252
"@0x/subproviders": "^2.1.11",
@@ -71,11 +71,11 @@
7171
},
7272
"dependencies": {
7373
"@0x/base-contract": "^3.0.13",
74-
"@0x/contracts-interfaces": "^1.0.5",
75-
"@0x/contracts-libs": "^1.0.5",
76-
"@0x/contracts-protocol": "^2.2.2",
77-
"@0x/contracts-tokens": "^1.0.5",
78-
"@0x/contracts-utils": "^1.0.5",
74+
"@0x/contracts-interfaces": "^1.0.6",
75+
"@0x/contracts-libs": "^1.0.6",
76+
"@0x/contracts-protocol": "^2.2.3",
77+
"@0x/contracts-tokens": "^1.0.6",
78+
"@0x/contracts-utils": "^1.0.6",
7979
"@0x/order-utils": "^3.1.2",
8080
"@0x/types": "^1.5.2",
8181
"@0x/typescript-typings": "^3.0.8",

contracts/interfaces/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-interfaces",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -42,8 +42,8 @@
4242
},
4343
"dependencies": {
4444
"@0x/base-contract": "^3.0.13",
45-
"@0x/contracts-libs": "^1.0.5",
46-
"@0x/contracts-utils": "^1.0.5",
45+
"@0x/contracts-libs": "^1.0.6",
46+
"@0x/contracts-utils": "^1.0.6",
4747
"@0x/types": "^1.5.2",
4848
"@0x/typescript-typings": "^3.0.8",
4949
"@0x/utils": "^3.0.1",

contracts/libs/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-libs",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -45,7 +45,7 @@
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
4646
"devDependencies": {
4747
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contracts-test-utils": "^2.0.0",
48+
"@0x/contracts-test-utils": "^2.0.1",
4949
"@0x/dev-utils": "^1.0.24",
5050
"@0x/sol-compiler": "^2.0.2",
5151
"@0x/subproviders": "^2.1.11",
@@ -70,8 +70,8 @@
7070
},
7171
"dependencies": {
7272
"@0x/base-contract": "^3.0.13",
73-
"@0x/contracts-multisig": "^1.0.5",
74-
"@0x/contracts-utils": "^1.0.5",
73+
"@0x/contracts-multisig": "^1.0.6",
74+
"@0x/contracts-utils": "^1.0.6",
7575
"@0x/order-utils": "^3.1.2",
7676
"@0x/types": "^1.5.2",
7777
"@0x/typescript-typings": "^3.0.8",

contracts/multisig/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-multisig",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -45,7 +45,7 @@
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
4646
"devDependencies": {
4747
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contracts-test-utils": "^2.0.0",
48+
"@0x/contracts-test-utils": "^2.0.1",
4949
"@0x/dev-utils": "^1.0.24",
5050
"@0x/sol-compiler": "^2.0.2",
5151
"@0x/subproviders": "^2.1.11",

contracts/protocol/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-protocol",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -69,13 +69,13 @@
6969
},
7070
"dependencies": {
7171
"@0x/base-contract": "^3.0.13",
72-
"@0x/contracts-examples": "^1.0.5",
73-
"@0x/contracts-interfaces": "^1.0.5",
74-
"@0x/contracts-libs": "^1.0.5",
75-
"@0x/contracts-multisig": "^1.0.5",
76-
"@0x/contracts-test-utils": "^2.0.0",
77-
"@0x/contracts-tokens": "^1.0.5",
78-
"@0x/contracts-utils": "^1.0.5",
72+
"@0x/contracts-examples": "^1.0.6",
73+
"@0x/contracts-interfaces": "^1.0.6",
74+
"@0x/contracts-libs": "^1.0.6",
75+
"@0x/contracts-multisig": "^1.0.6",
76+
"@0x/contracts-test-utils": "^2.0.1",
77+
"@0x/contracts-tokens": "^1.0.6",
78+
"@0x/contracts-utils": "^1.0.6",
7979
"@0x/order-utils": "^3.1.2",
8080
"@0x/types": "^1.5.2",
8181
"@0x/typescript-typings": "^3.0.8",

contracts/test-utils/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-test-utils",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -44,9 +44,9 @@
4444
"@0x/dev-utils": "^1.0.24",
4545
"@0x/order-utils": "^3.1.2",
4646
"@0x/sol-compiler": "^2.0.2",
47-
"@0x/sol-coverage": "^1.0.2",
48-
"@0x/sol-profiler": "^1.0.2",
49-
"@0x/sol-trace": "^1.0.2",
47+
"@0x/sol-coverage": "^1.0.3",
48+
"@0x/sol-profiler": "^1.0.3",
49+
"@0x/sol-trace": "^1.0.3",
5050
"@0x/subproviders": "^2.1.11",
5151
"@0x/tslint-config": "^2.0.2",
5252
"@0x/types": "^1.5.2",

contracts/tokens/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-tokens",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -45,7 +45,7 @@
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
4646
"devDependencies": {
4747
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contracts-test-utils": "^2.0.0",
48+
"@0x/contracts-test-utils": "^2.0.1",
4949
"@0x/dev-utils": "^1.0.24",
5050
"@0x/sol-compiler": "^2.0.2",
5151
"@0x/subproviders": "^2.1.11",
@@ -70,10 +70,10 @@
7070
},
7171
"dependencies": {
7272
"@0x/base-contract": "^3.0.13",
73-
"@0x/contracts-interfaces": "^1.0.5",
74-
"@0x/contracts-libs": "^1.0.5",
75-
"@0x/contracts-multisig": "^1.0.5",
76-
"@0x/contracts-utils": "^1.0.5",
73+
"@0x/contracts-interfaces": "^1.0.6",
74+
"@0x/contracts-libs": "^1.0.6",
75+
"@0x/contracts-multisig": "^1.0.6",
76+
"@0x/contracts-utils": "^1.0.6",
7777
"@0x/order-utils": "^3.1.2",
7878
"@0x/types": "^1.5.2",
7979
"@0x/typescript-typings": "^3.0.8",

contracts/utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contracts-utils",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -45,7 +45,7 @@
4545
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
4646
"devDependencies": {
4747
"@0x/abi-gen": "^1.0.22",
48-
"@0x/contracts-test-utils": "^2.0.0",
48+
"@0x/contracts-test-utils": "^2.0.1",
4949
"@0x/dev-utils": "^1.0.24",
5050
"@0x/sol-compiler": "^2.0.2",
5151
"@0x/subproviders": "^2.1.11",
@@ -71,7 +71,7 @@
7171
},
7272
"dependencies": {
7373
"@0x/base-contract": "^3.0.13",
74-
"@0x/contracts-multisig": "^1.0.5",
74+
"@0x/contracts-multisig": "^1.0.6",
7575
"@0x/order-utils": "^3.1.2",
7676
"@0x/types": "^1.5.2",
7777
"@0x/typescript-typings": "^3.0.8",

packages/0x.js/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "0x.js",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -74,9 +74,9 @@
7474
"dependencies": {
7575
"@0x/assert": "^1.0.23",
7676
"@0x/base-contract": "^3.0.13",
77-
"@0x/contract-wrappers": "^5.0.0",
77+
"@0x/contract-wrappers": "^5.0.1",
7878
"@0x/order-utils": "^3.1.2",
79-
"@0x/order-watcher": "^2.4.2",
79+
"@0x/order-watcher": "^2.4.3",
8080
"@0x/subproviders": "^2.1.11",
8181
"@0x/types": "^1.5.2",
8282
"@0x/typescript-typings": "^3.0.8",

packages/asset-buyer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/asset-buyer",
3-
"version": "4.0.1",
3+
"version": "4.0.2",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -38,7 +38,7 @@
3838
"dependencies": {
3939
"@0x/assert": "^1.0.23",
4040
"@0x/connect": "^3.0.13",
41-
"@0x/contract-wrappers": "^5.0.0",
41+
"@0x/contract-wrappers": "^5.0.1",
4242
"@0x/json-schemas": "^2.1.7",
4343
"@0x/order-utils": "^3.1.2",
4444
"@0x/subproviders": "^2.1.11",

packages/contract-wrappers/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/contract-wrappers",
3-
"version": "5.0.0",
3+
"version": "5.0.1",
44
"description": "Smart TS wrappers for 0x smart contracts",
55
"keywords": [
66
"0xproject",
@@ -69,7 +69,7 @@
6969
"@0x/assert": "^1.0.23",
7070
"@0x/contract-addresses": "^2.2.0",
7171
"@0x/contract-artifacts": "^1.3.0",
72-
"@0x/contracts-test-utils": "^2.0.0",
72+
"@0x/contracts-test-utils": "^2.0.1",
7373
"@0x/fill-scenarios": "^1.1.2",
7474
"@0x/json-schemas": "^2.1.7",
7575
"@0x/order-utils": "^3.1.2",

packages/dev-tools-pages/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/dev-tools-pages",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"engines": {
55
"node": ">=6.12"
66
},

packages/instant/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/instant",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -42,7 +42,7 @@
4242
"homepage": "https://github.com/0xProject/0x-monorepo/packages/instant/README.md",
4343
"dependencies": {
4444
"@0x/assert": "^1.0.23",
45-
"@0x/asset-buyer": "^4.0.1",
45+
"@0x/asset-buyer": "^4.0.2",
4646
"@0x/json-schemas": "^2.1.7",
4747
"@0x/order-utils": "^3.1.2",
4848
"@0x/subproviders": "^2.1.11",

packages/metacoin/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/metacoin",
3-
"version": "0.0.35",
3+
"version": "0.0.36",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -32,9 +32,9 @@
3232
"@0x/abi-gen": "^1.0.22",
3333
"@0x/abi-gen-templates": "^1.0.2",
3434
"@0x/base-contract": "^3.0.13",
35-
"@0x/sol-coverage": "^1.0.2",
36-
"@0x/sol-profiler": "^1.0.2",
37-
"@0x/sol-trace": "^1.0.2",
35+
"@0x/sol-coverage": "^1.0.3",
36+
"@0x/sol-profiler": "^1.0.3",
37+
"@0x/sol-trace": "^1.0.3",
3838
"@0x/subproviders": "^2.1.11",
3939
"@0x/tslint-config": "^2.0.2",
4040
"@0x/types": "^1.5.2",

packages/monorepo-scripts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@0x/monorepo-scripts",
4-
"version": "1.0.18",
4+
"version": "1.0.19",
55
"engines": {
66
"node": ">=6.12"
77
},

packages/order-watcher/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/order-watcher",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"description": "An order watcher daemon that watches for order validity",
55
"keywords": [
66
"0x",
@@ -68,7 +68,7 @@
6868
"@0x/base-contract": "^3.0.13",
6969
"@0x/contract-addresses": "^2.2.0",
7070
"@0x/contract-artifacts": "^1.3.0",
71-
"@0x/contract-wrappers": "^5.0.0",
71+
"@0x/contract-wrappers": "^5.0.1",
7272
"@0x/fill-scenarios": "^1.1.2",
7373
"@0x/json-schemas": "^2.1.7",
7474
"@0x/order-utils": "^3.1.2",

packages/sol-coverage/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@0x/sol-coverage",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"engines": {
55
"node": ">=6.12"
66
},
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/0xProject/0x-monorepo/packages/sol-coverage/README.md",
3131
"dependencies": {
32-
"@0x/sol-tracing-utils": "^4.0.0",
32+
"@0x/sol-tracing-utils": "^4.0.1",
3333
"@0x/subproviders": "^2.1.11",
3434
"@0x/typescript-typings": "^3.0.8",
3535
"ethereum-types": "^1.1.6",

0 commit comments

Comments
 (0)