Skip to content

Commit 5bffeb2

Browse files
authored
chore(bricks): replay_cubit v0.3.0 (#4289)
1 parent ddc9f9d commit 5bffeb2

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

bricks/replay_bloc/CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
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+
16
# 0.2.1
27

38
- chore: update copyright year

bricks/replay_bloc/brick.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
name: replay_bloc
22
description: Generate a new ReplayBloc 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/replay_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/replay_bloc/hooks/pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: replay_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)