Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #40

Merged
merged 1 commit into from
Feb 14, 2020
Merged

Version Packages #40

merged 1 commit into from
Feb 14, 2020

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Feb 2, 2020

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.

Patch Changes

  • Updated dependencies [0ed3f2b]:
    • find-workspaces-root@0.2.0

find-workspaces-root@0.2.0

Minor Changes

@manypkg/gatsby-source-workspace@0.4.0

Minor Changes

Patch Changes

  • Updated dependencies [0ed3f2b]:
    • find-workspaces-root@0.2.0

test-gatsby-thing@0.0.4

Patch Changes

  • Updated dependencies [0ed3f2b]:
    • @manypkg/gatsby-source-workspace@0.4.0

@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 9cbc418 to a2e23de Compare February 2, 2020 09:34
@github-actions github-actions bot force-pushed the changeset-release/master branch from a2e23de to 37471b9 Compare February 14, 2020 00:43
@emmatown emmatown merged commit 2dd53fe into master Feb 14, 2020
@emmatown emmatown deleted the changeset-release/master branch February 14, 2020 00:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant