Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
KamilSztandur committed Oct 4, 2023
1 parent f66d4de commit fe9847e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/bloc_presentation/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0

- **BREAKING**: Remove `useBlocPresentationListener` hook and replace it with `BlocPresentationListener` widget.

# 0.4.0

- **BREAKING**: `BlocPresentationMixin` is now generic over the type of the presentation event (see #17)
Expand Down
2 changes: 1 addition & 1 deletion packages/bloc_presentation/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bloc_presentation
description: >
Extends blocs with an additional stream which can serve as a way of indicating
single-time events (so-called "presentation events").
version: 0.4.0
version: 1.0.0
homepage: https://github.com/leancodepl/bloc_presentation/tree/master/packages/bloc_presentation

environment:
Expand Down
4 changes: 4 additions & 0 deletions packages/bloc_presentation_test/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.0.0

- Bump dependency on `bloc_presentation` to `^1.0.0`

# 1.0.0-pre.1

- Add `blocPresentationTest` function
Expand Down
4 changes: 2 additions & 2 deletions packages/bloc_presentation_test/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: bloc_presentation_test
description: A testing library for Blocs/Cubits which mixin BlocPresentationMixin. To be used with bloc_presentation package.
version: 1.0.0-pre.1
version: 1.0.0
homepage: https://github.com/leancodepl/bloc_presentation/tree/master/packages/bloc_presentation_test

environment:
Expand All @@ -9,7 +9,7 @@ environment:

dependencies:
bloc: ^8.0.0
bloc_presentation: ^0.4.0
bloc_presentation: ^1.0.0
diff_match_patch: ^0.4.1
flutter:
sdk: flutter
Expand Down

0 comments on commit fe9847e

Please sign in to comment.