From 0222ba2d6c6483e56b99f0440759150229b5d57b Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 21 Jun 2024 17:18:43 +0800 Subject: [PATCH] chore(release): publish packages - thermion_dart@0.1.1 --- CHANGELOG.md | 21 +++++++++++++++++++ thermion_dart/CHANGELOG.md | 4 ++++ thermion_dart/pubspec.yaml | 2 +- .../thermion_flutter/pubspec.yaml | 2 +- .../thermion_flutter_ffi/pubspec.yaml | 2 +- .../pubspec.yaml | 2 +- .../thermion_flutter_web/pubspec.yaml | 2 +- 7 files changed, 30 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71fa77a9..2b426b2a 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/thermion_dart/CHANGELOG.md b/thermion_dart/CHANGELOG.md index 2a6e99a1..e4526a46 100644 --- a/thermion_dart/CHANGELOG.md +++ b/thermion_dart/CHANGELOG.md @@ -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. diff --git a/thermion_dart/pubspec.yaml b/thermion_dart/pubspec.yaml index 6a580f37..6385bc3a 100644 --- a/thermion_dart/pubspec.yaml +++ b/thermion_dart/pubspec.yaml @@ -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 diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index db175ddd..ac29eaeb 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -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 diff --git a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml index 3af124fa..b85a17e5 100644 --- a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml @@ -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: diff --git a/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml b/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml index d2b61d65..88677b34 100644 --- a/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml @@ -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: diff --git a/thermion_flutter/thermion_flutter_web/pubspec.yaml b/thermion_flutter/thermion_flutter_web/pubspec.yaml index c6c3e225..051d69d5 100644 --- a/thermion_flutter/thermion_flutter_web/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_web/pubspec.yaml @@ -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