Skip to content

Commit

Permalink
chore(bricks): flutter_bloc_feature v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Jun 13, 2024
1 parent 82a6365 commit 99bbb49
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions bricks/flutter_bloc_feature/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.2

- deps: upgrade to mason v0.1.0-dev.57

# 0.3.1

- chore: update copyright year
Expand Down
4 changes: 2 additions & 2 deletions bricks/flutter_bloc_feature/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: flutter_bloc_feature
description: Generate a new Flutter feature with bloc. Built for the bloc state management library.
repository: https://github.com/felangel/bloc/tree/master/bricks/flutter_bloc_feature
version: 0.3.1
version: 0.3.2

environment:
mason: ">=0.1.0-dev.40 <0.1.0"
mason: ">=0.1.0-dev.57 <0.1.0"

vars:
name:
Expand Down
2 changes: 1 addition & 1 deletion bricks/flutter_bloc_feature/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ environment:
sdk: ">=2.15.0 <3.0.0"

dependencies:
mason: ^0.1.0-dev.40
mason: ^0.1.0-dev.57
path: ^1.8.2

0 comments on commit 99bbb49

Please sign in to comment.