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

feat(npm-version): support workspace update #80

Merged
merged 1 commit into from
Aug 31, 2022

Conversation

louis-bompart
Copy link
Collaborator

This is inspired by:
npm/cli#4588

Since that, when running npm version whatever --save, you can update the other package.json that depends on a package.

So, if for example in a monorepo I have a depending on b, and I bump the version of b, with the --save flag I can update the version of b in a

@louis-bompart louis-bompart requested review from a team, gdostie and SimonMilord and removed request for a team August 30, 2022 20:00
@louis-bompart louis-bompart changed the title feat(npm-vesion): support workspace update feat(npm-version): support workspace update Aug 30, 2022
@louis-bompart louis-bompart merged commit 751ed7f into main Aug 31, 2022
@louis-bompart louis-bompart deleted the feat/npm-version-ws-update-opt branch August 31, 2022 14:02
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.

2 participants