Skip to content

Commit

Permalink
chore(bloc): v8.0.3 (#3247)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Feb 28, 2022
1 parent dc60205 commit 8ad0a14
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 8.0.3

- refactor: resolve analysis warnings ([#3189](https://github.com/felangel/bloc/pull/3189))
- docs: fix inline doc comment ([#3167](https://github.com/felangel/bloc/pull/3167))
- docs: update GetStream utm tags ([#3136](https://github.com/felangel/bloc/pull/3136))
- docs: update VGV sponsors logo ([#3125](https://github.com/felangel/bloc/pull/3125))

# 8.0.2

- fix: make `onChange` and `addError` protected ([#3071](https://github.com/felangel/bloc/pull/3071))
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc
description: A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
version: 8.0.2
version: 8.0.3
repository: https://github.com/felangel/bloc/tree/master/packages/bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://github.com/felangel/bloc
Expand Down

0 comments on commit 8ad0a14

Please sign in to comment.