Publish New Versions (#788)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2023-08-17 14:45:05 +03:00
committed by GitHub
parent 65ebab888d
commit 0101ed656b
3 changed files with 5 additions and 6 deletions

View File

@@ -1,5 +0,0 @@
---
"tao": patch
---
Fix compilation error on iOS.

View File

@@ -1,5 +1,9 @@
# Changelog
## \[0.22.2]
- [`65ebab88`](https://github.com/tauri-apps/tao/commit/65ebab888de2d1ae4b7562572060d1e51ef85043)([#787](https://github.com/tauri-apps/tao/pull/787)) Fix compilation error on iOS.
## \[0.22.1]
- [`6df56c2d`](https://github.com/tauri-apps/tao/commit/6df56c2dd1b0f4695dd40b70f75a22d1ba32c384)([#751](https://github.com/tauri-apps/tao/pull/751)) On Windows, apply dark mode app-wide to some controls like context menus.

View File

@@ -1,6 +1,6 @@
[package]
name = "tao"
version = "0.22.1"
version = "0.22.2"
description = "Cross-platform window manager library."
authors = [
"Tauri Programme within The Commons Conservancy",