Apply Version Updates From Current Changes - #15378
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
release/version-updates
branch
4 times, most recently
from
May 16, 2026 15:47
98a4418 to
9bd9719
Compare
github-actions
Bot
force-pushed
the
release/version-updates
branch
from
May 16, 2026 16:11
9bd9719 to
7de4bfe
Compare
Legend-Master
approved these changes
May 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
tauri-utils
[2.9.2]
Bug Fixes
b5b72ce (fix(tauri-utils): preserve resource source file name when dest is empty #15383 by @Legend-Master) Fix a regression in tauri-utils 2.8.3 that made empty path an invalid resource target, e.g.
{ "bundle": { "resources": { "README.md": "", } } }(this means
README.md->$RESOURCE/README.md, note this is a confusing behavior, and will be changed in v3)3fd8ba2 (fix: resources after empty directory not copied #15388 by @Legend-Master) Fix a regression in tauri-utils 2.8.3 that made an empty directory makes it skip all the following entries, e.g.
{ "bundle": { "resources": [ "empty-directory", "README.md" ] } }if
empty-directoryis empty, theREADME.mdwill not be copied to the resource directory (skipped)tauri-bundler
[2.9.2]
Dependencies
tauri-utils@2.9.2tauri-runtime
[2.11.2]
Dependencies
tauri-utils@2.9.2tauri-runtime-wry
[2.11.2]
Dependencies
tauri-utils@2.9.2tauri-runtime@2.11.2tauri-codegen
[2.6.2]
Dependencies
tauri-utils@2.9.2tauri-macros
[2.6.2]
Dependencies
tauri-utils@2.9.2tauri-codegen@2.6.2tauri-plugin
[2.6.2]
Dependencies
tauri-utils@2.9.2tauri-build
[2.6.2]
Dependencies
tauri-utils@2.9.2tauri-codegen@2.6.2tauri
[2.11.2]
Bug Fixes
set_as_windows_menu_for_nsappcommand wrongly calledset_as_help_menu_for_nsapp#15386 by @DominikPeters) FixedSubmenu.setAsWindowsMenuForNSApp()calling the Help menu setter instead of the Window menu setter.Dependencies
tauri-utils@2.9.2tauri-runtime@2.11.2tauri-runtime-wry@2.11.2tauri-macros@2.6.2tauri-build@2.6.2@tauri-apps/cli
[2.11.2]
Dependencies
tauri-cli@2.11.2tauri-cli
[2.11.2]
Dependencies
tauri-utils@2.9.2tauri-bundler@2.9.2