Change the version tags on npm
RTUnreal opened this issue · 2 comments
Currently the two versions 1.9.12
and 2.0.2
have the tags latest
and next
set on them.
But tools like Symfony's AssetMapper importmap:update
/importmap:outdated
look for the latest
tag on npm when deciding which package version to compare to the currently installed package.
Changing the npm tags to i.e. legacy
and latest
might be better.
Hey, that's a temporary setup as we released htmx 2, which introduces breaking changes, and before that we were unfortunately not versioning the htmx import in the docs, thus people would get the latest
, and if we set htmx 2 as latest now, this could break some setups.
See the warning on the website's homepage about this matter at https://htmx.org/
At some point, v2 will become latest
oh, I missed that. Then I will wait, until version 2 is on latest
, so my setup doesn't break