denoland / dotland

[Archived] deno.land website
https://deno.land
MIT License
957 stars 626 forks source link

0.189.0 version for deno_std packages are not suggesting the latest version #2761

Closed gm112 closed 1 year ago

gm112 commented 1 year ago

See - https://deno.land/std@0.189.0/http/mod.ts or https://deno.land/std@0.189.0/dotenv/load.ts.

The true latest version as of the time of writing this issue should be 0.189.0, but the documentation page is suggesting to go to the latest version, which redirects you to 0.177.1.

I'm not familiar with how dotland works, though if I were to take a guess, I believe this may be an issue with perhaps how the git tags are being queried from the repository?

I have not verified if this is affecting other packages - this is only behavior I've seen from the standard library package so far.

crowlKats commented 1 year ago

Duplicate of https://github.com/denoland/deno_std/issues/3408

gm112 commented 1 year ago

Oh, my apologies! I only searched open issues. I will say that, others will probably get confused and the only suggestion I can give is to perhaps add a button that says "Most Current Version", or something to differentiate a patch release from the latest current release.