diff --git a/CHANGELOG.md b/CHANGELOG.md index 13127bc6..3b60fecf 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-06-21 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`thermion_flutter` - `v0.1.1+2`](#thermion_flutter---v0112) + +--- + +#### `thermion_flutter` - `v0.1.1+2` + + - **FIX**: update Flutter example project to use new API. + - **FIX**: add logging dependency to thermion_flutter. + + ## 2024-06-21 ### Changes diff --git a/thermion_flutter/thermion_flutter/CHANGELOG.md b/thermion_flutter/thermion_flutter/CHANGELOG.md index 000548c4..28ac486e 100644 --- a/thermion_flutter/thermion_flutter/CHANGELOG.md +++ b/thermion_flutter/thermion_flutter/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.1+2 + + - **FIX**: update Flutter example project to use new API. + - **FIX**: add logging dependency to thermion_flutter. + ## 0.1.1+1 - **REFACTOR**: export ThermionViewerWasm for web and hide FFI/WASM version. diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index 8a91cc1b..951677cd 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.1.1+1 +version: 0.1.1+2 homepage: https://docs.page/nmfisher/thermion repository: https://github.com/nmfisher/thermion