Skip to content

Commit

Permalink
Bump versions for relase
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Feb 24, 2021
1 parent ecd5338 commit 34caba1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# CHANGELOG

## [next]

## 1.0.0-rc7
- Moving device related methods (like `fullScreen`) from `util.dart` to `device.dart`
- Moving render functions from `util.dart` to `extensions/canvas.dart`
- Adapting ParallaxComponent contructors to match the pattern followed on other components
Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Put the pub package as your dependency by dropping the following in your `pubspe

```yaml
dependencies:
flame: ^1.0.0-rc6
flame: ^1.0.0-rc7
```
And start using it!
Expand Down
2 changes: 1 addition & 1 deletion lib/src/game/game_render_box.dart
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@ class GameRenderBox extends RenderBox with WidgetsBindingObserver {
game.lifecycleStateChange(state);
}

@override
// ignore: annotate_overrides
Size computeDryLayout(BoxConstraints constraints) => constraints.biggest;
}
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame
description: A minimalist Flutter game engine, provides a nice set of somewhat independent modules you can choose from.
version: 1.0.0-rc6
version: 1.0.0-rc7
homepage: https://github.com/flame-engine/flame

dependencies:
Expand Down

0 comments on commit 34caba1

Please sign in to comment.