Skip to content

Commit 6c5f2f7

Browse files
chore(release): publish packages
- flame_forge2d@0.19.2
1 parent 7d18fd3 commit 6c5f2f7

6 files changed

Lines changed: 29 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## 2025-09-08
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- There are no breaking changes in this release.
15+
16+
Packages with other changes:
17+
18+
- [`flame_forge2d` - `v0.19.2`](#flame_forge2d---v0192)
19+
20+
---
21+
22+
#### `flame_forge2d` - `v0.19.2`
23+
24+
- **FEAT**: Allow bodies to not be destroyed when the world is removed from the component tree ([#3716](https://github.com/flame-engine/flame/issues/3716)). ([7d18fd3d](https://github.com/flame-engine/flame/commit/7d18fd3d1cf076bce7032eb60dbfd7777643539d))
25+
26+
627
## 2025-09-07
728

829
### Changes

examples/games/padracing/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
dependencies:
1111
collection: ^1.17.1
1212
flame: ^1.32.0
13-
flame_forge2d: ^0.19.1
13+
flame_forge2d: ^0.19.2
1414
flutter:
1515
sdk: flutter
1616
google_fonts: ^6.2.1

examples/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
dashbook: ^0.1.16
1616
flame: ^1.32.0
1717
flame_audio: ^2.11.10
18-
flame_forge2d: ^0.19.1
18+
flame_forge2d: ^0.19.2
1919
flame_isolate: ^0.6.2+16
2020
flame_lottie: ^0.4.2+16
2121
flame_noise: ^0.3.2+16

packages/flame_forge2d/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.19.2
2+
3+
- **FEAT**: Allow bodies to not be destroyed when the world is removed from the component tree ([#3716](https://github.com/flame-engine/flame/issues/3716)). ([7d18fd3d](https://github.com/flame-engine/flame/commit/7d18fd3d1cf076bce7032eb60dbfd7777643539d))
4+
15
## 0.19.1
26

37
- **FIX**: Use correct `Forge2DWorld` in `onRemove` ([#3713](https://github.com/flame-engine/flame/issues/3713)). ([140833d1](https://github.com/flame-engine/flame/commit/140833d1eacf6b756f81f0452ec237c6991f2ae0))

packages/flame_forge2d/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212

1313
dependencies:
1414
flame: ^1.32.0
15-
flame_forge2d: ^0.19.1
15+
flame_forge2d: ^0.19.2
1616
flutter:
1717
sdk: flutter
1818

packages/flame_forge2d/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flame_forge2d
22
resolution: workspace
33
description: Forge2D (Box2D) support for the Flame game engine. This uses the forge2d package and provides wrappers and components to be used inside Flame.
4-
version: 0.19.1
4+
version: 0.19.2
55
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_forge2d
66
funding:
77
- https://opencollective.com/blue-fire

0 commit comments

Comments
 (0)