Skip to content

Commit

Permalink
chore(bricks): bloc v0.3.0 (felangel#3889)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Jun 28, 2023
1 parent e942e05 commit 18f3ba2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions bricks/bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.3.0

- feat: add support for `sealed` events using Dart 3

# 0.2.0

- feat: add support for `equatable`
Expand Down
2 changes: 1 addition & 1 deletion bricks/bloc/LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2022 Felix Angelov
Copyright (c) 2023 Felix Angelov

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion bricks/bloc/brick.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc
description: Generate a new Bloc in Dart. Built for the bloc state management library.
version: 0.2.0
version: 0.3.0
repository: https://github.com/felangel/bloc/tree/master/bricks/bloc

environment:
Expand Down

0 comments on commit 18f3ba2

Please sign in to comment.