Skip to content

Commit 4e51ab0

Browse files
authored
chore(bricks): bloc v0.4.0 (#4285)
1 parent 4be2dcb commit 4e51ab0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

bricks/bloc/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.4.0
2+
3+
- chore(deps): upgrade to `mason ^0.1.0`
4+
- chore(deps): upgrade hooks to `dart ^3.5.4`
5+
16
# 0.3.1
27

38
- chore: update copyright year

bricks/bloc/brick.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: bloc
22
description: Generate a new Bloc in Dart. Built for the bloc state management library.
3-
version: 0.3.1
3+
version: 0.4.0
44
repository: https://github.com/felangel/bloc/tree/master/bricks/bloc
55

66
environment:
7-
mason: ">=0.1.0-dev.32 <0.1.0"
7+
mason: ^0.1.0
88

99
vars:
1010
name:

bricks/bloc/hooks/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: bloc_hooks
22

33
environment:
4-
sdk: ">=2.12.0 <3.0.0"
4+
sdk: ^3.5.4
55

66
dependencies:
7-
mason: ^0.1.0-dev
7+
mason: ^0.1.0

0 commit comments

Comments
 (0)