Skip to content

Commit

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

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/hydrated_cubit/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: hydrated_cubit_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 b3c8d98

Please sign in to comment.