While we were using Helmsman, it was important that the latest tag pointed at a v5 release, and the package.json has a postpublish script that pins that latest tag.
Now that Helmsman has been removed, we should remove that postpublish script so that npm will automatically point latest at the most-recently published v6 version.
This will fix the problem of a bare yarn add @faithlife/styled-ui pulling in v5 instead of v6.
While we were using Helmsman, it was important that the latest tag pointed at a v5 release, and the
package.json
has apostpublish
script that pins that latest tag.Now that Helmsman has been removed, we should remove that
postpublish
script so that npm will automatically pointlatest
at the most-recently published v6 version.This will fix the problem of a bare
yarn add @faithlife/styled-ui
pulling in v5 instead of v6.