Skip to content

Commit bf2c13a

Browse files
authored
chore(release): Publish v0.14.2 (#109)
- [email protected]
1 parent c2ca615 commit bf2c13a

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

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-07
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.14.2`](#forge2d---v0142)
19+
20+
---
21+
22+
#### `forge2d` - `v0.14.2`
23+
24+
- **FIX**: Loosen constraints on vector_math to ^2.1.4 ([#108](https://github.com/flame-engine/forge2d/issues/108)). ([c2ca6157](https://github.com/flame-engine/forge2d/commit/c2ca61574a3701cc4cd53372124c773b6b1d9333))
25+
26+
627
## 2025-09-07
728

829
### Changes

packages/benchmark/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
build_runner: ^2.4.5
1414
build_web_compilers: ^4.0.3
15-
forge2d: ^0.14.1
15+
forge2d: ^0.14.2
1616
web: ^1.1.1
1717

1818
dev_dependencies:

packages/forge2d/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.14.2
2+
3+
- **FIX**: Loosen constraints on vector_math to ^2.1.4 ([#108](https://github.com/flame-engine/forge2d/issues/108)). ([c2ca6157](https://github.com/flame-engine/forge2d/commit/c2ca61574a3701cc4cd53372124c773b6b1d9333))
4+
15
## 0.14.1
26

37
- **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))

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

1111
dependencies:
12-
forge2d: ^0.14.1
12+
forge2d: ^0.14.2
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.14.1
2+
version: 0.14.2
33
description: A 2D physics engine for Dart (based on Box2D), 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)