Skip to content

Commit

Permalink
chore(bloc): v8.1.2 (#3836)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel committed May 20, 2023
1 parent 25a9dbb commit 833f4ba
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 8.1.2

- docs: upgrade README snippets to Dart 3 ([#3826](https://github.com/felangel/bloc/pull/3826))
- refactor: standardize analysis options and resolve warnings ([#3826](https://github.com/felangel/bloc/pull/3826))
- docs: remove superfluous word from inline docs ([#3734](https://github.com/felangel/bloc/pull/3734))

# 8.1.1

- chore: add screenshots to `pubspec.yaml` ([#3708](https://github.com/felangel/bloc/pull/3708))
Expand Down
4 changes: 2 additions & 2 deletions packages/bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
name: bloc
description: A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
version: 8.1.1
version: 8.1.2
repository: https://github.com/felangel/bloc/tree/master/packages/bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://github.com/felangel/bloc
documentation: https://bloclibrary.dev

environment:
sdk: ">=2.12.0 <3.0.0"
sdk: ">=2.12.0 <4.0.0"

dependencies:
meta: ^1.3.0
Expand Down

0 comments on commit 833f4ba

Please sign in to comment.