0.7.0 isn't treated as a pre-release version
hdgarrood opened this issue · 2 comments
hdgarrood commented
Bower won't treat 0.7.0 as a pre-release version; should it have been released as 0.7.0-rc.1 instead?
For example, bower i purescript-transformers will currently select 0.7.0, but I expect we would rather it install 0.6.1, at least for the time being.
garyb commented
@paf31 has made -rc.n releases now but the old 0.7.0 tag was still active, so I've just deleted it. We should probably release it as 0.7.1 when we do to ensure there's no caching issues.
hdgarrood commented
Cool, thanks. I guess this issue can be closed now then?