Erik
09/10/2020, 7:28 AMstephanmg
09/10/2020, 7:37 AMErik
09/10/2020, 7:38 AMstephanmg
09/10/2020, 7:38 AMErik
09/10/2020, 7:38 AMstephanmg
09/10/2020, 7:39 AMErik
09/10/2020, 7:39 AMstephanmg
09/10/2020, 7:39 AMErik
09/10/2020, 7:39 AMstephanmg
09/10/2020, 7:40 AMErik
09/10/2020, 7:40 AMstephanmg
09/10/2020, 7:41 AMErik
09/10/2020, 7:41 AMstephanmg
09/10/2020, 7:41 AMErik
09/10/2020, 7:42 AMOrhan Tozan
09/10/2020, 9:57 AMJurriaan Mous
09/10/2020, 10:12 AMVersioning scheme change
Starting with this release instead of using versions 1.1.5, 1.1.5-1, 1.1.5-2, etc. versions 1.1.50, 1.1.51, 1.1.52 will be used.
We want to publish our JS artifacts to NPM with the same version number as the version of the release. The issue here is that we use the number after that dash as the hotfix number, while NPM considering versions with the dash as being pre-release. This means that NPM considers Kotlin 1.1.5 to be more recent than 1.1.5-1, whereas the opposite is actually true. Changing the versioning scheme fixes the problem.
https://blog.jetbrains.com/kotlin/2017/09/kotlin-1-1-50-is-out/stephanmg
09/10/2020, 10:26 AMSzlagowskipatryk
09/10/2020, 10:40 AMchristophsturm
09/10/2020, 10:58 AMstephanmg
09/10/2020, 11:23 AMErik
09/10/2020, 11:24 AMstephanmg
09/10/2020, 11:24 AMErik
09/10/2020, 11:26 AMstephanmg
09/10/2020, 11:26 AMErik
09/10/2020, 11:32 AMstanislav.erokhin
Orhan Tozan
09/10/2020, 12:43 PMstanislav.erokhin
Erik
09/10/2020, 12:47 PM