Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Publish v0.13.0 #91

Merged
merged 1 commit into from
Apr 5, 2024
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
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.

## 2024-04-05

### Changes

---

Packages with breaking changes:

- [`forge2d` - `v0.13.0`](#forge2d---v0130)

Packages with other changes:

- There are no other changes in this release.

---

#### `forge2d` - `v0.13.0`

- **BREAKING** **REFACTOR**: Un-export `Timer` ([#90](https://github.com/flame-engine/forge2d/issues/90)). ([abf23783](https://github.com/flame-engine/forge2d/commit/abf23783c1d5dc3de6db2751f0d080816f76df20))


## 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.2
forge2d: ^0.13.0

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

> Note: This release has breaking changes.

- **BREAKING** **REFACTOR**: Un-export `Timer` ([#90](https://github.com/flame-engine/forge2d/issues/90)). ([abf23783](https://github.com/flame-engine/forge2d/commit/abf23783c1d5dc3de6db2751f0d080816f76df20))

## 0.12.2

- **FIX**: Depend on any test version. ([1f80bf35](https://github.com/flame-engine/forge2d/commit/1f80bf35c84cec53a35bbf308c29810086597771))
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.2
forge2d: ^0.13.0

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.2
version: 0.13.0
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
Loading