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 7, 2023
1 parent 12fddeb commit e388846
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 2.0.0

* Pruned the public API, removing custom widget definitions (these have now been defined inside the example for
reference)
* Renamed [RiverpodAwareGameMixin] -> [HasComponentRef] to bring closer to the Flame 'house-style' for mixins.

## 1.1.0+2

* Another correction to README and example code. onMount should not call super.onLoad.
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: 1.1.0+2
version: 2.0.0
homepage: https://markvideon.dev

environment:
Expand Down

0 comments on commit e388846

Please sign in to comment.