@changesets/types

Common types shared between changeset packages

  • Types
  • ESM
License
MIT
Deps
0
Install Size
8.3 kB
Vulns
0
Published

Get started

$npm install @changesets/types

Weekly DownloadsAcross all versions

Node.js
^22.11 || ^24 || >=26
7.0.0
latest

Readme

@changesets/types

Open on npmx.dev View changelog

A package of types for use in changesets, or projects wishing to extend them.

Of these, the most useful types are:

NewChangeset

The format for a changeset as of changesets version 2.

ChangelogFunctions

The shape of the object used for generating changelog entries.

ReleasePlan

The combined object used to version packages and update changelogs.