From fcf934e9eeeff3c3b491e845e09d6b9088fe7339 Mon Sep 17 00:00:00 2001 From: Lukas Klingsbo Date: Sun, 16 Aug 2026 17:57:34 +0200 Subject: [PATCH] chore(release): Release flame_forge2d 0.20.0 --- CHANGELOG.md | 22 +++++++++++++++++++++ examples/games/padracing/pubspec.yaml | 2 +- examples/pubspec.yaml | 2 +- packages/flame_forge2d/CHANGELOG.md | 7 +++++++ packages/flame_forge2d/example/pubspec.yaml | 2 +- packages/flame_forge2d/pubspec.yaml | 2 +- 6 files changed, 33 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2cbd00c0b0..b1945803425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2026-08-16 + +### Changes + +--- + +Packages with breaking changes: + + - [`flame_forge2d` - `v0.20.0`](#flame_forge2d---v0200) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `flame_forge2d` - `v0.20.0` + + - **FIX**: Adapt to Flutter 3.47 ([#3995](https://github.com/flame-engine/flame/issues/3995)). ([0453bad6](https://github.com/flame-engine/flame/commit/0453bad6e726ff90610baec86e5c24dc4c89a5a4)) + - **BREAKING** **FEAT**: Migrate flame_forge2d to the Box2D v3 based forge2d ([#3952](https://github.com/flame-engine/flame/issues/3952)). ([9081a0f9](https://github.com/flame-engine/flame/commit/9081a0f92af5339f3fb17c4895e0d4ebf7012c6f)) + + ## 2026-07-22 ### Changes diff --git a/examples/games/padracing/pubspec.yaml b/examples/games/padracing/pubspec.yaml index fdedc3e4b7e..9b416cc8663 100644 --- a/examples/games/padracing/pubspec.yaml +++ b/examples/games/padracing/pubspec.yaml @@ -10,7 +10,7 @@ environment: dependencies: collection: ^1.17.1 flame: ^1.38.0 - flame_forge2d: ^0.19.3+7 + flame_forge2d: ^0.20.0 flutter: sdk: flutter google_fonts: ^8.0.2 diff --git a/examples/pubspec.yaml b/examples/pubspec.yaml index 5fe01fd5597..c974de00136 100644 --- a/examples/pubspec.yaml +++ b/examples/pubspec.yaml @@ -15,7 +15,7 @@ dependencies: dashbook: ^0.1.18 flame: ^1.38.0 flame_audio: ^2.12.2 - flame_forge2d: ^0.19.3+7 + flame_forge2d: ^0.20.0 flame_isolate: ^0.6.3+23 flame_lottie: ^0.4.3+23 flame_noise: ^0.3.3+23 diff --git a/packages/flame_forge2d/CHANGELOG.md b/packages/flame_forge2d/CHANGELOG.md index 95844f0401b..ba43177eaae 100644 --- a/packages/flame_forge2d/CHANGELOG.md +++ b/packages/flame_forge2d/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.20.0 + +> Note: This release has breaking changes. + + - **FIX**: Adapt to Flutter 3.47 ([#3995](https://github.com/flame-engine/flame/issues/3995)). ([0453bad6](https://github.com/flame-engine/flame/commit/0453bad6e726ff90610baec86e5c24dc4c89a5a4)) + - **BREAKING** **FEAT**: Migrate flame_forge2d to the Box2D v3 based forge2d ([#3952](https://github.com/flame-engine/flame/issues/3952)). ([9081a0f9](https://github.com/flame-engine/flame/commit/9081a0f92af5339f3fb17c4895e0d4ebf7012c6f)) + ## 0.19.3+7 - Update a dependency to the latest release. diff --git a/packages/flame_forge2d/example/pubspec.yaml b/packages/flame_forge2d/example/pubspec.yaml index 50869465780..47778a6567c 100644 --- a/packages/flame_forge2d/example/pubspec.yaml +++ b/packages/flame_forge2d/example/pubspec.yaml @@ -12,7 +12,7 @@ environment: dependencies: flame: ^1.38.0 - flame_forge2d: ^0.19.3+7 + flame_forge2d: ^0.20.0 flutter: sdk: flutter diff --git a/packages/flame_forge2d/pubspec.yaml b/packages/flame_forge2d/pubspec.yaml index ed4aeee3fd1..4f6b5429a96 100644 --- a/packages/flame_forge2d/pubspec.yaml +++ b/packages/flame_forge2d/pubspec.yaml @@ -1,7 +1,7 @@ name: flame_forge2d resolution: workspace description: Forge2D (Box2D) support for the Flame game engine. This uses the forge2d package and provides wrappers and components to be used inside Flame. -version: 0.19.3+7 +version: 0.20.0 homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_forge2d funding: - https://opencollective.com/blue-fire