chore(release): publish packages
- thermion_dart@0.1.1
This commit is contained in:
21
CHANGELOG.md
21
CHANGELOG.md
@@ -3,6 +3,27 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
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
|
## 2024-06-21
|
||||||
|
|
||||||
### Changes
|
### Changes
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
## 0.1.1
|
||||||
|
|
||||||
|
- Bump "thermion_dart" to `0.1.1`.
|
||||||
|
|
||||||
## 0.1.0+4
|
## 0.1.0+4
|
||||||
|
|
||||||
- **FIX**: add dummy asset to build.dart on Linux builds so we can use the package on a Linux host.
|
- **FIX**: add dummy asset to build.dart on Linux builds so we can use the package on a Linux host.
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
name: thermion_dart
|
name: thermion_dart
|
||||||
description: 3D rendering toolkit for Dart.
|
description: 3D rendering toolkit for Dart.
|
||||||
version: 0.1.0+4
|
version: 0.1.1
|
||||||
homepage: https://docs.page/nmfisher/thermion
|
homepage: https://docs.page/nmfisher/thermion
|
||||||
repository: https://github.com/nmfisher/thermion
|
repository: https://github.com/nmfisher/thermion
|
||||||
|
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ dependencies:
|
|||||||
plugin_platform_interface: ^2.0.0
|
plugin_platform_interface: ^2.0.0
|
||||||
ffi: ^2.1.2
|
ffi: ^2.1.2
|
||||||
animation_tools_dart: ^0.0.4
|
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_platform_interface: ^0.1.0+4
|
||||||
thermion_flutter_ffi: ^0.1.0+4
|
thermion_flutter_ffi: ^0.1.0+4
|
||||||
thermion_flutter_web: ^0.0.1+4
|
thermion_flutter_web: ^0.0.1+4
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
plugin_platform_interface: ^2.1.0
|
plugin_platform_interface: ^2.1.0
|
||||||
thermion_flutter_platform_interface: ^0.1.0+4
|
thermion_flutter_platform_interface: ^0.1.0+4
|
||||||
thermion_dart: ^0.1.0+4
|
thermion_dart: ^0.1.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
plugin_platform_interface: ^2.1.0
|
plugin_platform_interface: ^2.1.0
|
||||||
thermion_dart: ^0.1.0+4
|
thermion_dart: ^0.1.1
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ dependencies:
|
|||||||
sdk: flutter
|
sdk: flutter
|
||||||
plugin_platform_interface: ^2.1.0
|
plugin_platform_interface: ^2.1.0
|
||||||
web: ^0.5.1
|
web: ^0.5.1
|
||||||
thermion_dart: ^0.1.0+4
|
thermion_dart: ^0.1.1
|
||||||
thermion_flutter_platform_interface: ^0.1.0+4
|
thermion_flutter_platform_interface: ^0.1.0+4
|
||||||
flutter_web_plugins:
|
flutter_web_plugins:
|
||||||
sdk: flutter
|
sdk: flutter
|
||||||
|
|||||||
Reference in New Issue
Block a user