Skip to content

Commit

Permalink
flutter_bloc v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Dec 25, 2019
1 parent 8ce9fc3 commit af6e6ff
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/flutter_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 3.0.0

- Updated to `bloc: ^3.0.0` ([#700](https://github.com/felangel/bloc/pull/700))
- Updated to `flutter >=1.12.1` ([#700](https://github.com/felangel/bloc/pull/700))
- Updated to `provider: ^4.0.0` ([#700](https://github.com/felangel/bloc/pull/700), [#734](https://github.com/felangel/bloc/pull/734))
- Revert `BlocBuilder` and `BlocListener` condition behavior to set `previousState` to the previous bloc state ([#709](https://github.com/felangel/bloc/issues/709))

# 3.0.0-dev.1

- Updated to `bloc: ^3.0.0-dev.1`
Expand Down
4 changes: 2 additions & 2 deletions packages/flutter_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flutter_bloc
description: Flutter Widgets that make it easy to implement the BLoC (Business Logic Component) design pattern. Built to be used with the bloc state management package.
version: 3.0.0-dev.1
version: 3.0.0
repository: https://github.com/felangel/bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
flutter:
sdk: flutter
bloc: ^3.0.0-dev.1
bloc: ^3.0.0
provider: ^4.0.0

dev_dependencies:
Expand Down

0 comments on commit af6e6ff

Please sign in to comment.