Skip to content

Commit

Permalink
chore(angular_bloc): v9.0.0 (#3733)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Feb 9, 2023
1 parent 700dc91 commit e51483d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions packages/angular_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 9.0.0

- **BREAKING**: feat: upgrade to `ngdart v7.0.0`
- refactor: remove deprecated `invariant_booleans` lint rule
- docs: update example to follow naming conventions
- chore: add screenshots to `pubspec.yaml`

# 8.0.0

- **BREAKING**: feat: upgrade to `bloc v8.0.0`
Expand Down
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 (Business Logic Component) design pattern. Built to be used with the bloc state management package.
version: 8.0.0
version: 9.0.0
repository: https://github.com/felangel/bloc/tree/master/packages/angular_bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand Down

0 comments on commit e51483d

Please sign in to comment.