Skip to content
This repository was archived by the owner on Jul 5, 2019. It is now read-only.

Renddslow/next-package-version

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Next Package Version

Get the next version of each yarn workspace based on the newest changelog entries. next-package-version assumes that you're running with a monorepo powered by yarn workspaces.

Usage

yarn add next-package-version

nextPackageVersion([options])

const nextPkgVersion = require('next-package-version');

(async () => {
	const versions = await nextPkgVersion();
})();

Options

Name Type Description
includePackage boolean Include the full contents of the package.json in the response object.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors