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

Commit

Permalink
Updated CHANGELOGS
Browse files Browse the repository at this point in the history
  • Loading branch information
LogvinovLeon committed Mar 20, 2019
1 parent 0490ef5 commit 3f9fd7c
Show file tree
Hide file tree
Showing 94 changed files with 1,884 additions and 20 deletions.
3 changes: 2 additions & 1 deletion contracts/asset-proxy/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"note": "Integration testing for ERC1155Proxy",
"pr": 1673
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,
Expand Down
7 changes: 7 additions & 0 deletions contracts/asset-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.0 - _March 20, 2019_

* Do not reexport external dependencies (#1682)
* Add ERC1155Proxy (#1661)
* Bumped solidity version to ^0.5.5 (#1701)
* Integration testing for ERC1155Proxy (#1673)

## v1.0.9 - _March 1, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/coordinator/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"note": "Set `evmVersion` to `constantinople`",
"pr": 1707
}
]
],
"timestamp": 1553091633
}
]
7 changes: 7 additions & 0 deletions contracts/coordinator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,10 @@ Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v1.0.0 - _March 20, 2019_

* Created Coordinator package
* Use separate EIP712 domains for transactions and approvals (#1705)
* Add `SignatureType.Invalid` (#1705)
* Set `evmVersion` to `constantinople` (#1707)
9 changes: 9 additions & 0 deletions contracts/erc1155/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1553091633,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
Expand Down
8 changes: 8 additions & 0 deletions contracts/erc1155/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,11 @@ Edit the package's CHANGELOG.json file only.
-->

CHANGELOG

## v1.0.1 - _March 20, 2019_

* Dependencies updated

## v1.0.0 - _Invalid date_

* Created ERC1155 contracts package (#1657)
3 changes: 2 additions & 1 deletion contracts/erc20/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade contracts to Solidity 0.5.5",
"pr": 1682
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,
Expand Down
4 changes: 4 additions & 0 deletions contracts/erc20/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.0 - _March 20, 2019_

* Upgrade contracts to Solidity 0.5.5 (#1682)

## v1.0.9 - _March 1, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/erc721/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade contracts to Solidity 0.5.5",
"pr": 1682
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,
Expand Down
4 changes: 4 additions & 0 deletions contracts/erc721/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.0 - _March 20, 2019_

* Upgrade contracts to Solidity 0.5.5 (#1682)

## v1.0.9 - _March 1, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/exchange-forwarder/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Do not reexport external dependencies",
"pr": 1682
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,
Expand Down
4 changes: 4 additions & 0 deletions contracts/exchange-forwarder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.0 - _March 20, 2019_

* Do not reexport external dependencies (#1682)

## v1.0.9 - _March 1, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/exchange-libs/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade contracts to Solidity 0.5.5",
"pr": 1682
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,
Expand Down
4 changes: 4 additions & 0 deletions contracts/exchange-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.0 - _March 20, 2019_

* Upgrade contracts to Solidity 0.5.5 (#1682)

## v1.1.3 - _March 1, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/exchange/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"note": "Integration testing for ERC1155Proxy",
"pr": 1673
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,
Expand Down
6 changes: 6 additions & 0 deletions contracts/exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.0 - _March 20, 2019_

* Do not reexport external dependencies (#1682)
* Upgrade contracts to Solidity 0.5.5 (#1682)
* Integration testing for ERC1155Proxy (#1673)

## v1.0.9 - _March 1, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"note": "Upgrade contracts to Solidity 0.5.5",
"pr": 1682
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,
Expand Down
5 changes: 5 additions & 0 deletions contracts/extensions/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.0.0 - _March 20, 2019_

* Do not reexport external dependencies (#1682)
* Upgrade contracts to Solidity 0.5.5 (#1682)

## v2.0.8 - _March 1, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/multisig/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Do not reexport external dependencies",
"pr": 1682
}
]
],
"timestamp": 1553091633
},
{
"timestamp": 1551479279,
Expand Down
4 changes: 4 additions & 0 deletions contracts/multisig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v3.0.0 - _March 20, 2019_

* Do not reexport external dependencies (#1682)

## v2.0.8 - _March 1, 2019_

* Dependencies updated
Expand Down
Loading

0 comments on commit 3f9fd7c

Please sign in to comment.