interface BumpVersionPackage {
    because?: string[];
    package: WorkspacePackage;
    prevVersion: string;
}

Properties

because?: string[]

if the package was not changed by itself, but the bump is required because of another package that was changed depending on it, name of that package

info about the package

prevVersion: string

version before the bump