Where is the build226 release of compose-web? I do...
# compose-web
h
Where is the build226 release of compose-web? I don't find it on Space, https://maven.pkg.jetbrains.space/public/p/compose/dev/org/jetbrains/compose/web/web-core/
o
web components with version build226 were not released and announced yet. we plan to do it tomorrow. if you want to use build226 today in a project with compose-web, then you also need to manually override the version for
implementation(compose.web.core)
and keep using build225 for it.
h
I thought, you would have already "one" release process, containing all artifacts. I was only surprised by dependabot, which detected the new version, but failed, because the version is not found. I think, most of the users can wait until the release and announcement :)
u
@hfhbd fair point but it's not about announcement. Currently the only obligation we made is that if there's a specific version of web artifact it is guaranteed that there exist desktop and android artifacts with the same version. The opposite is however is not always true. However you are completely right - this is quite confusing and it looks like we'll align our release cycles even more.