Skip to content

Commit 8ee1e9a

Browse files
authored
chore(bricks): cubit v0.3.0 (#4286)
1 parent 4e51ab0 commit 8ee1e9a

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

bricks/cubit/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# 0.2.1.
1+
# 0.3.0
2+
3+
- chore(deps): upgrade to `mason ^0.1.0`
4+
- chore(deps): upgrade hooks to `dart ^3.5.4`
5+
6+
# 0.2.1
27

38
- chore: update copyright year
49
- chore: update logo image refs

bricks/cubit/brick.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: cubit
22
description: Generate a new Cubit in Dart. Built for the bloc state management library.
3-
version: 0.2.1
3+
version: 0.3.0
44
repository: https://github.com/felangel/bloc/tree/master/bricks/cubit
55

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

99
vars:
1010
name:

bricks/cubit/hooks/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: cubit_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)