spencerccf/app_settings

Retract Published Version at 4.3.0

chandrabezzo opened this issue ยท 6 comments

I see you have published version to 4.3.0 with breaking changes. It's make who use this package with caret version like ^4.2.0 will impacted the breaking changes error. So, we need bump the version manually to 5.0.0 or downgrade without caret version 4.2.0. Can you retract the version from pub.dev publisher?

@chandrabezzo Version 5.0.0 is available on pub.dev and 4.3.0 has been retracted (since 9 hours ago as of writing)

fstof commented

So our pipeline is still pulling 4.3.0 and breaking spectacularly...

Anything we have to do to make sure the retracted version is excluded?

our pubspec.yaml is including it with app_settings: ^4.1.0

And then we don't have a lock file for this as this is used from a custom package and not an app itself

So our pipeline is still pulling 4.3.0 and breaking spectacularly...

Anything we have to do to make sure the retracted version is excluded?

our pubspec.yaml is including it with app_settings: ^4.1.0

And then we don't have a lock file for this as this is used from a custom package and not an app itself

app_settings: ">=4.1.0 <4.3.0"

I have submitted a request to remove version: 4.3.0 from pub.dev. I will let you know as soon as it has been removed.

@spencerccf

Would it not be possible to issue a patch version 4.3.1, with the breaking change removed? Anybody depending on ^4.3.0 would receive the 4.3.1 version which doesn't have a breaking change. No need to retract.

https://dart.dev/tools/pub/publishing#retract

image

Done... patch version 4.3.1 has been published out to pub.dev. This is essentially same as verson 4.2.0. So, hopefully all pipelines will start working for y'all again.