Merge branch 'development' into removeUnusedDeps

* development:
  Temporarily remove installation test
  Fix package.json
  Remove `isPublished` from all CHANGELOG.json filesx
  Now that every version of a package published has a corresponding entry in it's CHANGELOG we no longer need the isPublished flag. Remove it.
  Remove temporary convert_changelog script

# Conflicts:
#	packages/monorepo-scripts/package.json
This commit is contained in:
Fabio Berger
2018-04-04 03:57:42 +09:00
25 changed files with 178 additions and 449 deletions

View File

@@ -6,8 +6,7 @@
{
"note": "Dependencies updated"
}
],
"isPublished": true
]
},
{
"version": "0.0.5",
@@ -32,8 +31,7 @@
"pr": 465
}
],
"timestamp": 1522658513,
"isPublished": true
"timestamp": 1522658513
},
{
"version": "0.0.3",
@@ -43,8 +41,7 @@
"Move TS typings from devDependencies to dependencies since they are needed by the package user."
}
],
"timestamp": 1521298800,
"isPublished": true
"timestamp": 1521298800
},
{
"version": "0.0.2",
@@ -57,7 +54,6 @@
"pr": 452
}
],
"timestamp": 1521298800,
"isPublished": true
"timestamp": 1521298800
}
]