chopper icon indicating copy to clipboard operation
chopper copied to clipboard

Version bumped for release

Open JEuler opened this issue 1 year ago • 3 comments

JEuler avatar Sep 08 '22 05:09 JEuler

@JEuler, you might want to review the analyzer constraint in chopper_generator/pubspec.yaml prior to releasing a new version.

I had to constrain it to

analyzer: ">=4.1.0 <4.3.0"

in order to satisfy the unit tests in the GitHub workflow. Maybe you could change it back to

analyzer: ^4.1.0

and update the Github workflow so that it doesn't just update it to the latest version possible which might cause the workflow test to fail.

techouse avatar Sep 08 '22 07:09 techouse

Whoops, will update this tomorrow ahaha, and will check analyzer, thx. And thx for reviewing!

JEuler avatar Sep 08 '22 18:09 JEuler

Hmmmm, @stewemetal I think need your approval.

JEuler avatar Sep 11 '22 19:09 JEuler