From f52771bc33b75db2be62bc5a257da35becab6bbe Mon Sep 17 00:00:00 2001 From: Halil Durmus Date: Tue, 20 Jun 2023 12:42:03 +0300 Subject: [PATCH] chore(release): publish packages (#259) - windows_ai@0.0.2 --- CHANGELOG.md | 21 +++++++++++++++++++++ packages/windows_ai/CHANGELOG.md | 4 ++++ packages/windows_ai/pubspec.yaml | 2 +- 3 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c803ff1..055e7002 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. +## 2023-06-20 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`windows_ai` - `v0.0.2`](#windows_ai---v002) + +--- + +#### `windows_ai` - `v0.0.2` + + - **FEAT**(windows_ai): add MachineLearning APIs ([#255](https://github.com/dart-windows/dartwinrt/issues/255)). ([c1c1ecaa](https://github.com/dart-windows/dartwinrt/commit/c1c1ecaa394ff0c7047ff68672ec9f6dcb4c733e)) + + ## 2023-06-18 ### Changes diff --git a/packages/windows_ai/CHANGELOG.md b/packages/windows_ai/CHANGELOG.md index 66a3c746..a41917f8 100644 --- a/packages/windows_ai/CHANGELOG.md +++ b/packages/windows_ai/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.2 + + - **FEAT**(windows_ai): add MachineLearning APIs ([#255](https://github.com/dart-windows/dartwinrt/issues/255)). ([c1c1ecaa](https://github.com/dart-windows/dartwinrt/commit/c1c1ecaa394ff0c7047ff68672ec9f6dcb4c733e)) + ## 0.0.1+1 - **DOCS**: update issue tracker links ([#256](https://github.com/dart-windows/dartwinrt/issues/256)). ([a05f5ec7](https://github.com/dart-windows/dartwinrt/commit/a05f5ec70f5e71773f04d7021e1a84d932ca0c21)) diff --git a/packages/windows_ai/pubspec.yaml b/packages/windows_ai/pubspec.yaml index 6be96509..e20f48ae 100644 --- a/packages/windows_ai/pubspec.yaml +++ b/packages/windows_ai/pubspec.yaml @@ -1,7 +1,7 @@ name: windows_ai description: Provides access to WinRT APIs from the Windows.AI namespace using FFI. -version: 0.0.1+1 +version: 0.0.2 homepage: https://win32.pub repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_ai issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22pkg%3A+windows_ai%22