Releases: Thinkmill/manypkg
Releases · Thinkmill/manypkg
@manypkg/[email protected]
Minor Changes
dc2b0f9
Thanks @mitchellhamilton! - Addedmanypkg.ignoredRules
config option
Patch Changes
@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