mirror of
				https://github.com/flame-engine/flame.git
				synced 2025-11-04 13:08:09 +08:00 
			
		
		
		
	chore(release): publish packages
- flame_3d@0.1.0-dev.3
This commit is contained in:
		
							
								
								
									
										22
									
								
								CHANGELOG.md
									
									
									
									
									
								
							
							
						
						
									
										22
									
								
								CHANGELOG.md
									
									
									
									
									
								
							@ -31,6 +31,28 @@ Packages with other 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.
 | 
			
		||||
 | 
			
		||||
@ -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))
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
@ -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
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user