-
Hi, I use yarn as my package manager and it relies on tags to identify the latest version when updating the version. Therefore it recommends using an older version. However, the I think it would be nice to change this setting to point to the latest version (2.x) as vue 3 is now well-established. Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
@Ph0tonic, I set the The versions schema looks now in the following way: Also, I've updated the documentation in the corresponding way. |
Beta Was this translation helpful? Give feedback.
-
@Norserium We can resolve this discussion 👍 |
Beta Was this translation helpful? Give feedback.
@Ph0tonic, I set the
latest
tag for2.x.x
versions.The versions schema looks now in the following way:
vue-advanced-cropper@latest
:2.x.x
vue-advanced-cropper@vue-3
:2.x.x
vue-advanced-cropper@vue-2
:1.x.x
Also, I've updated the documentation in the corresponding way.