Releases: Thinkmill/manypkg
Releases · Thinkmill/manypkg
@manypkg/[email protected]
Minor Changes
-
f8f60d9
#67 Thanks @jesstelford! - Add package.json#manypkg config object:{ "manypkg": {} }
To support setting a default branch for the INCORRECT_REPOSITORY_FIELD check/fix, a new config option can be set:
{ "manypkg": { "defaultBranch": "master" } }
The default
defaultBranch
is"master"
.
Patch Changes
-
a4db72a
#63 Thanks @evocateur! - Add support for Lerna monorepos -
Updated dependencies [
a4db72a
]:- @manypkg/[email protected]
@manypkg/[email protected]
Minor Changes
3be8695
#61 Thanks @mitchellhamilton! - Remove check requiring that all devDependencies must be*
. This has been removed because pre-release versions are not satisfied by*
which means that you previously couldn't use Manypkg, have internal devDependencies and have pre-releases
@manypkg/[email protected]
Minor Changes
3594303
#51 Thanks @tarang9211! - Use @manypkg/get-packages instead of get-workspaces internally
@manypkg/[email protected]
@manypkg/[email protected]
Patch Changes
503f242
#53 Thanks @NateRadebaugh! - Add special logic forINCORRECT_REPOSITORY_FIELD
check to handle github repository separately from azure
@manypkg/[email protected]
Major Changes
-
72a0112
#47 Thanks @tarang9211! - Initial release of@manypkg/get-packages
. If you're migrating fromget-workspaces
, the most important changes are:- getPackages is a named export
- getPackages only accepts a single argument which is the directory to search from
- getPackages returns an object which has
tool
,packages
androot
- getPackages will search up from the directory passed in to find a project root rather than requiring the project root to be passed in
- the package objects no longer have a
name
field and theconfig
property has been renamed topackageJson
See the README for more information on the new API
Patch Changes
- Updated dependencies [
72a0112
]:- @manypkg/[email protected]
@manypkg/[email protected]
Major Changes
72a0112
#47 Thanks @tarang9211! - Initial release of@manypkg/find-root
@manypkg/[email protected]
Minor Changes
d73628d
#48 Thanks @mitchellhamilton! - Add repository field check which checks if a GitHub repo URL is in therepository
field in the rootpackage.json
and if it is, checks that all of the packages have arepository
field which goes into the directory of the package.
@manypkg/[email protected]
Patch Changes
-
447c580
#45 Thanks @NateRadebaugh! - Add reference tomanypkg exec
to readme -
c5275fb
Thanks @mitchellhamilton! - Show a more informative error when a package has no name