Skip to content

Commit 9386343

Browse files
authored
chore(release): Release v0.14.0 (#98)
1 parent 2d72627 commit 9386343

File tree

5 files changed

+32
-3
lines changed

5 files changed

+32
-3
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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+
## 2024-12-14
7+
8+
### Changes
9+
10+
---
11+
12+
Packages with breaking changes:
13+
14+
- [`forge2d` - `v0.14.0`](#forge2d---v0140)
15+
16+
Packages with other changes:
17+
18+
- There are no other changes in this release.
19+
20+
---
21+
22+
#### `forge2d` - `v0.14.0`
23+
24+
- **REFACTOR**: remove dead code ([#97](https://github.com/flame-engine/forge2d/issues/97)). ([6a75e0d2](https://github.com/flame-engine/forge2d/commit/6a75e0d2d4452bed3bfe6dbe35f84af9acebff76))
25+
- **BREAKING** **REFACTOR**: Use vector_math 32 instead of 64 ([#96](https://github.com/flame-engine/forge2d/issues/96)). ([2d726279](https://github.com/flame-engine/forge2d/commit/2d72627937e6b8dca672ed4dbc2de16577400623))
26+
27+
628
## 2024-08-06
729

830
### Changes

packages/benchmark/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
build_runner: ^2.4.5
1313
build_web_compilers: ^4.0.3
14-
forge2d: ^0.13.1
14+
forge2d: ^0.14.0
1515

1616
dev_dependencies:
1717
flame_lint: ^1.1.1

packages/forge2d/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.14.0
2+
3+
> Note: This release has breaking changes.
4+
5+
- **REFACTOR**: remove dead code ([#97](https://github.com/flame-engine/forge2d/issues/97)). ([6a75e0d2](https://github.com/flame-engine/forge2d/commit/6a75e0d2d4452bed3bfe6dbe35f84af9acebff76))
6+
- **BREAKING** **REFACTOR**: Use vector_math 32 instead of 64 ([#96](https://github.com/flame-engine/forge2d/issues/96)). ([2d726279](https://github.com/flame-engine/forge2d/commit/2d72627937e6b8dca672ed4dbc2de16577400623))
7+
18
## 0.13.1
29

310
- **REFACTOR**: Don't use static for Distance and Collision ([#92](https://github.com/flame-engine/forge2d/issues/92)). ([130994e1](https://github.com/flame-engine/forge2d/commit/130994e1f109071c690d4a8a970b28e106d9625e))

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

1111
dependencies:
12-
forge2d: ^0.13.1
12+
forge2d: ^0.14.0
1313

1414
dev_dependencies:
1515
build_runner: ^2.4.5

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.13.1
2+
version: 0.14.0
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

0 commit comments

Comments
 (0)