Skip to content

Commit 589048f

Browse files
committed
chore(release): publish packages
- [email protected]
1 parent 9e2b074 commit 589048f

File tree

4 files changed

+43
-8
lines changed

4 files changed

+43
-8
lines changed

CHANGELOG.md

Lines changed: 36 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ Packages with dependency updates only:
6262
- `flame_tiled` - `v1.20.4`
6363
- `flame_lottie` - `v0.4.2+1`
6464

65-
66-
## 2024-09-16
67-
68-
### Changes
69-
7065
---
7166

7267
#### `flame` - `v1.20.0`
@@ -77,7 +72,42 @@ Packages with dependency updates only:
7772
- **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))
7873
- **FEAT**: Adding tickOnLoad to TimerComponent ([#3285](https://github.com/flame-engine/flame/issues/3285)). ([0113aa37](https://github.com/flame-engine/flame/commit/0113aa376145109079a89bd310b9e528631ce9d4))
7974
- **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))
80-
=======
75+
76+
77+
## 2024-09-16
78+
79+
### Changes
80+
81+
---
82+
83+
Packages with breaking changes:
84+
85+
- There are no breaking changes in this release.
86+
87+
Packages with other changes:
88+
89+
- [`flame_3d` - `v0.1.0-dev.3`](#flame_3d---v010-dev3)
90+
91+
---
92+
93+
#### `flame_3d` - `v0.1.0-dev.3`
94+
95+
- **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))
96+
- **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))
97+
98+
99+
## 2024-09-16
100+
101+
### Changes
102+
103+
---
104+
105+
Packages with breaking changes:
106+
107+
- There are no breaking changes in this release.
108+
109+
Packages with other changes:
110+
81111
- [`flame_3d` - `v0.1.0-dev.2`](#flame_3d---v010-dev2)
82112

83113
---

packages/flame_3d/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.0-dev.3
2+
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))
4+
- **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))
5+
16
## 0.1.0-dev.2
27

38
- **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))

packages/flame_3d/example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ environment:
88

99
dependencies:
1010
flame: ^1.16.0
11-
flame_3d: ^0.1.0-dev.2
11+
flame_3d: ^0.1.0-dev.3
1212
flutter:
1313
sdk: flutter
1414

packages/flame_3d/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flame_3d
22
description: Experimental 3D support for the Flame Engine
3-
version: 0.1.0-dev.2
3+
version: 0.1.0-dev.3
44
homepage: https://github.com/flame-engine/flame/tree/main/packages/flame_3d
55
funding:
66
- https://opencollective.com/blue-fire

0 commit comments

Comments
 (0)