diff --git a/packages/replay_bloc/CHANGELOG.md b/packages/replay_bloc/CHANGELOG.md index 7fe10c551d9..3ded6472aa8 100644 --- a/packages/replay_bloc/CHANGELOG.md +++ b/packages/replay_bloc/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.2.5 + +- docs: fix inline doc comment macro ([#4007](https://github.com/felangel/bloc/pull/4007)) +- chore: add `topics` to `pubspec.yaml` ([#3914](https://github.com/felangel/bloc/pull/3914)) + # 0.2.4 - docs: upgrade to Dart 3 ([#3825](https://github.com/felangel/bloc/pull/3825)) diff --git a/packages/replay_bloc/LICENSE b/packages/replay_bloc/LICENSE index ec598049b9a..d4f112b7a57 100644 --- a/packages/replay_bloc/LICENSE +++ b/packages/replay_bloc/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 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 files (the "Software"), to deal diff --git a/packages/replay_bloc/pubspec.yaml b/packages/replay_bloc/pubspec.yaml index 8e8cd251e61..d2e2bf27788 100644 --- a/packages/replay_bloc/pubspec.yaml +++ b/packages/replay_bloc/pubspec.yaml @@ -1,6 +1,6 @@ name: replay_bloc description: An extension to the bloc state management library which adds support for undo and redo. -version: 0.2.4 +version: 0.2.5 repository: https://github.com/felangel/bloc/tree/master/packages/replay_bloc issue_tracker: https://github.com/felangel/bloc/issues homepage: https://bloclibrary.dev