Faithlife / styled-ui

Faithlife UI styleguide and set of components
https://faithlife.github.io/styled-ui/
MIT License
13 stars 50 forks source link

[BUG] latest tag still points at v5 #521

Closed RobertBolender closed 2 years ago

RobertBolender commented 3 years ago

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.

RobertBolender commented 2 years ago

Closed in #530