Skip to content

Commit

Permalink
published bloc v0.5.1 + flutter_bloc v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Oct 23, 2018
1 parent c620076 commit fe6e6de
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
8 changes: 8 additions & 0 deletions packages/bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,11 @@ Minor Updates to Documentation.
# 0.4.2

Additional minor Updates to Documentation.

# 0.5.0

Moved Flutter Widgets to flutter_bloc package

# 0.5.1

Minor Updates to Documentation
4 changes: 2 additions & 2 deletions packages/bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name: bloc
description: The goal of this package is to make it easy to implement the BLoC Design Pattern (Business Logic Component).
version: 0.4.2
version: 0.5.1
author: felix.angelov <[email protected]>
homepage: https://github.com/felangel/bloc/packages/bloc
homepage: https://github.com/felangel/bloc/tree/master/packages/bloc

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/flutter_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,7 @@ Initial Version of the library.

- Includes the ability to connect presentation layer to `Bloc` by using the `BlocBuilder` Widget.
- Includes `BlocProvider`, a DI widget that allows a single instance of a bloc to be provided to multiple widgets within a subtree.

# 0.1.1

Minor Updates to Documentation
7 changes: 3 additions & 4 deletions packages/flutter_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,15 @@
name: flutter_bloc
description: Flutter Widgets that make it easy to implement the BLoC Design Pattern (Business Logic Component). Built to be used with the bloc package.
version: 0.1.0
version: 0.1.1
author: felix.angelov <[email protected]>
homepage: https://github.com/felangel/bloc/packages/flutter_bloc
homepage: https://github.com/felangel/bloc/tree/master/packages/flutter_bloc

environment:
sdk: ">=2.0.0-dev.28.0 <3.0.0"

dependencies:
rxdart: ">=0.18.1 <1.0.0"
bloc:
path: ../bloc
bloc: ^0.5.0
flutter:
sdk: flutter

Expand Down

0 comments on commit fe6e6de

Please sign in to comment.