Skip to content

Commit

Permalink
chore(release): publish packages
Browse files Browse the repository at this point in the history
  • Loading branch information
luanpotter committed Sep 17, 2024
1 parent b9d6a0f commit 4a77574
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-09-16

### Changes

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame_3d` - `v0.1.0-dev.3`](#flame_3d---v010-dev3)

---

#### `flame_3d` - `v0.1.0-dev.3`

- **FIX**: Improve behavior of Quaternion.slerp function [flame_3d] ([#3306](https://github.com/flame-engine/flame/issues/3306)). ([b9d6a0f1](https://github.com/flame-engine/flame/commit/b9d6a0f1d34e009cd91ae9d2ab0eed09b546d110))
- **DOCS**: Update README.md docs to reflect current state of affairs ([#3305](https://github.com/flame-engine/flame/issues/3305)). ([be72daee](https://github.com/flame-engine/flame/commit/be72daee6b92bcef2af3af78c1f64abe94c49d18))


## 2024-09-16

### Changes
Expand Down
5 changes: 5 additions & 0 deletions packages/flame_3d/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.1.0-dev.3

- **FIX**: Improve behavior of Quaternion.slerp function [flame_3d] ([#3306](https://github.com/flame-engine/flame/issues/3306)). ([b9d6a0f1](https://github.com/flame-engine/flame/commit/b9d6a0f1d34e009cd91ae9d2ab0eed09b546d110))
- **DOCS**: Update README.md docs to reflect current state of affairs ([#3305](https://github.com/flame-engine/flame/issues/3305)). ([be72daee](https://github.com/flame-engine/flame/commit/be72daee6b92bcef2af3af78c1f64abe94c49d18))

## 0.1.0-dev.2

- **FIX**: Improve quaternion slerp logic to avoid NaN edge cases ([#3303](https://github.com/flame-engine/flame/issues/3303)). ([565b68b9](https://github.com/flame-engine/flame/commit/565b68b9da52d44281e93f9ae8617f9dbe9551f3))
Expand Down
2 changes: 1 addition & 1 deletion packages/flame_3d/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ environment:

dependencies:
flame: ^1.16.0
flame_3d: ^0.1.0-dev.2
flame_3d: ^0.1.0-dev.3
flutter:
sdk: flutter

Expand Down
2 changes: 1 addition & 1 deletion packages/flame_3d/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: flame_3d
description: Experimental 3D support for the Flame Engine
version: 0.1.0-dev.2
version: 0.1.0-dev.3
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_3d
funding:
- https://opencollective.com/blue-fire
Expand Down

0 comments on commit 4a77574

Please sign in to comment.