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
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2026-08-12

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`forge2d` - `v0.15.1`](#forge2d---v0151)

---

#### `forge2d` - `v0.15.1`

- **FEAT**: Let the length unit be set through initializeForge2D ([#120](https://github.com/flame-engine/forge2d/issues/120)). ([5696a7be](https://github.com/flame-engine/forge2d/commit/5696a7be36ada00fcf48ab66fbc09354cacb9798))


## 2026-07-20

### Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/benchmark/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ environment:
sdk: ^3.12.0

dependencies:
forge2d: ^0.15.0
forge2d: ^0.15.1

dev_dependencies:
flame_lint: ^1.4.1
4 changes: 4 additions & 0 deletions packages/forge2d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.15.1

- **FEAT**: Let the length unit be set through initializeForge2D ([#120](https://github.com/flame-engine/forge2d/issues/120)). ([5696a7be](https://github.com/flame-engine/forge2d/commit/5696a7be36ada00fcf48ab66fbc09354cacb9798))

## 0.15.0

> Note: This release has breaking changes.
Expand Down
2 changes: 1 addition & 1 deletion packages/forge2d/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ environment:
sdk: ^3.12.0

dependencies:
forge2d: ^0.15.0
forge2d: ^0.15.1
web: ^1.1.1

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/forge2d/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: forge2d
version: 0.15.0
version: 0.15.1
description: A 2D physics engine for Dart, binding to the native Box2D v3 library. Also works with the Flame game engine in Flutter.
homepage: https://github.com/flame-engine/forge2d
resolution: workspace
Expand Down
Loading