Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@lerna/version

Package Overview
Dependencies
Maintainers
2
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lerna/version

Bump version of packages changed since the last release

  • 4.0.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
416K
increased by0.68%
Maintainers
2
Weekly downloads
 
Created

What is @lerna/version?

@lerna/version is a part of the Lerna monorepo management toolset. It is specifically used for versioning packages within a monorepo. This package helps in managing the versioning of multiple packages in a monorepo, ensuring that all packages are correctly versioned and updated.

What are @lerna/version's main functionalities?

Bump Version

This command bumps the version of the packages in the monorepo. It updates the version in the package.json files and creates a new git commit and tag.

lerna version

Independent Versioning

This command allows each package in the monorepo to have its own version, rather than a single version for the entire repository.

lerna version --independent

Conventional Commits

This command uses conventional commit messages to determine the version bump for each package. It automates the versioning based on the commit history.

lerna version --conventional-commits

Pre-release Versions

This command creates a pre-release version with the specified identifier (e.g., beta, alpha). It is useful for releasing versions that are not yet stable.

lerna version --preid beta

Other packages similar to @lerna/version

Keywords

FAQs

Package last updated on 10 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc