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 Oct 15, 2024
1 parent 9e2b074 commit 589048f
Show file tree
Hide file tree
Showing 4 changed files with 43 additions and 8 deletions.
42 changes: 36 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,6 @@ Packages with dependency updates only:
- `flame_tiled` - `v1.20.4`
- `flame_lottie` - `v0.4.2+1`


## 2024-09-16

### Changes

---

#### `flame` - `v1.20.0`
Expand All @@ -77,7 +72,42 @@ Packages with dependency updates only:
- **FEAT**: Adding paint attribute to SpriteWidget and SpriteAnimationWidget ([#3298](https://github.com/flame-engine/flame/issues/3298)). ([a5338d0c](https://github.com/flame-engine/flame/commit/a5338d0c20d01bbe461c6d7fed5951d11e1c76f0))
- **FEAT**: Adding tickOnLoad to TimerComponent ([#3285](https://github.com/flame-engine/flame/issues/3285)). ([0113aa37](https://github.com/flame-engine/flame/commit/0113aa376145109079a89bd310b9e528631ce9d4))
- **DOCS**: Include information about the Flame DevTools extension in example readme ([#3288](https://github.com/flame-engine/flame/issues/3288)). ([76a9abaf](https://github.com/flame-engine/flame/commit/76a9abaf3c70659323e02bf7b6531b4fbba1f7a2))
=======


## 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

---

Packages with breaking changes:

- There are no breaking changes in this release.

Packages with other changes:

- [`flame_3d` - `v0.1.0-dev.2`](#flame_3d---v010-dev2)

---
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 589048f

Please sign in to comment.