Skip to content

Commit

Permalink
chore(bricks): cubit v0.3.0 (#4286)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Nov 28, 2024
1 parent 4e51ab0 commit 8ee1e9a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion bricks/cubit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# 0.2.1.
# 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
- chore: update logo image refs
Expand Down
4 changes: 2 additions & 2 deletions bricks/cubit/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: cubit
description: Generate a new Cubit 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/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/cubit/hooks/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 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 8ee1e9a

Please sign in to comment.