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 Feb 5, 2019
1 parent 9de4bf1 commit f3d9520
Show file tree
Hide file tree
Showing 86 changed files with 347 additions and 136 deletions.
9 changes: 9 additions & 0 deletions contracts/asset-proxy/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
Expand Down
20 changes: 3 additions & 17 deletions contracts/asset-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.2.3 - _January 17, 2019_
## v1.0.1 - _February 5, 2019_

* Dependencies updated

## v2.2.2 - _January 15, 2019_
## v1.0.0 - _Invalid date_

* Dependencies updated

## v2.2.1 - _January 11, 2019_

* Dependencies updated

## v2.2.0 - _January 9, 2019_

* Added LibAddressArray (#1383)
* Add validation and comments to MultiAssetProxy (#1455)
* Move OrderValidator to extensions (#1464)

## v2.1.59 - _December 13, 2018_

* Dependencies updated
* Move all AssetProxy contracts out of contracts-protocol to new package (#1539)
9 changes: 9 additions & 0 deletions contracts/erc20/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
Expand Down
18 changes: 3 additions & 15 deletions contracts/erc20/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 ERC20 contracts out of contracts-tokens to new package (#1539)
9 changes: 9 additions & 0 deletions contracts/erc721/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
Expand Down
18 changes: 3 additions & 15 deletions contracts/erc721/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
9 changes: 9 additions & 0 deletions contracts/exchange-forwarder/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
Expand Down
24 changes: 3 additions & 21 deletions contracts/exchange-forwarder/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,10 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v1.2.3 - _January 17, 2019_
## v1.0.1 - _February 5, 2019_

* Dependencies updated

## v1.2.2 - _January 15, 2019_
## v1.0.0 - _Invalid date_

* Dependencies updated

## v1.2.1 - _January 11, 2019_

* Dependencies updated

## v1.2.0 - _January 9, 2019_

* Added Dutch Auction Wrapper (#1465)

## v1.1.0 - _Invalid date_

* Added Balance Threshold Filter (#1383)
* Add OrderMatcher (#1117)
* Add OrderValidator (#1464)

## v1.0.2 - _December 13, 2018_

* Dependencies updated
* Move Forwarder contract out of contracts-extensions into new package (#1539)
9 changes: 9 additions & 0 deletions contracts/exchange-libs/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
Expand Down
19 changes: 4 additions & 15 deletions contracts/exchange-libs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,11 @@ 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
* Rename contracts-libs to contracts-exchange-libs (#1539)
* Move LibAddressArray contract to contracts-utils (#1539)
9 changes: 9 additions & 0 deletions contracts/exchange/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@
[
{
"timestamp": 1549373905,
"version": "1.0.1",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "1.0.0",
"changes": [
Expand Down
21 changes: 4 additions & 17 deletions contracts/exchange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,11 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.2.3 - _January 17, 2019_
## v1.0.1 - _February 5, 2019_

* Dependencies updated

## v2.2.2 - _January 15, 2019_
## v1.0.0 - _Invalid date_

* Dependencies updated

## v2.2.1 - _January 11, 2019_

* Dependencies updated

## v2.2.0 - _January 9, 2019_

* Added LibAddressArray (#1383)
* Add validation and comments to MultiAssetProxy (#1455)
* Move OrderValidator to extensions (#1464)

## v2.1.59 - _December 13, 2018_

* Dependencies updated
* Move Exchange contract out of contracts-protocol to new package (#1539)
* Move example contracts out of contracts-examples to new package (#1539)
3 changes: 2 additions & 1 deletion contracts/extensions/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"note": "Nest extensions under src directory",
"pr": 1539
}
]
],
"timestamp": 1549373905
},
{
"timestamp": 1547747677,
Expand Down
6 changes: 6 additions & 0 deletions contracts/extensions/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 - _February 5, 2019_

* Upgrade the bignumber.js to v8.0.2 (#1517)
* Move Forwarder contract into new package (#1539)
* Nest extensions under src directory (#1539)

## v1.2.3 - _January 17, 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 @@ -14,7 +14,8 @@
"note": "Rename multisig directory to src",
"pr": 1539
}
]
],
"timestamp": 1549373905
},
{
"timestamp": 1547747677,
Expand Down
6 changes: 6 additions & 0 deletions contracts/multisig/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 - _February 5, 2019_

* Upgrade the bignumber.js to v8.0.2 (#1517)
* Add AssetProxyOwner contract (#1539)
* Rename multisig directory to src (#1539)

## v1.0.6 - _January 17, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/test-utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
]
],
"timestamp": 1549373905
},
{
"timestamp": 1547747677,
Expand Down
4 changes: 4 additions & 0 deletions contracts/test-utils/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 - _February 5, 2019_

* Upgrade the bignumber.js to v8.0.2 (#1517)

## v2.0.1 - _January 17, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion contracts/utils/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
"note": "Rename utils directory to src",
"pr": 1539
}
]
],
"timestamp": 1549373905
},
{
"timestamp": 1547747677,
Expand Down
8 changes: 8 additions & 0 deletions contracts/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ Edit the package's CHANGELOG.json file only.

CHANGELOG

## v2.0.0 - _February 5, 2019_

* Upgrade the bignumber.js to v8.0.2 (#1517)
* Fix imports in `TestConstants` and `TestLibBytes` to be relative. This way they show up correctly in coverage reports (#1535)
* Add LibAddressArray contract (#1539)
* Do not nest contracts in redundant directories (#1539)
* Rename utils directory to src (#1539)

## v1.0.6 - _January 17, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion packages/0x.js/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
]
],
"timestamp": 1549373905
},
{
"timestamp": 1547747677,
Expand Down
4 changes: 4 additions & 0 deletions packages/0x.js/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

## v4.0.0 - _February 5, 2019_

* Upgrade the bignumber.js to v8.0.2 (#1517)

## v3.0.3 - _January 17, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion packages/abi-gen-templates/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
]
],
"timestamp": 1549373905
},
{
"timestamp": 1547561734,
Expand Down
4 changes: 4 additions & 0 deletions packages/abi-gen-templates/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 - _February 5, 2019_

* Upgrade the bignumber.js to v8.0.2 (#1517)

## v1.0.2 - _January 15, 2019_

* Dependencies updated
Expand Down
3 changes: 2 additions & 1 deletion packages/abi-gen-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"note": "Upgrade the bignumber.js to v8.0.2",
"pr": 1517
}
]
],
"timestamp": 1549373905
},
{
"version": "2.2.0",
Expand Down
Loading

0 comments on commit f3d9520

Please sign in to comment.