diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b279ed..70e6bed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/packages/benchmark/pubspec.yaml b/packages/benchmark/pubspec.yaml index bf31f6a..0300491 100644 --- a/packages/benchmark/pubspec.yaml +++ b/packages/benchmark/pubspec.yaml @@ -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 diff --git a/packages/forge2d/CHANGELOG.md b/packages/forge2d/CHANGELOG.md index 29adb26..717eb2b 100644 --- a/packages/forge2d/CHANGELOG.md +++ b/packages/forge2d/CHANGELOG.md @@ -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. diff --git a/packages/forge2d/example/pubspec.yaml b/packages/forge2d/example/pubspec.yaml index 0528d7d..a3ab3c8 100644 --- a/packages/forge2d/example/pubspec.yaml +++ b/packages/forge2d/example/pubspec.yaml @@ -9,7 +9,7 @@ environment: sdk: ^3.12.0 dependencies: - forge2d: ^0.15.0 + forge2d: ^0.15.1 web: ^1.1.1 dev_dependencies: diff --git a/packages/forge2d/pubspec.yaml b/packages/forge2d/pubspec.yaml index b508af4..4d7cdbc 100644 --- a/packages/forge2d/pubspec.yaml +++ b/packages/forge2d/pubspec.yaml @@ -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