lumeland / lume

🔥 Static site generator for Deno 🦕
https://lume.land
MIT License
1.88k stars 86 forks source link

Incorrect version navigation on `deno.land/x` #511

Closed citrusmunch closed 11 months ago

citrusmunch commented 11 months ago

Version

1.19.2 and 1.19.3

Platform

Firefox

What steps will reproduce the bug?

viewing version selection window in the sidebar at

https://deno.land/x/lume@v1.19.2 https://deno.land/x/lume@v1.19.3

How often does it reproduce? Is there a required condition?

always

What is the expected behavior?

proper listings

What do you see instead?

listings for https://deno.land/x/lume@v1.19.2

listings for https://deno.land/x/lume@v1.19.3

Additional information

It doesn't appear this happens on the few other modules I skimmed, so it doesn't seem to be a deno issue, or it's more difficult to reproduce than expected.

citrusmunch commented 11 months ago

v1.19.3 Screen Shot 2023-11-20 at 15 21 08

v1.19.2 Screen Shot 2023-11-20 at 15 21 26

oscarotero commented 11 months ago

I think it's a deno.land/x issue. The version selector inside the module is correct:

imaxe