Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/games/padracing/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
7 changes: 7 additions & 0 deletions packages/flame_forge2d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_forge2d/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:

dependencies:
flame: ^1.38.0
flame_forge2d: ^0.19.3+7
flame_forge2d: ^0.20.0
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion packages/flame_forge2d/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading