Skip to content

Commit

Permalink
chore(bricks): replay_bloc v0.3.0 (#4289)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Nov 28, 2024
1 parent ddc9f9d commit ed65651
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions bricks/replay_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 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
Expand Down
4 changes: 2 additions & 2 deletions bricks/replay_bloc/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: replay_bloc
description: Generate a new ReplayBloc 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/replay_bloc

environment:
mason: ">=0.1.0-dev.32 <0.1.0"
mason: ^0.1.0

vars:
name:
Expand Down
4 changes: 2 additions & 2 deletions bricks/replay_bloc/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: replay_bloc_hooks

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ^3.5.4

dependencies:
mason: ^0.1.0-dev
mason: ^0.1.0

0 comments on commit ed65651

Please sign in to comment.