Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
 - forge2d@0.12.2
  • Loading branch information
spydon committed Nov 3, 2023
1 parent 1f80bf3 commit 62bd31b
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

## 2023-11-03

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`forge2d` - `v0.12.2`](#forge2d---v0122)

---

#### `forge2d` - `v0.12.2`

- **FIX**: Depend on any test version. ([1f80bf35](https://github.com/flame-engine/forge2d/commit/1f80bf35c84cec53a35bbf308c29810086597771))


## 2023-11-03

### 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 @@ -11,7 +11,7 @@ environment:
dependencies:
build_runner: ^2.4.5
build_web_compilers: ^4.0.3
forge2d: ^0.12.1
forge2d: ^0.12.2

dev_dependencies:
flame_lint: ^1.1.1
4 changes: 4 additions & 0 deletions packages/forge2d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.12.2

- **FIX**: Depend on any test version. ([1f80bf35](https://github.com/flame-engine/forge2d/commit/1f80bf35c84cec53a35bbf308c29810086597771))

## 0.12.1

- **FIX**: Lower meta bounds. ([39987d8d](https://github.com/flame-engine/forge2d/commit/39987d8d1a6b88f286d0e0cae109bba55be1159e))
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.0.0 <4.0.0"

dependencies:
forge2d: ^0.12.1
forge2d: ^0.12.2

dev_dependencies:
build_runner: ^2.4.5
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.12.1
version: 0.12.2
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

Expand Down

0 comments on commit 62bd31b

Please sign in to comment.