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.

## 2025-09-07

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`forge2d` - `v0.14.1`](#forge2d---v0141)

---

#### `forge2d` - `v0.14.1`

- **FIX**: Destroy and create bodies after step is done ([#106](https://github.com/flame-engine/forge2d/issues/106)). ([92c7ccb8](https://github.com/flame-engine/forge2d/commit/92c7ccb85774a86a1f0656226e06a2504cdd47a6))
- **FIX**: Fix CircleShape.computeDistanceToOut and add some tests. ([#100](https://github.com/flame-engine/forge2d/issues/100)). ([584a07e2](https://github.com/flame-engine/forge2d/commit/584a07e261573fbc2d9e39590b0d20eea74d733a))


## 2024-12-14

### 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 @@ -12,7 +12,7 @@ environment:
dependencies:
build_runner: ^2.4.5
build_web_compilers: ^4.0.3
forge2d: ^0.14.0
forge2d: ^0.14.1
web: ^1.1.1

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/forge2d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.14.1

- **FIX**: Destroy and create bodies after step is done ([#106](https://github.com/flame-engine/forge2d/issues/106)). ([92c7ccb8](https://github.com/flame-engine/forge2d/commit/92c7ccb85774a86a1f0656226e06a2504cdd47a6))
- **FIX**: Fix CircleShape.computeDistanceToOut and add some tests. ([#100](https://github.com/flame-engine/forge2d/issues/100)). ([584a07e2](https://github.com/flame-engine/forge2d/commit/584a07e261573fbc2d9e39590b0d20eea74d733a))

## 0.14.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.8.0 <4.0.0"

dependencies:
forge2d: ^0.14.0
forge2d: ^0.14.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.14.0
version: 0.14.1
description: A 2D physics engine for Dart (based on Box2D), also works with the Flame game engine in Flutter
homepage: https://github.com/flame-engine/forge2d
resolution: workspace
Expand Down