Skip to content

Commit

Permalink
angular_bloc v0.1.1 + minor documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed Nov 5, 2018
1 parent 1f47aad commit 205f06d
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 13 deletions.
3 changes: 1 addition & 2 deletions examples/angular_counter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ dependencies:
angular: ^5.0.0
angular_components: ^0.9.0
bloc: ^0.6.0
angular_bloc:
path: ../../packages/angular_bloc
angular_bloc: ^0.1.0

dev_dependencies:
angular_test: ^2.0.0
Expand Down
3 changes: 1 addition & 2 deletions examples/flutter_login/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ environment:
dependencies:
flutter:
sdk: flutter
flutter_bloc:
path: ../../packages/flutter_bloc
flutter_bloc: ^0.3.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 4 additions & 0 deletions packages/angular_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
Initial Version of the library.

- Includes the ability to connect presentation layer to `Bloc` by using the `BlocPipe` Component.

# 0.1.1

Minor Updates to Documentation
2 changes: 1 addition & 1 deletion packages/angular_bloc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ At this point we have sucessfully separated our presentational layer from our bu

## Examples

- [Simple Counter Example](https://github.com/felangel/Bloc/tree/master/packages/angular_bloc/example) - a complete example of how to create a `CounterBloc` and hook it up to an AngularDart app.
- [Simple Counter Example](https://github.com/felangel/Bloc/tree/master/examples/angular_counter) - a complete example of how to create a `CounterBloc` and hook it up to an AngularDart app.

### Contributors

Expand Down
7 changes: 0 additions & 7 deletions packages/angular_bloc/example/README.md

This file was deleted.

2 changes: 1 addition & 1 deletion packages/angular_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: angular_bloc
description: Angular Components 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/tree/master/packages/angular_bloc

Expand Down

0 comments on commit 205f06d

Please sign in to comment.