Apply Version Updates From Current Changes #8274
Merged
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-apps/api
[2.0.0-alpha.13]
New Features
428ea652
(#8370) ExposedResource
class which should be extended for Rust-backed resources created throughtauri::Manager::resources_table
.Bug Fixes
ef21b681
(#8391) Fix a regression where typescript could not find types when using"moduleResolution": "node"
46451aee
(#8268) Add top-levelmain
,module
andtypes
fields inpackage.json
to be compliant with typescripts's"moduleResolution": "node"
Breaking Changes
c2ad4d28
(#8273) Changed formertauri
module fromprimitives
tocore
.tauri
[2.0.0-alpha.19]
New Features
b59f2f54
(#8432) Exposescope::fs::Scope::new
.bf095df5
(#8276) ExposedManager::resources_table
to access the resources table used by tauri, which could be used by plugins or app authors to store their resources and retrieve it later using an id and can be used to create Rust-backed resources in JS.Enhancements
5848b4e8
(#8386) Fixed the deserialisation of aChannel
in iOS.11a1529d
(#8419) Include CORS header on custom protocol response errors to ensure frontend can read the error message.db127777
(#8380) Addedtest::get_ipc_response
.Bug Fixes
effe5871
(#8420) Fixes file scope checks on Android.f98ce5aa
(#8328) Fix incorrect menu item forPredefinedMenuItem::close_window
@tauri-apps/cli
[2.0.0-alpha.19]
Dependencies
[email protected]
tauri-cli
[2.0.0-alpha.19]
Enhancements
803c3a79
(#8327) Read the following env vars when using thetauri signer sign
command to make it easier to use in CI.TAURI_PRIVATE_KEY
TAURI_PRIVATE_KEY_PASSWORD
TAURI_PRIVATE_KEY_PATH