Skip to content

Commit 833f4ba

Browse files
authored
chore(bloc): v8.1.2 (#3836)
1 parent 25a9dbb commit 833f4ba

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

packages/bloc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 8.1.2
2+
3+
- docs: upgrade README snippets to Dart 3 ([#3826](https://github.com/felangel/bloc/pull/3826))
4+
- refactor: standardize analysis options and resolve warnings ([#3826](https://github.com/felangel/bloc/pull/3826))
5+
- docs: remove superfluous word from inline docs ([#3734](https://github.com/felangel/bloc/pull/3734))
6+
17
# 8.1.1
28

39
- chore: add screenshots to `pubspec.yaml` ([#3708](https://github.com/felangel/bloc/pull/3708))

packages/bloc/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: bloc
22
description: A predictable state management library that helps implement the BLoC (Business Logic Component) design pattern.
3-
version: 8.1.1
3+
version: 8.1.2
44
repository: https://github.com/felangel/bloc/tree/master/packages/bloc
55
issue_tracker: https://github.com/felangel/bloc/issues
66
homepage: https://github.com/felangel/bloc
77
documentation: https://bloclibrary.dev
88

99
environment:
10-
sdk: ">=2.12.0 <3.0.0"
10+
sdk: ">=2.12.0 <4.0.0"
1111

1212
dependencies:
1313
meta: ^1.3.0

0 commit comments

Comments
 (0)