Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
chore(release): publish packages (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
halildurmus authored Jun 1, 2023
1 parent 018299d commit 3cd532d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

---
Expand All @@ -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))
Expand Down
4 changes: 4 additions & 0 deletions packages/windows_system/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/windows_system/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 3cd532d

Please sign in to comment.