MobileNativeFoundation / Store

A Kotlin Multiplatform library for building network-resilient applications
https://mobilenativefoundation.github.io/Store/
Apache License 2.0
3.16k stars 197 forks source link

Release 5.1.0-alpha03 #640

Closed lukisk closed 2 months ago

lukisk commented 3 months ago

@matt-ramotar please create next alpha release.

matt-ramotar commented 3 months ago

Will release after #641

lukisk commented 2 months ago

@matt-ramotar When is the release planned for, please ?

matt-ramotar commented 2 months ago

Sorry to be slow! Very busy lately. Merged a few PRs this weekend. Hitting an issue with Sonatype. Hopefully we can get this out soon, but please feel free to ping me again on Mon July 8 if it's still not out!

msfjarvis commented 2 months ago

@matt-ramotar in case you have not figured out the Sonatype problem yet, they did an account migration that seems to have broken username authentication for a big chunk of users.

If you generate a new token following this guide, then you can use the username and password from there as your new credentials and things should start working fine again.

matt-ramotar commented 2 months ago

Thanks! Just swapped, should be able to release today

msfjarvis commented 2 months ago

The release seems to have run into https://github.com/Kotlin/dokka/issues/2956, according to the comments reducing JVM target to 11 works around this. I can send in a PR if required.

matt-ramotar commented 2 months ago

@msfjarvis That would be awesome, but no pressure

msfjarvis commented 2 months ago

@msfjarvis That would be awesome, but no pressure

No sweat at all, it's here: #648

I haven't incremented the version there since I didn't know if you wanted that.

msfjarvis commented 2 months ago

5.1.0-alpha03 has successfully deployed: https://central.sonatype.com/search?q=g%3Aorg.mobilenativefoundation.store+version%3A5.1.0-alpha03

matt-ramotar commented 2 months ago

Awesome, thanks again