* (huge) changelog
* v7.0.0-alpha.0
* Update yarn.lock to handle the fact that our dependencies take dependencies on turf itself
Co-authored-by: Matt Fedderly <mfedderly@palantir.com>
* Update changelog for 6.2.0-alpha.3 changes
* Update changelog
* v6.2.0-alpha.3
* v6.2.0-alpha.3
* Looks like prettier and lerna are fighting, let lerna win.
Co-authored-by: Matt Fedderly <mfedderly@palantir.com>
* Configure ESlint and Prettier
- Disable all eslint rules that trigger
- Build's lint step now runs monorepoint, prettier, and eslint
- Remove all tslint references
* [auto] run prettier on everything
Co-authored-by: Matt Fedderly <mfedderly@palantir.com>
- No longer have bench and test call prepare explicitly
- bench.js, test.js, types.ts all use the local copy of the code, not the built copy
- Fixed quite a few bench.js files that were just broken
- Rework root package.json for build clarity
- Change prepare scripts to build so that they don't run on publish
Co-authored-by: Matt Fedderly <mfedderly@palantir.com>
Co-authored-by: Rowan Winsemius <rowanwins@yahoo.com.au>
- Set lerna publish registry
- Force publishConfig.access to be public so new packages will publish
Co-authored-by: Matt Fedderly <mfedderly@palantir.com>