diff --git a/CHANGELOG.md b/CHANGELOG.md index fac379d..4560e8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.0.0 + +* Made [WidgetRef] property on [ComponentRef] private. It should not be accessed directly. +* Removed the [riverpodAwareGameProvider]. If required, this is better handled at the application-level. + ## 3.0.0 * Changes to focus on [FlameGame]. diff --git a/pubspec.yaml b/pubspec.yaml index d02bff9..7f9c543 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flame_riverpod description: Widgets, providers, and an example project for using Riverpod in conjunction with Flame. -version: 3.0.0 +version: 4.0.0 homepage: https://markvideon.dev environment: