From 3e67b64b908515bb37a76ed94dd1be0d5dc94af6 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Wed, 2 Oct 2024 17:41:13 +0800 Subject: [PATCH] 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 --- CHANGELOG.md | 39 +++++++++++++++++++ thermion_dart/CHANGELOG.md | 4 ++ thermion_dart/pubspec.yaml | 2 +- .../thermion_flutter/CHANGELOG.md | 4 ++ .../thermion_flutter/pubspec.yaml | 10 ++--- .../thermion_flutter_ffi/CHANGELOG.md | 4 ++ .../thermion_flutter_ffi/pubspec.yaml | 6 +-- .../CHANGELOG.md | 4 ++ .../pubspec.yaml | 4 +- .../thermion_flutter_web/CHANGELOG.md | 4 ++ .../thermion_flutter_web/pubspec.yaml | 6 +-- 11 files changed, 73 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db83aa3a..d234fb41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,45 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-10-02 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`thermion_dart` - `v0.2.0`](#thermion_dart---v020) + - [`thermion_flutter` - `v0.2.0`](#thermion_flutter---v020) + - [`thermion_flutter_ffi` - `v0.2.0`](#thermion_flutter_ffi---v020) + - [`thermion_flutter_platform_interface` - `v0.2.0`](#thermion_flutter_platform_interface---v020) + - [`thermion_flutter_web` - `v0.1.0`](#thermion_flutter_web---v010) + +Packages graduated to a stable release (see pre-releases prior to the stable version for changelog entries): + + - `thermion_dart` - `v0.2.0` + - `thermion_flutter` - `v0.2.0` + - `thermion_flutter_ffi` - `v0.2.0` + - `thermion_flutter_platform_interface` - `v0.2.0` + - `thermion_flutter_web` - `v0.1.0` + +--- + +#### `thermion_dart` - `v0.2.0` + +#### `thermion_flutter` - `v0.2.0` + +#### `thermion_flutter_ffi` - `v0.2.0` + +#### `thermion_flutter_platform_interface` - `v0.2.0` + +#### `thermion_flutter_web` - `v0.1.0` + + ## 2024-10-02 ### Changes diff --git a/thermion_dart/CHANGELOG.md b/thermion_dart/CHANGELOG.md index ed2fc099..c56090b3 100644 --- a/thermion_dart/CHANGELOG.md +++ b/thermion_dart/CHANGELOG.md @@ -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. diff --git a/thermion_dart/pubspec.yaml b/thermion_dart/pubspec.yaml index b1237476..ec58828b 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.2.0-dev.8.0.0 +version: 0.2.0 homepage: https://thermion.dev repository: https://github.com/nmfisher/thermion diff --git a/thermion_flutter/thermion_flutter/CHANGELOG.md b/thermion_flutter/thermion_flutter/CHANGELOG.md index 14067586..ba289e63 100644 --- a/thermion_flutter/thermion_flutter/CHANGELOG.md +++ b/thermion_flutter/thermion_flutter/CHANGELOG.md @@ -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 - **REFACTOR**: continual refactor to support multiple render targets. diff --git a/thermion_flutter/thermion_flutter/pubspec.yaml b/thermion_flutter/thermion_flutter/pubspec.yaml index 533f199c..95e3c013 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.8.0.0 +version: 0.2.0 homepage: https://thermion.dev repository: https://github.com/nmfisher/thermion @@ -17,10 +17,10 @@ dependencies: plugin_platform_interface: ^2.0.0 ffi: ^2.1.2 animation_tools_dart: ^0.0.4 - thermion_dart: ^0.2.0-dev.8.0.0 - thermion_flutter_platform_interface: ^0.2.0-dev.8.0.0 - thermion_flutter_ffi: ^0.2.0-dev.8.0.0 - thermion_flutter_web: ^0.1.0-dev.8.0.0 + thermion_dart: ^0.2.0 + thermion_flutter_platform_interface: ^0.2.0 + thermion_flutter_ffi: ^0.2.0 + thermion_flutter_web: ^0.1.0 logging: ^1.2.0 web: ^1.0.0 diff --git a/thermion_flutter/thermion_flutter_ffi/CHANGELOG.md b/thermion_flutter/thermion_flutter_ffi/CHANGELOG.md index 65c92586..0826fef7 100644 --- a/thermion_flutter/thermion_flutter_ffi/CHANGELOG.md +++ b/thermion_flutter/thermion_flutter_ffi/CHANGELOG.md @@ -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. diff --git a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml index 51ca519b..f9e028ac 100644 --- a/thermion_flutter/thermion_flutter_ffi/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_ffi/pubspec.yaml @@ -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: diff --git a/thermion_flutter/thermion_flutter_platform_interface/CHANGELOG.md b/thermion_flutter/thermion_flutter_platform_interface/CHANGELOG.md index 4445f13d..2789eaf2 100644 --- a/thermion_flutter/thermion_flutter_platform_interface/CHANGELOG.md +++ b/thermion_flutter/thermion_flutter_platform_interface/CHANGELOG.md @@ -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 - **REFACTOR**: continual refactor to support multiple render targets. diff --git a/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml b/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml index 0dfab7ef..4cc5b1ce 100644 --- a/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_platform_interface/pubspec.yaml @@ -1,7 +1,7 @@ name: thermion_flutter_platform_interface description: A common platform interface for the thermion_flutter plugin. 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" @@ -11,7 +11,7 @@ dependencies: flutter: sdk: flutter plugin_platform_interface: ^2.1.0 - thermion_dart: ^0.2.0-dev.8.0.0 + thermion_dart: ^0.2.0 dev_dependencies: flutter_test: diff --git a/thermion_flutter/thermion_flutter_web/CHANGELOG.md b/thermion_flutter/thermion_flutter_web/CHANGELOG.md index e7a75347..87cbb03e 100644 --- a/thermion_flutter/thermion_flutter_web/CHANGELOG.md +++ b/thermion_flutter/thermion_flutter_web/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.0 + + - Graduate package to a stable release. See pre-releases prior to this version for changelog entries. + ## 0.1.0-dev.8.0.0 - Update a dependency to the latest release. diff --git a/thermion_flutter/thermion_flutter_web/pubspec.yaml b/thermion_flutter/thermion_flutter_web/pubspec.yaml index ca592961..7986ee91 100644 --- a/thermion_flutter/thermion_flutter_web/pubspec.yaml +++ b/thermion_flutter/thermion_flutter_web/pubspec.yaml @@ -1,7 +1,7 @@ name: thermion_flutter_web description: A web platform interface for the thermion_flutter plugin. repository: https://github.com/nmfisher/thermion_flutter/thermion_flutter -version: 0.1.0-dev.8.0.0 +version: 0.1.0 environment: sdk: ">=3.3.0 <4.0.0" @@ -20,8 +20,8 @@ dependencies: sdk: flutter plugin_platform_interface: ^2.1.0 web: ^1.0.0 - thermion_dart: ^0.2.0-dev.8.0.0 - thermion_flutter_platform_interface: ^0.2.0-dev.8.0.0 + thermion_dart: ^0.2.0 + thermion_flutter_platform_interface: ^0.2.0 flutter_web_plugins: sdk: flutter