diff options
author | Fabio Berger <me@fabioberger.com> | 2019-02-07 09:53:15 +0800 |
---|---|---|
committer | Fabio Berger <me@fabioberger.com> | 2019-02-07 09:53:15 +0800 |
commit | 2a344e26cc51fa41a9df3535b625b8609dfc167e (patch) | |
tree | ac87d0cc097b78f867ac506cc513c6efb62c6fc3 /contracts | |
parent | af26403a860de28656d71c1c05a5f5246ee480b8 (diff) | |
download | dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.tar.gz dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.tar.zst dexon-0x-contracts-2a344e26cc51fa41a9df3535b625b8609dfc167e.zip |
Publish
- 0x.js@4.0.2
- @0x/asset-buyer@5.0.2
- @0x/connect@4.0.2
- @0x/contract-wrappers@7.0.1
- @0x/dev-tools-pages@0.0.17
- @0x/fill-scenarios@2.0.2
- @0x/instant@1.0.11
- @0x/migrations@3.0.2
- @0x/monorepo-scripts@1.0.22
- @0x/order-utils@6.0.0
- @0x/order-watcher@3.0.2
- @0x/pipeline@1.0.8
- @0x/react-docs@2.0.2
- @0x/react-shared@2.0.2
- @0x/testnet-faucets@1.0.67
- @0x/website@0.0.70
- @0x/contracts-asset-proxy@1.0.3
- @0x/contracts-erc20@1.0.3
- @0x/contracts-erc721@1.0.3
- @0x/contracts-exchange@1.0.3
- @0x/contracts-exchange-forwarder@1.0.3
- @0x/contracts-exchange-libs@1.0.3
- @0x/contracts-extensions@2.0.2
- @0x/contracts-multisig@2.0.2
- @0x/contracts-test-utils@3.0.2
- @0x/contracts-utils@2.0.2
Diffstat (limited to 'contracts')
-rw-r--r-- | contracts/asset-proxy/package.json | 12 | ||||
-rw-r--r-- | contracts/erc20/package.json | 8 | ||||
-rw-r--r-- | contracts/erc721/package.json | 6 | ||||
-rw-r--r-- | contracts/exchange-forwarder/package.json | 20 | ||||
-rw-r--r-- | contracts/exchange-libs/package.json | 8 | ||||
-rw-r--r-- | contracts/exchange/package.json | 16 | ||||
-rw-r--r-- | contracts/extensions/package.json | 20 | ||||
-rw-r--r-- | contracts/multisig/package.json | 8 | ||||
-rw-r--r-- | contracts/test-utils/package.json | 4 | ||||
-rw-r--r-- | contracts/utils/package.json | 6 |
10 files changed, 54 insertions, 54 deletions
diff --git a/contracts/asset-proxy/package.json b/contracts/asset-proxy/package.json index b185124dd..8398249cd 100644 --- a/contracts/asset-proxy/package.json +++ b/contracts/asset-proxy/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-asset-proxy", - "version": "1.0.2", + "version": "1.0.3", "engines": { "node": ">=6.12" }, @@ -64,11 +64,11 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-erc20": "^1.0.2", - "@0x/contracts-erc721": "^1.0.2", - "@0x/contracts-test-utils": "^3.0.1", - "@0x/contracts-utils": "^2.0.1", - "@0x/order-utils": "^5.0.0", + "@0x/contracts-erc20": "^1.0.3", + "@0x/contracts-erc721": "^1.0.3", + "@0x/contracts-test-utils": "^3.0.2", + "@0x/contracts-utils": "^2.0.2", + "@0x/order-utils": "^6.0.0", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/erc20/package.json b/contracts/erc20/package.json index 936854a7a..937198f2f 100644 --- a/contracts/erc20/package.json +++ b/contracts/erc20/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc20", - "version": "1.0.2", + "version": "1.0.3", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { "@0x/abi-gen": "^2.0.1", - "@0x/contracts-test-utils": "^3.0.1", + "@0x/contracts-test-utils": "^3.0.2", "@0x/dev-utils": "^2.0.1", "@0x/sol-compiler": "^3.0.1", "@0x/tslint-config": "^3.0.0", @@ -65,8 +65,8 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-exchange-libs": "^1.0.2", - "@0x/contracts-utils": "^2.0.1", + "@0x/contracts-exchange-libs": "^1.0.3", + "@0x/contracts-utils": "^2.0.2", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/erc721/package.json b/contracts/erc721/package.json index 175e12fa6..4d2c79c46 100644 --- a/contracts/erc721/package.json +++ b/contracts/erc721/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-erc721", - "version": "1.0.2", + "version": "1.0.3", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md", "devDependencies": { "@0x/abi-gen": "^2.0.1", - "@0x/contracts-test-utils": "^3.0.1", + "@0x/contracts-test-utils": "^3.0.2", "@0x/dev-utils": "^2.0.1", "@0x/sol-compiler": "^3.0.1", "@0x/tslint-config": "^3.0.0", @@ -65,7 +65,7 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-utils": "^2.0.1", + "@0x/contracts-utils": "^2.0.2", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/exchange-forwarder/package.json b/contracts/exchange-forwarder/package.json index 8cee3cf80..8e7a0c5e0 100644 --- a/contracts/exchange-forwarder/package.json +++ b/contracts/exchange-forwarder/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange-forwarder", - "version": "1.0.2", + "version": "1.0.3", "engines": { "node": ">=6.12" }, @@ -45,8 +45,8 @@ "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { "@0x/abi-gen": "^2.0.1", - "@0x/contract-wrappers": "^7.0.0", - "@0x/contracts-test-utils": "^3.0.1", + "@0x/contract-wrappers": "^7.0.1", + "@0x/contracts-test-utils": "^3.0.2", "@0x/dev-utils": "^2.0.1", "@0x/sol-compiler": "^3.0.1", "@0x/tslint-config": "^3.0.0", @@ -66,13 +66,13 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-asset-proxy": "^1.0.2", - "@0x/contracts-erc20": "^1.0.2", - "@0x/contracts-erc721": "^1.0.2", - "@0x/contracts-exchange": "^1.0.2", - "@0x/contracts-exchange-libs": "^1.0.2", - "@0x/contracts-utils": "^2.0.1", - "@0x/order-utils": "^5.0.0", + "@0x/contracts-asset-proxy": "^1.0.3", + "@0x/contracts-erc20": "^1.0.3", + "@0x/contracts-erc721": "^1.0.3", + "@0x/contracts-exchange": "^1.0.3", + "@0x/contracts-exchange-libs": "^1.0.3", + "@0x/contracts-utils": "^2.0.2", + "@0x/order-utils": "^6.0.0", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/exchange-libs/package.json b/contracts/exchange-libs/package.json index 0e05830f4..6bf8267be 100644 --- a/contracts/exchange-libs/package.json +++ b/contracts/exchange-libs/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange-libs", - "version": "1.0.2", + "version": "1.0.3", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md", "devDependencies": { "@0x/abi-gen": "^2.0.1", - "@0x/contracts-test-utils": "^3.0.1", + "@0x/contracts-test-utils": "^3.0.2", "@0x/dev-utils": "^2.0.1", "@0x/sol-compiler": "^3.0.1", "@0x/tslint-config": "^3.0.0", @@ -65,8 +65,8 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-utils": "^2.0.1", - "@0x/order-utils": "^5.0.0", + "@0x/contracts-utils": "^2.0.2", + "@0x/order-utils": "^6.0.0", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/exchange/package.json b/contracts/exchange/package.json index 9bc6c5340..ca4b1fd00 100644 --- a/contracts/exchange/package.json +++ b/contracts/exchange/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-exchange", - "version": "1.0.2", + "version": "1.0.3", "engines": { "node": ">=6.12" }, @@ -64,13 +64,13 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-asset-proxy": "^1.0.2", - "@0x/contracts-erc20": "^1.0.2", - "@0x/contracts-erc721": "^1.0.2", - "@0x/contracts-exchange-libs": "^1.0.2", - "@0x/contracts-test-utils": "^3.0.1", - "@0x/contracts-utils": "^2.0.1", - "@0x/order-utils": "^5.0.0", + "@0x/contracts-asset-proxy": "^1.0.3", + "@0x/contracts-erc20": "^1.0.3", + "@0x/contracts-erc721": "^1.0.3", + "@0x/contracts-exchange-libs": "^1.0.3", + "@0x/contracts-test-utils": "^3.0.2", + "@0x/contracts-utils": "^2.0.2", + "@0x/order-utils": "^6.0.0", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/extensions/package.json b/contracts/extensions/package.json index 09fc2b85a..0a8cf7fc0 100644 --- a/contracts/extensions/package.json +++ b/contracts/extensions/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-extensions", - "version": "2.0.1", + "version": "2.0.2", "engines": { "node": ">=6.12" }, @@ -45,8 +45,8 @@ "homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md", "devDependencies": { "@0x/abi-gen": "^2.0.1", - "@0x/contract-wrappers": "^7.0.0", - "@0x/contracts-test-utils": "^3.0.1", + "@0x/contract-wrappers": "^7.0.1", + "@0x/contracts-test-utils": "^3.0.2", "@0x/dev-utils": "^2.0.1", "@0x/sol-compiler": "^3.0.1", "@0x/tslint-config": "^3.0.0", @@ -66,13 +66,13 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-asset-proxy": "^1.0.2", - "@0x/contracts-erc20": "^1.0.2", - "@0x/contracts-erc721": "^1.0.2", - "@0x/contracts-exchange": "^1.0.2", - "@0x/contracts-exchange-libs": "^1.0.2", - "@0x/contracts-utils": "^2.0.1", - "@0x/order-utils": "^5.0.0", + "@0x/contracts-asset-proxy": "^1.0.3", + "@0x/contracts-erc20": "^1.0.3", + "@0x/contracts-erc721": "^1.0.3", + "@0x/contracts-exchange": "^1.0.3", + "@0x/contracts-exchange-libs": "^1.0.3", + "@0x/contracts-utils": "^2.0.2", + "@0x/order-utils": "^6.0.0", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/multisig/package.json b/contracts/multisig/package.json index e947ef571..bc83bbf05 100644 --- a/contracts/multisig/package.json +++ b/contracts/multisig/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-multisig", - "version": "2.0.1", + "version": "2.0.2", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md", "devDependencies": { "@0x/abi-gen": "^2.0.1", - "@0x/contracts-test-utils": "^3.0.1", + "@0x/contracts-test-utils": "^3.0.2", "@0x/dev-utils": "^2.0.1", "@0x/sol-compiler": "^3.0.1", "@0x/tslint-config": "^3.0.0", @@ -65,8 +65,8 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/contracts-asset-proxy": "^1.0.2", - "@0x/contracts-erc20": "^1.0.2", + "@0x/contracts-asset-proxy": "^1.0.3", + "@0x/contracts-erc20": "^1.0.3", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", diff --git a/contracts/test-utils/package.json b/contracts/test-utils/package.json index 484562125..0b8478e05 100644 --- a/contracts/test-utils/package.json +++ b/contracts/test-utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-test-utils", - "version": "3.0.1", + "version": "3.0.2", "engines": { "node": ">=6.12" }, @@ -42,7 +42,7 @@ "dependencies": { "@0x/abi-gen": "^2.0.1", "@0x/dev-utils": "^2.0.1", - "@0x/order-utils": "^5.0.0", + "@0x/order-utils": "^6.0.0", "@0x/sol-compiler": "^3.0.1", "@0x/sol-coverage": "^2.0.1", "@0x/sol-profiler": "^2.0.2", diff --git a/contracts/utils/package.json b/contracts/utils/package.json index 62b774b5b..214ea59d8 100644 --- a/contracts/utils/package.json +++ b/contracts/utils/package.json @@ -1,6 +1,6 @@ { "name": "@0x/contracts-utils", - "version": "2.0.1", + "version": "2.0.2", "engines": { "node": ">=6.12" }, @@ -45,7 +45,7 @@ "homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md", "devDependencies": { "@0x/abi-gen": "^2.0.1", - "@0x/contracts-test-utils": "^3.0.1", + "@0x/contracts-test-utils": "^3.0.2", "@0x/dev-utils": "^2.0.1", "@0x/sol-compiler": "^3.0.1", "@0x/tslint-config": "^3.0.0", @@ -66,7 +66,7 @@ }, "dependencies": { "@0x/base-contract": "^4.0.1", - "@0x/order-utils": "^5.0.0", + "@0x/order-utils": "^6.0.0", "@0x/types": "^2.0.1", "@0x/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.2", |