Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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