Skip to content

Updates to the graphics kit

The version of the graphics kit a project was started from is specified in the version key of the project’s package.json file.

package.json
{
"version": "2.0.0"
}

The graphics kit follows semver versioning, so major updates will get a major point release; minor, a minor; etc.

You can also consult the changelog in the bluprint repo, which will often include notes on updating previous versions of the kit to get new features in existing projects.