From 3cd532de18aa63c67769c74e5101dfe13b069373 Mon Sep 17 00:00:00 2001 From: Halil Durmus Date: Thu, 1 Jun 2023 14:53:31 +0300 Subject: [PATCH] chore(release): publish packages (#229) --- CHANGELOG.md | 5 +++++ packages/windows_system/CHANGELOG.md | 4 ++++ packages/windows_system/pubspec.yaml | 2 +- 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8bad584..2b1f1d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,7 @@ Packages with other changes: - [`windows_applicationmodel` - `v0.0.3`](#windows_applicationmodel---v003) - [`windows_foundation` - `v0.0.6`](#windows_foundation---v006) - [`windows_system` - `v0.0.3`](#windows_system---v003) + - [`windows_system` - `v0.0.4`](#windows_system---v004) - [`windows_ui` - `v0.0.3`](#windows_ui---v003) --- @@ -39,6 +40,10 @@ Packages with other changes: - **FEAT**(windows_system): add some enums required for `Launcher` APIs ([#224](https://github.com/dart-windows/dartwinrt/issues/224)). ([b229f83d](https://github.com/dart-windows/dartwinrt/commit/b229f83d6ee56102628667564fd2540f53cec5e1)) +#### `windows_system` - `v0.0.4` + + - **FEAT**(windows_system): add `Launcher` APIs ([#228](https://github.com/dart-windows/dartwinrt/issues/228)). ([018299d7](https://github.com/dart-windows/dartwinrt/commit/018299d70b9168386b3173d32e5336e2a9cdb045)) + #### `windows_ui` - `v0.0.3` - **FEAT**: add some enums required for `Windows.System.Launcher` APIs ([#222](https://github.com/dart-windows/dartwinrt/issues/222)). ([5401d2a8](https://github.com/dart-windows/dartwinrt/commit/5401d2a81b376f229cacc3feab086ffe378b8298)) diff --git a/packages/windows_system/CHANGELOG.md b/packages/windows_system/CHANGELOG.md index c39d712b..495ca1b0 100644 --- a/packages/windows_system/CHANGELOG.md +++ b/packages/windows_system/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.0.4 + + - **FEAT**(windows_system): add `Launcher` APIs ([#228](https://github.com/dart-windows/dartwinrt/issues/228)). ([018299d7](https://github.com/dart-windows/dartwinrt/commit/018299d70b9168386b3173d32e5336e2a9cdb045)) + ## 0.0.3 - **FEAT**(windows_system): add some enums required for `Launcher` APIs ([#224](https://github.com/dart-windows/dartwinrt/issues/224)). ([b229f83d](https://github.com/dart-windows/dartwinrt/commit/b229f83d6ee56102628667564fd2540f53cec5e1)) diff --git a/packages/windows_system/pubspec.yaml b/packages/windows_system/pubspec.yaml index 14baf55f..d2c78e7a 100644 --- a/packages/windows_system/pubspec.yaml +++ b/packages/windows_system/pubspec.yaml @@ -1,7 +1,7 @@ name: windows_system description: Provides access to WinRT APIs from the Windows.System namespace using FFI. -version: 0.0.3 +version: 0.0.4 homepage: https://win32.pub repository: https://github.com/dart-windows/dartwinrt/tree/main/packages/windows_system issue_tracker: https://github.com/dart-windows/dartwinrt/issues?q=is%3Aopen+is%3Aissue+label%3A%22p%3A+windows_system%22