Skip to content

Commit

Permalink
chore(release): publish packages (#259)
Browse files Browse the repository at this point in the history
- windows_ai@0.0.2
  • Loading branch information
halildurmus committed Jun 20, 2023
1 parent c1c1eca commit f52771b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions packages/windows_ai/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
2 changes: 1 addition & 1 deletion packages/windows_ai/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f52771b

Please sign in to comment.