diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-07 21:34:37 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2019-02-07 21:42:20 +0800 |
commit | 88497ddc52cafeee1c29f36b93190f6438f0d4e9 (patch) | |
tree | e1028cab464ccbec1cd2f4fee1372dcf7afbe9d2 /contracts | |
parent | e921d5ec13112aa8faed62c3654fe111a8acab24 (diff) | |
download | dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.tar.gz dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.tar.zst dexon-0x-contracts-88497ddc52cafeee1c29f36b93190f6438f0d4e9.zip |
Updated CHANGELOGS
Diffstat (limited to 'contracts')
-rw-r--r-- | contracts/asset-proxy/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/asset-proxy/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/erc20/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/erc20/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/erc721/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/erc721/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/exchange-forwarder/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/exchange-forwarder/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/exchange-libs/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/exchange-libs/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/exchange/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/exchange/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/extensions/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/extensions/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/multisig/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/multisig/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/test-utils/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/test-utils/CHANGELOG.md | 4 | ||||
-rw-r--r-- | contracts/utils/CHANGELOG.json | 9 | ||||
-rw-r--r-- | contracts/utils/CHANGELOG.md | 4 |
20 files changed, 130 insertions, 0 deletions
diff --git a/contracts/asset-proxy/CHANGELOG.json b/contracts/asset-proxy/CHANGELOG.json index 1c48b6280..1fb67818c 100644 --- a/contracts/asset-proxy/CHANGELOG.json +++ b/contracts/asset-proxy/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "1.0.4", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "1.0.3", "changes": [ { diff --git a/contracts/asset-proxy/CHANGELOG.md b/contracts/asset-proxy/CHANGELOG.md index 9600ae19a..fcf5202c6 100644 --- a/contracts/asset-proxy/CHANGELOG.md +++ b/contracts/asset-proxy/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.0.4 - _February 7, 2019_ + + * Dependencies updated + ## v1.0.3 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/erc20/CHANGELOG.json b/contracts/erc20/CHANGELOG.json index 352013d26..18bd3a01c 100644 --- a/contracts/erc20/CHANGELOG.json +++ b/contracts/erc20/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "1.0.4", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "1.0.3", "changes": [ { diff --git a/contracts/erc20/CHANGELOG.md b/contracts/erc20/CHANGELOG.md index 9f4bdb99e..658309672 100644 --- a/contracts/erc20/CHANGELOG.md +++ b/contracts/erc20/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.0.4 - _February 7, 2019_ + + * Dependencies updated + ## v1.0.3 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/erc721/CHANGELOG.json b/contracts/erc721/CHANGELOG.json index 8a8027f36..284cbba5c 100644 --- a/contracts/erc721/CHANGELOG.json +++ b/contracts/erc721/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "1.0.4", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "1.0.3", "changes": [ { diff --git a/contracts/erc721/CHANGELOG.md b/contracts/erc721/CHANGELOG.md index 2fbf8fe7e..5886f10b8 100644 --- a/contracts/erc721/CHANGELOG.md +++ b/contracts/erc721/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.0.4 - _February 7, 2019_ + + * Dependencies updated + ## v1.0.3 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/exchange-forwarder/CHANGELOG.json b/contracts/exchange-forwarder/CHANGELOG.json index 44b812513..e140e445d 100644 --- a/contracts/exchange-forwarder/CHANGELOG.json +++ b/contracts/exchange-forwarder/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "1.0.4", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "1.0.3", "changes": [ { diff --git a/contracts/exchange-forwarder/CHANGELOG.md b/contracts/exchange-forwarder/CHANGELOG.md index dde8d8087..24bb6da5b 100644 --- a/contracts/exchange-forwarder/CHANGELOG.md +++ b/contracts/exchange-forwarder/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.0.4 - _February 7, 2019_ + + * Dependencies updated + ## v1.0.3 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/exchange-libs/CHANGELOG.json b/contracts/exchange-libs/CHANGELOG.json index 6a169e635..5927505d1 100644 --- a/contracts/exchange-libs/CHANGELOG.json +++ b/contracts/exchange-libs/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "1.0.4", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "1.0.3", "changes": [ { diff --git a/contracts/exchange-libs/CHANGELOG.md b/contracts/exchange-libs/CHANGELOG.md index 0bd4a7b70..46e970e6f 100644 --- a/contracts/exchange-libs/CHANGELOG.md +++ b/contracts/exchange-libs/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.0.4 - _February 7, 2019_ + + * Dependencies updated + ## v1.0.3 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/exchange/CHANGELOG.json b/contracts/exchange/CHANGELOG.json index 7b640dafe..5969742fd 100644 --- a/contracts/exchange/CHANGELOG.json +++ b/contracts/exchange/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "1.0.4", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "1.0.3", "changes": [ { diff --git a/contracts/exchange/CHANGELOG.md b/contracts/exchange/CHANGELOG.md index 7a30bfea9..f265cd96f 100644 --- a/contracts/exchange/CHANGELOG.md +++ b/contracts/exchange/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v1.0.4 - _February 7, 2019_ + + * Dependencies updated + ## v1.0.3 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/extensions/CHANGELOG.json b/contracts/extensions/CHANGELOG.json index 4d9955408..633d5e20d 100644 --- a/contracts/extensions/CHANGELOG.json +++ b/contracts/extensions/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "2.0.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "2.0.2", "changes": [ { diff --git a/contracts/extensions/CHANGELOG.md b/contracts/extensions/CHANGELOG.md index fe80e1ddc..34137efdb 100644 --- a/contracts/extensions/CHANGELOG.md +++ b/contracts/extensions/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v2.0.3 - _February 7, 2019_ + + * Dependencies updated + ## v2.0.2 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/multisig/CHANGELOG.json b/contracts/multisig/CHANGELOG.json index 6fbe3712a..ada01d9bb 100644 --- a/contracts/multisig/CHANGELOG.json +++ b/contracts/multisig/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "2.0.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "2.0.2", "changes": [ { diff --git a/contracts/multisig/CHANGELOG.md b/contracts/multisig/CHANGELOG.md index 7426c18c3..7c7b0ae4a 100644 --- a/contracts/multisig/CHANGELOG.md +++ b/contracts/multisig/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v2.0.3 - _February 7, 2019_ + + * Dependencies updated + ## v2.0.2 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/test-utils/CHANGELOG.json b/contracts/test-utils/CHANGELOG.json index b789f2907..9a13566c4 100644 --- a/contracts/test-utils/CHANGELOG.json +++ b/contracts/test-utils/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "3.0.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "3.0.2", "changes": [ { diff --git a/contracts/test-utils/CHANGELOG.md b/contracts/test-utils/CHANGELOG.md index 222a6a93d..b3fc98ab6 100644 --- a/contracts/test-utils/CHANGELOG.md +++ b/contracts/test-utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v3.0.3 - _February 7, 2019_ + + * Dependencies updated + ## v3.0.2 - _February 7, 2019_ * Fake publish to enable pinning diff --git a/contracts/utils/CHANGELOG.json b/contracts/utils/CHANGELOG.json index 7c90d8e7e..32d3417bd 100644 --- a/contracts/utils/CHANGELOG.json +++ b/contracts/utils/CHANGELOG.json @@ -1,5 +1,14 @@ [ { + "timestamp": 1549546009, + "version": "2.0.3", + "changes": [ + { + "note": "Dependencies updated" + } + ] + }, + { "version": "2.0.2", "changes": [ { diff --git a/contracts/utils/CHANGELOG.md b/contracts/utils/CHANGELOG.md index e11d1d9c5..dd0b91a61 100644 --- a/contracts/utils/CHANGELOG.md +++ b/contracts/utils/CHANGELOG.md @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only. CHANGELOG +## v2.0.3 - _February 7, 2019_ + + * Dependencies updated + ## v2.0.2 - _February 7, 2019_ * Fake publish to enable pinning |