Skip to content

Commit

Permalink
chore(hydrated_bloc): v9.1.3 (felangel#4023)
Browse files Browse the repository at this point in the history
  • Loading branch information
felangel authored Dec 10, 2023
1 parent 3f78219 commit efb1c44
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions packages/hydrated_bloc/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 9.1.3

- fix: `fromJson` can safely access `state` ([#4005](https://github.com/felangel/bloc/pull/4005))
- chore: add `platforms` to `pubspec.yaml` ([#3993](https://github.com/felangel/bloc/pull/3993))
- chore: upgrade to `package:mocktail` v1.0.0 ([#3919](https://github.com/felangel/bloc/pull/3919))
- chore: add `topics` to `pubspec.yaml` ([#3914](https://github.com/felangel/bloc/pull/3914))

# 9.1.2

- fix: clear HydratedStorage instance on close ([#3879](https://github.com/felangel/bloc/pull/3879))
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrated_bloc/LICENSE
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
The MIT License (MIT)
Copyright (c) 2018 Felix Angelov
Copyright (c) 2023 Felix Angelov

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
Expand Down
2 changes: 1 addition & 1 deletion packages/hydrated_bloc/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: hydrated_bloc
description: An extension to the bloc state management library which automatically persists and restores bloc states.
version: 9.1.2
version: 9.1.3
repository: https://github.com/felangel/bloc/tree/master/packages/hydrated_bloc
issue_tracker: https://github.com/felangel/bloc/issues
homepage: https://bloclibrary.dev
Expand Down

0 comments on commit efb1c44

Please sign in to comment.