diff --git a/bricks/cubit/CHANGELOG.md b/bricks/cubit/CHANGELOG.md index 1632394eec3..330a78f63d4 100644 --- a/bricks/cubit/CHANGELOG.md +++ b/bricks/cubit/CHANGELOG.md @@ -1,4 +1,9 @@ -# 0.2.1. +# 0.3.0 + +- chore(deps): upgrade to `mason ^0.1.0` +- chore(deps): upgrade hooks to `dart ^3.5.4` + +# 0.2.1 - chore: update copyright year - chore: update logo image refs diff --git a/bricks/cubit/brick.yaml b/bricks/cubit/brick.yaml index 7869b091358..6ba6ac0db56 100644 --- a/bricks/cubit/brick.yaml +++ b/bricks/cubit/brick.yaml @@ -1,10 +1,10 @@ name: cubit description: Generate a new Cubit in Dart. Built for the bloc state management library. -version: 0.2.1 +version: 0.3.0 repository: https://github.com/felangel/bloc/tree/master/bricks/cubit environment: - mason: ">=0.1.0-dev.32 <0.1.0" + mason: ^0.1.0 vars: name: diff --git a/bricks/cubit/hooks/pubspec.yaml b/bricks/cubit/hooks/pubspec.yaml index 29574a6d1c3..6107fb6f332 100644 --- a/bricks/cubit/hooks/pubspec.yaml +++ b/bricks/cubit/hooks/pubspec.yaml @@ -1,7 +1,7 @@ name: cubit_hooks environment: - sdk: ">=2.12.0 <3.0.0" + sdk: ^3.5.4 dependencies: - mason: ^0.1.0-dev + mason: ^0.1.0