Updated CHANGELOGS

This commit is contained in:
Fabio Berger
2018-04-02 17:42:03 +09:00
parent 595517e68b
commit 4d4ea8a4d0
38 changed files with 303 additions and 56 deletions

View File

@@ -20,7 +20,8 @@
"Added `stateLayer` setting to `OrderStateWatcherConfig` so OrderStateWatcher can be set to monitor different blockchain state layers",
"pr": 488
}
]
],
"timestamp": 1522658513
},
{
"version": "0.33.2",

View File

@@ -1,6 +1,11 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.34.0 - _TBD_
CHANGELOG
## v0.34.0 - _April 2, 2018_
* Fix the bug causing `zeroEx.exchange.fillOrdersUpToAsync` validation to fail if there were some extra orders passed (#470)
* Remove automatic instantiation of `zeroEx.orderStateWatcher` (#488)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.2.8",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.2.5",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.2.8 - _April 2, 2018_
* Dependencies updated
## v0.2.5 - _March 18, 2018_

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.2.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.2.0",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.2.4 - _April 2, 2018_
* Dependencies updated
## v0.2.0 - _March 8, 2018_

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.0.6",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.0.2",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.0.6 - _April 2, 2018_
* Dependencies updated
## v0.0.2 - _March 4, 2018_

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.6.7",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.6.4",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.6.7 - _April 2, 2018_
* Dependencies updated
## v0.6.4 - _March 18, 2018_

View File

@@ -1,12 +1,13 @@
[
{
"version": "0.3.2",
"version": "0.3.4",
"changes": [
{
"note": "Create solc_bin directory if does not exist before attempting to compile",
"pr": 491
}
]
],
"timestamp": 1522658513
},
{
"version": "0.3.1",

View File

@@ -1,6 +1,11 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.3.2 - _TBD_
CHANGELOG
## v0.3.4 - _April 2, 2018_
* Create solc_bin directory if does not exist before attempting to compile (#491)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.3.3",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.3.1",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.3.3 - _April 2, 2018_
* Dependencies updated
## v0.3.1 - _March 18, 2018_

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.7.18",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.7.13",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.7.18 - _April 2, 2018_
* Dependencies updated
## v0.7.13 - _February 9, 2018_

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.1.15",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.1.13",
"changes": [

View File

@@ -1,5 +1,14 @@
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.1.15 - _April 2, 2018_
* Dependencies updated
## v0.1.13 - _March 18, 2018_
* Add postpublish utils

View File

@@ -1,6 +1,6 @@
[
{
"version": "0.0.4",
"version": "0.0.5",
"changes": [
{
"note":
@@ -21,7 +21,8 @@
"note": "Add support for documenting exported functions.",
"pr": 465
}
]
],
"timestamp": 1522658513
},
{
"version": "0.0.3",

View File

@@ -1,6 +1,11 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.0.4 - _TBD_
CHANGELOG
## v0.0.5 - _April 2, 2018_
* Handle `reflection` type rendering so that anonymous function type declarations render properly (#465)
* Rename `MethodSignature` to `Signature` and change it's props so that it can be used to render method and function signatures. (#465)

View File

@@ -12,6 +12,7 @@
{
"note": "Reorganized colors and added new ones"
}
]
],
"timestamp": 1522658513
}
]

View File

@@ -1,6 +1,11 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.1.0 - _TBD, 2018_
CHANGELOG
## v0.1.0 - _April 2, 2018_
* Added new colors (#468)
* Fix section and menuItem text display to replace dashes with spaces.

View File

@@ -1 +1,11 @@
[]
[
{
"timestamp": 1522658513,
"version": "0.0.5",
"changes": [
{
"note": "Dependencies updated"
}
]
}
]

View File

@@ -1 +1,10 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.0.5 - _April 2, 2018_
* Dependencies updated

View File

@@ -1,12 +1,13 @@
[
{
"version": "0.0.3",
"version": "0.0.6",
"changes": [
{
"note": "Added postman collection unit tests",
"pr": 451
}
]
],
"timestamp": 1522658513
},
{
"version": "0.0.2",

View File

@@ -1,6 +1,11 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.0.3 - _TBD, 2018_
CHANGELOG
## v0.0.6 - _April 2, 2018_
* Added postman collection unit tests (#451)

View File

@@ -1,6 +1,6 @@
[
{
"version": "0.8.1",
"version": "0.8.3",
"changes": [
{
"note": "Introduce `JSONRPCRequestPayloadWithMethod` type",
@@ -10,7 +10,8 @@
"note": "Export `ErrorCallback` type.",
"pr": 465
}
]
],
"timestamp": 1522658513
},
{
"version": "0.8.0",

View File

@@ -1,6 +1,11 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.8.1 - _TBD_
CHANGELOG
## v0.8.3 - _April 2, 2018_
* Introduce `JSONRPCRequestPayloadWithMethod` type (#465)
* Export `ErrorCallback` type. (#465)

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.4.13",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.4.9",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.4.13 - _April 2, 2018_
* Dependencies updated
## v0.4.9 - _February 9, 2018_

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.4.2",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.4.0",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.4.2 - _April 2, 2018_
* Dependencies updated
## v0.4.0 - _March 18, 2018_

View File

@@ -1,6 +1,7 @@
[
{
"version": "0.0.2",
"changes": []
"changes": [],
"timestamp": 1522658513
}
]

View File

@@ -1,3 +1,8 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.x.x - _TBD, 2018_
CHANGELOG
## v0.0.2 - _April 2, 2018_

View File

@@ -1,4 +1,13 @@
[
{
"timestamp": 1522658513,
"version": "0.4.4",
"changes": [
{
"note": "Dependencies updated"
}
]
},
{
"version": "0.4.3",
"changes": [

View File

@@ -1,4 +1,13 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
CHANGELOG
## v0.4.4 - _April 2, 2018_
* Dependencies updated
## v0.4.3 - _March 18, 2018_

View File

@@ -6,7 +6,8 @@
"note": "Rename `signTransactionAsync` to `signMessageAsync` for clarity",
"pr": 465
}
]
],
"timestamp": 1522658513
},
{
"version": "0.3.0",

View File

@@ -1,6 +1,11 @@
# CHANGELOG
<!--
This file is auto-generated using the monorepo-scripts package. Don't edit directly.
Edit the package's CHANGELOG.json file only.
-->
## v0.4.0 - _TBD_
CHANGELOG
## v0.4.0 - _April 2, 2018_
* Rename `signTransactionAsync` to `signMessageAsync` for clarity (#465)