Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Version up
Browse files Browse the repository at this point in the history
  • Loading branch information
markvideon committed Jan 8, 2023
1 parent 2d2eb92 commit cfedaf7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 3.0.0

* Changes to focus on [FlameGame].
* [riverpodAwareGameProvider] now expects a [FlameGame].
* Removed the [HasComponentRef] on Game.
* Renamed [RiverpodComponentMixin] to [HasComponentRef]
* [HasComponentRef] now has a static setter for a WidgetRef. Components that use the new [HasComponentRef] mixin no
longer need to explicitly provide a [ComponentRef].
* Renamed the [WidgetRef] property on the [ComponentRef] to [widgetRef].
* Updated Example to reflect changes.
* Updated README to reflect changes.

## 2.0.0

* Pruned the public API, removing custom widget definitions (these have now been defined inside the example for
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_riverpod
description: Widgets, providers, and an example project for using Riverpod in conjunction with Flame.
version: 2.0.0
version: 3.0.0
homepage: https://markvideon.dev

environment:
Expand Down

0 comments on commit cfedaf7

Please sign in to comment.