aboutsummaryrefslogtreecommitdiffstats
path: root/contracts/erc721
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-02-05 21:50:02 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-02-05 21:50:02 +0800
commitf3d9520db20934951d5f75567b947fcf82114761 (patch)
tree7ef3b84f3e8200e2b4b1a5bb5c711a5c08d9dbe9 /contracts/erc721
parent9de4bf12259c04d98da367188001e844ef2ef614 (diff)
downloaddexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.gz
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.bz2
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.lz
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.xz
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.tar.zst
dexon-0x-contracts-f3d9520db20934951d5f75567b947fcf82114761.zip
Updated CHANGELOGS
Diffstat (limited to 'contracts/erc721')
-rw-r--r--contracts/erc721/CHANGELOG.json9
-rw-r--r--contracts/erc721/CHANGELOG.md18
2 files changed, 12 insertions, 15 deletions
diff --git a/contracts/erc721/CHANGELOG.json b/contracts/erc721/CHANGELOG.json
index caf1e6701..83b8bc1cd 100644
--- a/contracts/erc721/CHANGELOG.json
+++ b/contracts/erc721/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "timestamp": 1549373905,
+ "version": "1.0.1",
+ "changes": [
+ {
+ "note": "Dependencies updated"
+ }
+ ]
+ },
+ {
"version": "1.0.0",
"changes": [
{
diff --git a/contracts/erc721/CHANGELOG.md b/contracts/erc721/CHANGELOG.md
index 59d0804da..01f5fec60 100644
--- a/contracts/erc721/CHANGELOG.md
+++ b/contracts/erc721/CHANGELOG.md
@@ -5,22 +5,10 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
-## v1.0.6 - _January 17, 2019_
+## v1.0.1 - _February 5, 2019_
* Dependencies updated
-## v1.0.5 - _January 15, 2019_
+## v1.0.0 - _Invalid date_
- * Dependencies updated
-
-## v1.0.4 - _January 11, 2019_
-
- * Dependencies updated
-
-## v1.0.3 - _January 9, 2019_
-
- * Dependencies updated
-
-## v1.0.2 - _December 13, 2018_
-
- * Dependencies updated
+ * Move all ERC721 contracts out of contracts-tokens to new package (#1539)