From 951064e65758a12ac0b0e3688cbfc9ce42a7b2bd Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 25 Sep 2024 21:20:54 +0800 Subject: [PATCH] chore(release): publish packages - thermion_flutter@0.2.0-dev.3.0 --- CHANGELOG.md | 22 +++++++++++++++++++ .../thermion_flutter/CHANGELOG.md | 7 ++++++ .../thermion_flutter/pubspec.yaml | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d2d3721..0c20fedf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-09-25 + +### Changes + +--- + +Packages with breaking changes: + + - [`thermion_flutter` - `v0.2.0-dev.3.0`](#thermion_flutter---v020-dev30) + +Packages with other changes: + + - There are no other changes in this release. + +--- + +#### `thermion_flutter` - `v0.2.0-dev.3.0` + + - **BREAKING** **FIX**: remove EntityControllerMouseWidget (replace with GestureHandler). + - **BREAKING** **CHORE**: (flutter) cleanup for pub.dev publishing. + + ## 2024-09-25 ### Changes diff --git a/thermion_flutter/thermion_flutter/CHANGELOG.md b/thermion_flutter/thermion_flutter/CHANGELOG.md index 99589856..1245788a 100644 --- a/thermion_flutter/thermion_flutter/CHANGELOG.md +++ b/thermion_flutter/thermion_flutter/CHANGELOG.md @@ -1,3 +1,10 @@ +## 0.2.0-dev.3.0 + +> Note: This release has breaking changes. + + - **BREAKING** **FIX**: remove EntityControllerMouseWidget (replace with GestureHandler). + - **BREAKING** **CHORE**: (flutter) cleanup for pub.dev publishing. + ## 0.2.0-dev.2.0 > Note: This release has breaking changes. diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index dd0afe42..fe7f0db4 100644 --- a/thermion_flutter/thermion_flutter/pubspec.yaml +++ b/thermion_flutter/thermion_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: thermion_flutter description: Flutter plugin for 3D rendering with the Thermion toolkit. -version: 0.2.0-dev.2.0 +version: 0.2.0-dev.3.0 homepage: https://thermion.dev repository: https://github.com/nmfisher/thermion