Webpack-cli: Beta version accidentally tagged as latest in NPM?

Created on 11 Feb 2020  路  6Comments  路  Source: webpack/webpack-cli

Let me preface this with the fact that I'm not too familiar with how versioning works with npm, so I might be wrong here.

When I look at https://www.npmjs.com/package/webpack-cli it looks like 4.0.0-beta.2 got the "latest" tag, but if I look at other projects like https://www.npmjs.com/package/vue and https://www.npmjs.com/package/eslint the alpha version isn't getting the "latest" tag there at least.

I came across this when webpack-cli accidentally got updated to 4.0.0-beta.2 a few hours ago on our CI server(which we should have version pinned a bit better).

Most helpful comment

Yeah that was a mistake of mine! I will fix it ASAP! Sorry about that

All 6 comments

cc @ematipico

Tag latest is generally supposed to be for stable releases, not beta version. I think this is an publishing error.

There seems to be more than a handful of bugs. Did the wrong version get released?

Yeah that was a mistake of mine! I will fix it ASAP! Sorry about that

Hi,

Again, apologies for the inconvenience! It was my first release and of course I had to do something wrong 馃槄

Anyway, I released a patch release v3.3.11 which is stable and it contains only a bump of the version.
Also, I did release a beta version of npm under v4.0.0-beta.3.

Thanks for the fix, it seems to be correct to me now so I'll close this issue.

Was this page helpful?
0 / 5 - 0 ratings