Apply Version Updates From Current Changes (#106)

Co-authored-by: amrbashir <amrbashir@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-08-29 20:08:05 +03:00 committed by GitHub
parent 4701bb836e
commit bc4c86bfbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
"muda": "patch"
---
On Windows, fix menu items inside a context menu not firing events if the context menu was used on a Window that doesn't have a menu bar.

View file

@ -1,5 +1,9 @@
# Changelog
## \[0.8.6]
- [`4701bb8`](https://www.github.com/tauri-apps/muda/commit/4701bb836e9d5f5c020c7807616d68bd049679a9)([#105](https://www.github.com/tauri-apps/muda/pull/105)) On Windows, fix menu items inside a context menu not firing events if the context menu was used on a Window that doesn't have a menu bar.
## \[0.8.5]
- [`e046132`](https://www.github.com/tauri-apps/muda/commit/e046132dfba47ab75905ff28c354f83b5b27703d) Changed `IconMenuItem::set_native_icon` to take `&self` instead of `&mut self`.

View file

@ -1,6 +1,6 @@
[package]
name = "muda"
version = "0.8.5"
version = "0.8.6"
description = "Menu Utilities for Desktop Applications"
edition = "2021"
keywords = [ "windowing", "menu" ]