Do a fake version bump on types so that yarn doesn't try to install updated version for not yet migrated packages

This commit is contained in:
Leonid Logvinov
2018-05-24 14:33:48 -07:00
parent 92b0efff5a
commit 45c4de16d2
3 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,13 @@
[
{
"version": "0.8.0",
"changes": [
{
"note": "Change the order type to v2 format",
"pr": 618
}
]
},
{
"version": "0.7.0",
"changes": [

View File

@@ -1,6 +1,6 @@
{
"name": "@0xproject/types",
"version": "0.7.0",
"version": "0.7.1",
"engines": {
"node": ">=6.12"
},