Compare commits
1 Commits
thermion_f
...
thermion_d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0222ba2d6c |
21
CHANGELOG.md
21
CHANGELOG.md
@@ -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-06-21
|
||||
|
||||
### Changes
|
||||
|
||||
---
|
||||
|
||||
Packages with breaking changes:
|
||||
|
||||
- There are no breaking changes in this release.
|
||||
|
||||
Packages with other changes:
|
||||
|
||||
- [`thermion_dart` - `v0.1.1`](#thermion_dart---v011)
|
||||
|
||||
---
|
||||
|
||||
#### `thermion_dart` - `v0.1.1`
|
||||
|
||||
- Bump "thermion_dart" to `0.1.1`.
|
||||
|
||||
|
||||
## 2024-06-21
|
||||
|
||||
### Changes
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
## 0.1.1
|
||||
|
||||
- Bump "thermion_dart" to `0.1.1`.
|
||||
|
||||
## 0.1.0+4
|
||||
|
||||
- **FIX**: add dummy asset to build.dart on Linux builds so we can use the package on a Linux host.
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: thermion_dart
|
||||
description: 3D rendering toolkit for Dart.
|
||||
version: 0.1.0+4
|
||||
version: 0.1.1
|
||||
homepage: https://docs.page/nmfisher/thermion
|
||||
repository: https://github.com/nmfisher/thermion
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ dependencies:
|
||||
plugin_platform_interface: ^2.0.0
|
||||
ffi: ^2.1.2
|
||||
animation_tools_dart: ^0.0.4
|
||||
thermion_dart: ^0.1.0+4
|
||||
thermion_dart: ^0.1.1
|
||||
thermion_flutter_platform_interface: ^0.1.0+4
|
||||
thermion_flutter_ffi: ^0.1.0+4
|
||||
thermion_flutter_web: ^0.0.1+4
|
||||
|
||||
@@ -23,7 +23,7 @@ dependencies:
|
||||
sdk: flutter
|
||||
plugin_platform_interface: ^2.1.0
|
||||
thermion_flutter_platform_interface: ^0.1.0+4
|
||||
thermion_dart: ^0.1.0+4
|
||||
thermion_dart: ^0.1.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
@@ -11,7 +11,7 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
plugin_platform_interface: ^2.1.0
|
||||
thermion_dart: ^0.1.0+4
|
||||
thermion_dart: ^0.1.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencies:
|
||||
sdk: flutter
|
||||
plugin_platform_interface: ^2.1.0
|
||||
web: ^0.5.1
|
||||
thermion_dart: ^0.1.0+4
|
||||
thermion_dart: ^0.1.1
|
||||
thermion_flutter_platform_interface: ^0.1.0+4
|
||||
flutter_web_plugins:
|
||||
sdk: flutter
|
||||
|
||||
Reference in New Issue
Block a user