aboutsummaryrefslogtreecommitdiffstats
path: root/packages/monorepo-scripts/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Improve missing type detectionFabio Berger2018-08-151-4/+8
* Fix additional merge conflictsFabio Berger2018-08-151-7/+8
* Merge developmentFabio Berger2018-08-151-1/+1
|\
| * fix(monorepo-scripts): Fix typo in git tag commandAlex Browne2018-08-091-1/+1
* | Add a check to make sure types part of the exported interface are also export...Fabio Berger2018-08-141-3/+51
* | Remove old commentFabio Berger2018-08-141-1/+1
* | Split publish_utils since it was becoming too big and unwieldyFabio Berger2018-08-082-99/+102
* | Remove stray console logFabio Berger2018-08-071-1/+0
* | Fix bug where we only rendered one TypeDoc JSON key per export, instead of al...Fabio Berger2018-08-071-6/+8
* | Add ability to omit rendering specific exports and also support direct export...Fabio Berger2018-08-031-13/+39
* | Fix bug where if there were multiple matches, it wouldn't always take the lon...Fabio Berger2018-08-021-2/+8
* | We need to always include the globals.d.ts otherwise TS complains about .json...Fabio Berger2018-08-021-0/+1
* | Start refactoring docs to remove unnecessary configs given more concise TypeD...Fabio Berger2018-08-011-14/+54
* | Remove consoleFabio Berger2018-07-311-1/+0
* | Standardize child namingFabio Berger2018-07-311-1/+12
* | Fix bugs in doc genFabio Berger2018-07-301-7/+11
* | Move logic to publishUtils so can use as command-line and script importFabio Berger2018-07-301-0/+291
|/
* Remove unused importFabio Berger2018-07-251-1/+0
* Specify registry url only if local publish attemptedLeonid Logvinov2018-07-252-3/+11
* Add utils.getTopologicallySortedPackagesLeonid Logvinov2018-07-241-1/+11
* Allow registry to be configured in lerna.jsonFabio Berger2018-07-241-2/+4
* Improve logFabio Berger2018-07-191-1/+1
* Add additional pattern removal and added HACK commentFabio Berger2018-07-191-1/+3
* Renames to remove mention of LernaFabio Berger2018-07-191-12/+12
* Replace lerna-get-packages with our own implementationFabio Berger2018-07-191-3/+33
* Fix tslint issuesLeonid Logvinov2018-07-172-7/+7
* fix prettierFabio Berger2018-07-021-4/+4
* Git command outputs logs to stdErr so only way to check for errors if with tr...Fabio Berger2018-07-021-6/+8
* Add logs for when tags get removedFabio Berger2018-07-021-0/+2
* Throw if changelog version is below package.json versionFabio Berger2018-07-021-0/+3
* Small fixesFabio Berger2018-06-191-3/+2
* Use semver package instead of getNextPatchVersionFabio Berger2018-06-191-5/+10
* Use semver library instead of semverUtilsFabio Berger2018-06-193-66/+2
* Add more prepublish checksFabio Berger2018-06-194-22/+215
* Try enabling no-unused-variable...fragosti2018-06-051-1/+1
* Refactor changelog utils to a separate moduleLeonid Logvinov2018-06-022-0/+119