Hello, are there boms for beta versions of Compose...
# compose
g
Hello, are there boms for beta versions of Compose somewhere? I'd like to use the latest beta 1.5.0-beta03 but can't find a version of compose-bom for it, so I guess I have to go back managing the versions of each library manually?
k
There is this for alpha versions, don't know about a bom for beta versions
g
Thanks, it has some betas apparently but not the 1.5.0-beta03 one, I guess because 1.6.0 is more recent so it took that one 🤔 @cb Would it be possible to publish a bom for the latest available version of 1.5.0, pretty please ? 🙏
s
Yeah that repo pretty much has renovate or something like that auto bump the libraries and then autogenerates the release. Why not just use that specific version for the time being? You can use that on top of bom and override it
c
This was asked here: https://github.com/chrisbanes/compose-bom/issues/62. I have no plans to create different release trains
a
Wow, TIL about Compose BOM for alpha. I could have saved some time using this.
g
Indeed @Stylianos Gakis, I'll do that