chore(release): publish packages

- thermion_dart@0.2.0
 - thermion_flutter@0.2.0
 - thermion_flutter_ffi@0.2.0
 - thermion_flutter_platform_interface@0.2.0
 - thermion_flutter_web@0.1.0
This commit is contained in:
Nick Fisher
2024-10-02 17:41:13 +08:00
parent b300e86962
commit 68d29041b0
11 changed files with 73 additions and 14 deletions

View File

@@ -1,3 +1,7 @@
## 0.2.0
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
## 0.2.0-dev.8.0.0
> Note: This release has breaking changes.

View File

@@ -1,7 +1,7 @@
name: thermion_flutter_ffi
description: An FFI interface for the thermion_flutter plugin (all platforms except web).
repository: https://github.com/nmfisher/thermion_flutter/thermion_flutter
version: 0.2.0-dev.8.0.0
version: 0.2.0
environment:
sdk: ">=3.3.0 <4.0.0"
@@ -22,8 +22,8 @@ dependencies:
flutter:
sdk: flutter
plugin_platform_interface: ^2.1.0
thermion_flutter_platform_interface: ^0.2.0-dev.8.0.0
thermion_dart: ^0.2.0-dev.8.0.0
thermion_flutter_platform_interface: ^0.2.0
thermion_dart: ^0.2.0
logging: ^1.2.0
dev_dependencies: