Releases: Thinkmill/manypkg
Releases · Thinkmill/manypkg
@manypkg/[email protected]
Minor Changes
-
ad6dbf1
#85 Thanks @with-heart! - Added the ability to use the exact package or directory name to target a package that is a substring of another with for therun
command:If packages exist at
packages/pkg-a
andpackages/pkg-a-1
, targetpkg-a
using the exact directory name:yarn manypkg run packages/pkg-a
If packages are named
@project/package-a
and@project/package-a-1
, targetpackage-a
using the exact package name:yarn manypkg run @project/package-a
@manypkg/[email protected]
@manypkg/[email protected]
@manypkg/[email protected]
@manypkg/[email protected]
Patch Changes
35fcc9c
#70 Thanks @jesstelford! - Add missing license field
@manypkg/[email protected]
Patch Changes
35fcc9c
#70 Thanks @jesstelford! - Add missing license field
@manypkg/[email protected]
Minor Changes
f2e890e
#68 Thanks @mitchellhamilton! - Ignore invalid ranges on external dependencies to allow git and other types of dependencies and allow people to ignore the external mismatch rule for certain dependencies by making dependenciesnpm:^1.0.0
instead of^1.0.0
.
Patch Changes
- Updated dependencies [
35fcc9c
]:- @manypkg/[email protected]
@manypkg/[email protected]
Minor Changes
a4db72a
#63 Thanks @evocateur! - Add support for Lerna monorepos
Patch Changes
- Updated dependencies [
a4db72a
]:- @manypkg/[email protected]
@manypkg/[email protected]
Minor Changes
a4db72a
#63 Thanks @evocateur! - Add support for Lerna monorepos
@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]