This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@manypkg/cli@0.10.0
Minor Changes
63cdae1#42 Thanks @tarang9211! - Added manypkg run <partial package name or directory> <script> which can be used to execute scripts for packages within a monorepo.
As an example, let's say there are two packages: @project/package-a at packages/pkg-a and @project/package-b at packages/pkg-a which both have a start script, manypkg run can be used like this:
yarn manypkg run pkg-a start
yarn manypkg run a start
yarn manypkg run package-a start
yarn manypkg run @project/package-a start
yarn manypkg run packages/pkg-a start
yarn manypkg run package-b start
yarn manypkg run b start
The following wouldn't work though because the package and pkg aren't unique among the package names/directories:
yarn manypkg run package start
yarn manypkg run pkg start
0ed3f2b#39 Thanks @Andarist! - Added support for finding pnpm workspace packages.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated.
Releases
@manypkg/cli@0.10.0
Minor Changes
63cdae1
#42 Thanks @tarang9211! - Addedmanypkg run <partial package name or directory> <script>
which can be used to execute scripts for packages within a monorepo.As an example, let's say there are two packages:
@project/package-a
atpackages/pkg-a
and@project/package-b
atpackages/pkg-a
which both have astart
script,manypkg run
can be used like this:The following wouldn't work though because the
package
andpkg
aren't unique among the package names/directories:0ed3f2b
#39 Thanks @Andarist! - Added support for finding pnpm workspace packages.Patch Changes
Updated dependencies [
0ed3f2b
]:find-workspaces-root@0.2.0
Minor Changes
0ed3f2b
#39 Thanks @Andarist! - Added support for finding pnpm workspace packages.@manypkg/gatsby-source-workspace@0.4.0
Minor Changes
0ed3f2b
#39 Thanks @Andarist! - Added support for finding pnpm workspace packages.Patch Changes
Updated dependencies [
0ed3f2b
]:test-gatsby-thing@0.0.4
Patch Changes
0ed3f2b
]: