Skip to content

Commit 174e256

Browse files
chore(release): Publish packages (#121)
Prepared all packages to be released to pub.dev Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5696a7b commit 174e256

5 files changed

Lines changed: 28 additions & 3 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+
## 2026-08-12
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+
- [`forge2d` - `v0.15.1`](#forge2d---v0151)
19+
20+
---
21+
22+
#### `forge2d` - `v0.15.1`
23+
24+
- **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))
25+
26+
627
## 2026-07-20
728

829
### Changes

packages/benchmark/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ environment:
1010
sdk: ^3.12.0
1111

1212
dependencies:
13-
forge2d: ^0.15.0
13+
forge2d: ^0.15.1
1414

1515
dev_dependencies:
1616
flame_lint: ^1.4.1

packages/forge2d/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.15.1
2+
3+
- **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))
4+
15
## 0.15.0
26

37
> Note: This release has breaking changes.

packages/forge2d/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.12.0
1010

1111
dependencies:
12-
forge2d: ^0.15.0
12+
forge2d: ^0.15.1
1313
web: ^1.1.1
1414

1515
dev_dependencies:

packages/forge2d/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: forge2d
2-
version: 0.15.0
2+
version: 0.15.1
33
description: A 2D physics engine for Dart, binding to the native Box2D v3 library. Also works with the Flame game engine in Flutter.
44
homepage: https://github.com/flame-engine/forge2d
55
resolution: workspace

0 commit comments

Comments
 (0)