Compare commits

...

1 Commits

Author SHA1 Message Date
Nick Fisher
0222ba2d6c chore(release): publish packages
- thermion_dart@0.1.1
2024-06-21 17:18:43 +08:00
7 changed files with 30 additions and 5 deletions

View File

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

View File

@@ -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.

View File

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

View File

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

View File

@@ -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:

View File

@@ -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:

View File

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