Apply Version Updates From Current Changes (#8064)

Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-10-28 15:04:15 -03:00 committed by GitHub
parent b89de9fa43
commit 618c4538ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
25 changed files with 215 additions and 36 deletions

View File

@ -13,7 +13,9 @@
".changes/android-enhance-method-parse.md",
".changes/android-load-config.md",
".changes/android-on-new-intent.md",
".changes/android-onresume.md",
".changes/android-plugin-command-exception.md",
".changes/android-plugin-get-config-typed.md",
".changes/api-app.md",
".changes/api-ipc-refactor.md",
".changes/api-min-node-18.md",
@ -24,6 +26,7 @@
".changes/app-plugin-core.md",
".changes/build-android-env-vars.md",
".changes/bump-1.3.md",
".changes/bump-1.5.md",
".changes/bundler-remove-dialog-option.md",
".changes/bundler-zip-deflate.md",
".changes/channel-api.md",
@ -87,6 +90,7 @@
".changes/file-associations.md",
".changes/fix-build-script-mobile-runner-npm.md",
".changes/fix-channel-data-request.md",
".changes/fix-clearmocks.md",
".changes/fix-dev-server-proxy-path.md",
".changes/fix-empty-identifier.md",
".changes/fix-icons-android.md",
@ -114,6 +118,7 @@
".changes/force-colored-logs.md",
".changes/generate-tauri-activity.md",
".changes/gradle-8.md",
".changes/gtk018.md",
".changes/gtk16.md",
".changes/http-types-refactor.md",
".changes/improve-local-ip-detection.md",
@ -156,6 +161,8 @@
".changes/mobile-lib-name.md",
".changes/mobile-open.md",
".changes/mobile-plugin-config.md",
".changes/mobile-plugin-resolve-object.md",
".changes/mobile-plugin-typed-invoke-args.md",
".changes/mobile-plugins.md",
".changes/mobile-webview-access.md",
".changes/mobile.md",
@ -178,8 +185,10 @@
".changes/napi-rs.md",
".changes/npm-pass-args.md",
".changes/nsis-bulgarian.md",
".changes/nsis-german.md",
".changes/on-navigation-plugin.md",
".changes/on-new-intent.md",
".changes/on-page-load-hook.md",
".changes/only-proxy-on-mobile.md",
".changes/open-ts-overload.md",
".changes/package-info-crate-name.md",
@ -193,9 +202,11 @@
".changes/plugin-setup-refactor.md",
".changes/plugin-template-examples-manifest.md",
".changes/pnpm-android.md",
".changes/prevent-ios-crash.md",
".changes/process-mod-refactor.md",
".changes/raw-encoding.md",
".changes/refactor-macros.md",
".changes/refactor-on-page-load.md",
".changes/refactor-setup.md",
".changes/refactor-tauri-android-dependency.md",
".changes/register_asynchronous_uri_scheme_protocol.md",
@ -247,6 +258,7 @@
".changes/tauri-defaultvbox.md",
".changes/tauri-env-args.md",
".changes/tauri-env-vars.md",
".changes/tauri-event-system-apis.md",
".changes/tauri-extranous-result-types-removal.md",
".changes/tauri-libxdo-feat.md",
".changes/tauri-menu-tray-refactor.md",
@ -272,6 +284,7 @@
".changes/ubuntu-20.04-cli.js.md",
".changes/ubuntu-20.04-cli.rs.md",
".changes/update-entitlements-api.md",
".changes/update-mobile-template.md",
".changes/validate-appimage.md",
".changes/window-effects-api.md",
".changes/window-effects-config.md",
@ -279,8 +292,10 @@
".changes/window-on-message-refactor.md",
".changes/window-on-navigation-arg.md",
".changes/window-plugin-core.md",
".changes/windows-rs-0.51.md",
".changes/with-webview.md",
".changes/wry-0.32.md",
".changes/wry-0.34.md",
".changes/wry-navigate-method.md",
".changes/wry26.md"
]

View File

@ -1,5 +1,16 @@
# Changelog
## \[2.0.0-alpha.11]
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Dependencies
- Upgraded to `tauri-codegen@2.0.0-alpha.10`
- Upgraded to `tauri-utils@2.0.0-alpha.10`
## \[2.0.0-alpha.10]
### New Features

View File

@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "2.0.0-alpha.10"
version = "2.0.0-alpha.11"
description = "build time code to pair with https://crates.io/crates/tauri"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
@ -28,8 +28,8 @@ rustdoc-args = [ "--cfg", "docsrs" ]
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "2.0.0-alpha.9", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-alpha.9", path = "../tauri-utils", features = [ "build", "resources" ] }
tauri-codegen = { version = "2.0.0-alpha.10", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-alpha.10", path = "../tauri-utils", features = [ "build", "resources" ] }
cargo_toml = "0.16"
serde = "1"
serde_json = "1"

View File

@ -1,5 +1,15 @@
# Changelog
## \[2.0.0-alpha.10]
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Dependencies
- Upgraded to `tauri-utils@2.0.0-alpha.10`
## \[2.0.0-alpha.9]
### New Features

View File

@ -1,6 +1,6 @@
[package]
name = "tauri-codegen"
version = "2.0.0-alpha.9"
version = "2.0.0-alpha.10"
description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
@ -19,7 +19,7 @@ proc-macro2 = "1"
quote = "1"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "2.0.0-alpha.9", path = "../tauri-utils", features = [ "build" ] }
tauri-utils = { version = "2.0.0-alpha.10", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
walkdir = "2"
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }

View File

@ -1,5 +1,16 @@
# Changelog
## \[2.0.0-alpha.10]
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Dependencies
- Upgraded to `tauri-codegen@2.0.0-alpha.10`
- Upgraded to `tauri-utils@2.0.0-alpha.10`
## \[2.0.0-alpha.9]
### New Features

View File

@ -1,6 +1,6 @@
[package]
name = "tauri-macros"
version = "2.0.0-alpha.9"
version = "2.0.0-alpha.10"
description = "Macros for the tauri crate."
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
@ -20,8 +20,8 @@ proc-macro2 = "1"
quote = "1"
syn = { version = "1", features = [ "full" ] }
heck = "0.4"
tauri-codegen = { version = "2.0.0-alpha.9", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-alpha.9", path = "../tauri-utils" }
tauri-codegen = { version = "2.0.0-alpha.10", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-alpha.10", path = "../tauri-utils" }
[features]
custom-protocol = [ ]

View File

@ -1,5 +1,23 @@
# Changelog
## \[1.0.0-alpha.5]
### New Features
- [`74d2464d`](https://www.github.com/tauri-apps/tauri/commit/74d2464d0e490fae341ad73bdf2964cf215fe6c5)([#8116](https://www.github.com/tauri-apps/tauri/pull/8116)) Added `on_page_load` hook for `PendingWindow`.
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Dependencies
- Upgraded to `tauri-utils@2.0.0-alpha.10`
- Upgraded to `tauri-runtime@1.0.0-alpha.4`
- [`9580df1d`](https://www.github.com/tauri-apps/tauri/commit/9580df1d7b027befb9e5f025ea2cbaf2dcc82c8e)([#8084](https://www.github.com/tauri-apps/tauri/pull/8084)) Upgrade `gtk` to 0.18.
- [`c7c2507d`](https://www.github.com/tauri-apps/tauri/commit/c7c2507da16a9beb71bf06745fe7ac1325ab7c2a)([#8035](https://www.github.com/tauri-apps/tauri/pull/8035)) Update `windows` to version `0.51` and `webview2-com` to version `0.27`
- [`9580df1d`](https://www.github.com/tauri-apps/tauri/commit/9580df1d7b027befb9e5f025ea2cbaf2dcc82c8e)([#8084](https://www.github.com/tauri-apps/tauri/pull/8084)) Updated to wry@0.34, removing the `dox` feature flag.
## \[1.0.0-alpha.4]
### New Features

View File

@ -1,6 +1,6 @@
[package]
name = "tauri-runtime-wry"
version = "1.0.0-alpha.4"
version = "1.0.0-alpha.5"
description = "Wry bindings to the Tauri runtime"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
@ -14,8 +14,8 @@ rust-version = { workspace = true }
[dependencies]
wry = { version = "0.34.2", default-features = false, features = [ "tao", "file-drop", "protocol" ] }
tauri-runtime = { version = "1.0.0-alpha.3", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-alpha.9", path = "../tauri-utils" }
tauri-runtime = { version = "1.0.0-alpha.4", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-alpha.10", path = "../tauri-utils" }
raw-window-handle = "0.5"
http = "0.2"

View File

@ -1,5 +1,21 @@
# Changelog
## \[1.0.0-alpha.4]
### New Features
- [`74d2464d`](https://www.github.com/tauri-apps/tauri/commit/74d2464d0e490fae341ad73bdf2964cf215fe6c5)([#8116](https://www.github.com/tauri-apps/tauri/pull/8116)) Added `on_page_load` hook for `PendingWindow`.
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Dependencies
- Upgraded to `tauri-utils@2.0.0-alpha.10`
- [`9580df1d`](https://www.github.com/tauri-apps/tauri/commit/9580df1d7b027befb9e5f025ea2cbaf2dcc82c8e)([#8084](https://www.github.com/tauri-apps/tauri/pull/8084)) Upgrade `gtk` to 0.18.
- [`c7c2507d`](https://www.github.com/tauri-apps/tauri/commit/c7c2507da16a9beb71bf06745fe7ac1325ab7c2a)([#8035](https://www.github.com/tauri-apps/tauri/pull/8035)) Update `windows` to version `0.51` and `webview2-com` to version `0.27`
## \[1.0.0-alpha.3]
### New Features

View File

@ -1,6 +1,6 @@
[package]
name = "tauri-runtime"
version = "1.0.0-alpha.3"
version = "1.0.0-alpha.4"
description = "Runtime for Tauri applications"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
@ -29,7 +29,7 @@ targets = [
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
thiserror = "1.0"
tauri-utils = { version = "2.0.0-alpha.9", path = "../tauri-utils" }
tauri-utils = { version = "2.0.0-alpha.10", path = "../tauri-utils" }
http = "0.2.4"
raw-window-handle = "0.5"
url = { version = "2" }

View File

@ -1,5 +1,15 @@
# Changelog
## \[2.0.0-alpha.10]
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Dependencies
- [`c7c2507d`](https://www.github.com/tauri-apps/tauri/commit/c7c2507da16a9beb71bf06745fe7ac1325ab7c2a)([#8035](https://www.github.com/tauri-apps/tauri/pull/8035)) Update `windows` to version `0.51` and `webview2-com` to version `0.27`
## \[2.0.0-alpha.9]
### New Features

View File

@ -1,6 +1,6 @@
[package]
name = "tauri-utils"
version = "2.0.0-alpha.9"
version = "2.0.0-alpha.10"
description = "Utilities for Tauri"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"

View File

@ -1,5 +1,43 @@
# Changelog
## \[2.0.0-alpha.17]
### Enhancements
- [`b89de9fa`](https://www.github.com/tauri-apps/tauri/commit/b89de9fa43b793c74a42230c7a82c11c3734278e)([#8092](https://www.github.com/tauri-apps/tauri/pull/8092)) Add support for onResume and onPause events in android plugins.
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
- [`198abe3c`](https://www.github.com/tauri-apps/tauri/commit/198abe3c2cae06dacab860b3a93f715dcf529a95)([#8076](https://www.github.com/tauri-apps/tauri/pull/8076)) Mobile plugins can now resolve using an arbitrary object instead of using the `JSObject` class via `Invoke.resolve` on iOS and `Invoke.resolveObject` on Android.
### Bug Fixes
- [`22f26882`](https://www.github.com/tauri-apps/tauri/commit/22f26882cfe0adbfe4c51586a1c9fdcf8e9cfb68)([#8049](https://www.github.com/tauri-apps/tauri/pull/8049)) Prevent crash on iOS when the Swift plugin data is not a valid JSON string.
### Dependencies
- Upgraded to `tauri-build@2.0.0-alpha.11`
- Upgraded to `tauri-macros@2.0.0-alpha.10`
- Upgraded to `tauri-utils@2.0.0-alpha.10`
- Upgraded to `tauri-runtime@1.0.0-alpha.4`
- Upgraded to `tauri-runtime-wry@1.0.0-alpha.5`
- [`9580df1d`](https://www.github.com/tauri-apps/tauri/commit/9580df1d7b027befb9e5f025ea2cbaf2dcc82c8e)([#8084](https://www.github.com/tauri-apps/tauri/pull/8084)) Upgrade `gtk` to 0.18.
- [`c7c2507d`](https://www.github.com/tauri-apps/tauri/commit/c7c2507da16a9beb71bf06745fe7ac1325ab7c2a)([#8035](https://www.github.com/tauri-apps/tauri/pull/8035)) Update `windows` to version `0.51` and `webview2-com` to version `0.27`
- [`9580df1d`](https://www.github.com/tauri-apps/tauri/commit/9580df1d7b027befb9e5f025ea2cbaf2dcc82c8e)([#8084](https://www.github.com/tauri-apps/tauri/pull/8084)) Updated to wry@0.34, removing the `dox` feature flag.
### Breaking Changes
- [`198abe3c`](https://www.github.com/tauri-apps/tauri/commit/198abe3c2cae06dacab860b3a93f715dcf529a95)([#8076](https://www.github.com/tauri-apps/tauri/pull/8076)) The Android `PluginManager.loadConfig` now takes a third parameter to define the class type of the config object.
- [`198abe3c`](https://www.github.com/tauri-apps/tauri/commit/198abe3c2cae06dacab860b3a93f715dcf529a95)([#8076](https://www.github.com/tauri-apps/tauri/pull/8076)) Mobile plugins now have access to a parser for the invoke arguments instead of relying on the `Invoke#get${TYPE}` methods.
- [`74d2464d`](https://www.github.com/tauri-apps/tauri/commit/74d2464d0e490fae341ad73bdf2964cf215fe6c5)([#8116](https://www.github.com/tauri-apps/tauri/pull/8116)) Added `WindowBuilder::on_page_load` and refactored the `Builder::on_page_load` handler to take references.
The page load hook is now triggered for load started and finished events, to determine what triggered it see `PageLoadPayload::event`.
- [`93c8a77b`](https://www.github.com/tauri-apps/tauri/commit/93c8a77b347b9934ec0732784d4b78b3260abc08)([#7996](https://www.github.com/tauri-apps/tauri/pull/7996)) The event system APIS on Rust is recieving a few changes for consistency and quality of life improvements:
- Renamed `Manager::emit_all` to just `Manager::emit` and will now both trigger the events on JS side as well as Rust.
- Removed `Manager::trigger_global`, use `Manager::emit`
- Added `Manager::emit_filter`.
- Removed `Window::emit`, and moved the implementation to `Manager::emit`.
- Removed `Window::emit_and_trigger` and `Window::trigger`, use `Window::emit` instead.
- Changed `Window::emit_to` to only trigger the target window listeners so it won't be catched by `Manager::listen_global`
## \[2.0.0-alpha.16]
### New Features

View File

@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "2.0.0-alpha.16"
version = "2.0.0-alpha.17"
description = "Make tiny, secure apps for all desktop platforms with Tauri"
exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
readme = "README.md"
@ -22,7 +22,7 @@ features = [
"devtools",
"icon-png",
"protocol-asset",
"test",
"test"
]
rustc-args = [ "--cfg", "docsrs" ]
rustdoc-args = [ "--cfg", "docsrs" ]
@ -50,10 +50,10 @@ url = { version = "2.4" }
anyhow = "1.0"
thiserror = "1.0"
once_cell = "1"
tauri-runtime = { version = "1.0.0-alpha.3", path = "../tauri-runtime" }
tauri-macros = { version = "2.0.0-alpha.9", path = "../tauri-macros" }
tauri-utils = { version = "2.0.0-alpha.9", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "1.0.0-alpha.4", path = "../tauri-runtime-wry", optional = true }
tauri-runtime = { version = "1.0.0-alpha.4", path = "../tauri-runtime" }
tauri-macros = { version = "2.0.0-alpha.10", path = "../tauri-macros" }
tauri-utils = { version = "2.0.0-alpha.10", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "1.0.0-alpha.5", path = "../tauri-runtime-wry", optional = true }
getrandom = "0.2"
serde_repr = "0.1"
state = "0.6"
@ -110,7 +110,7 @@ swift-rs = "1.0.5"
[build-dependencies]
heck = "0.4"
once_cell = "1"
tauri-build = { path = "../tauri-build/", version = "2.0.0-alpha.10" }
tauri-build = { path = "../tauri-build/", version = "2.0.0-alpha.11" }
[dev-dependencies]
proptest = "1.2.0"

View File

@ -1,5 +1,15 @@
# Changelog
## \[2.0.0-alpha.10]
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Bug Fixes
- [`287066b2`](https://www.github.com/tauri-apps/tauri/commit/287066b279f503dd09bfd43d5da37d1f471451fb)([#8071](https://www.github.com/tauri-apps/tauri/pull/8071)) No longer crashing in tests without mocks when `clearMocks` is defined in `afterEach` hook.
## \[2.0.0-alpha.9]
### New Features

View File

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/api",
"version": "2.0.0-alpha.9",
"version": "2.0.0-alpha.10",
"description": "Tauri API definitions",
"funding": {
"type": "opencollective",

View File

@ -1,5 +1,16 @@
# Changelog
## \[2.0.0-alpha.11]
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
- [`cfe6fa6c`](https://www.github.com/tauri-apps/tauri/commit/cfe6fa6c91a8cc177d4665ba04dad32ba545159d)([#8061](https://www.github.com/tauri-apps/tauri/pull/8061)) Added German language support to the NSIS bundler.
### Dependencies
- Upgraded to `tauri-utils@2.0.0-alpha.10`
## \[2.0.0-alpha.10]
### New Features

View File

@ -2,7 +2,7 @@ workspace = { }
[package]
name = "tauri-bundler"
version = "2.0.0-alpha.10"
version = "2.0.0-alpha.11"
authors = [
"George Burton <burtonageo@gmail.com>",
"Tauri Programme within The Commons Conservancy"
@ -17,7 +17,7 @@ rust-version = "1.70"
exclude = [ "CHANGELOG.md", "/target", "rustfmt.toml" ]
[dependencies]
tauri-utils = { version = "2.0.0-alpha.9", path = "../../core/tauri-utils", features = [ "resources" ] }
tauri-utils = { version = "2.0.0-alpha.10", path = "../../core/tauri-utils", features = [ "resources" ] }
image = "0.24.7"
libflate = "2.0"
anyhow = "1.0"

View File

@ -1,5 +1,20 @@
# Changelog
## \[2.0.0-alpha.17]
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Dependencies
- Upgraded to `tauri-bundler@2.0.0-alpha.11`
- Upgraded to `tauri-utils@2.0.0-alpha.10`
### Breaking Changes
- [`198abe3c`](https://www.github.com/tauri-apps/tauri/commit/198abe3c2cae06dacab860b3a93f715dcf529a95)([#8076](https://www.github.com/tauri-apps/tauri/pull/8076)) Updated the mobile plugin templates following the tauri v2.0.0-alpha.17 changes.
## \[2.0.0-alpha.16]
### New Features

10
tooling/cli/Cargo.lock generated
View File

@ -4038,7 +4038,7 @@ dependencies = [
[[package]]
name = "tauri-bundler"
version = "2.0.0-alpha.10"
version = "2.0.0-alpha.11"
dependencies = [
"anyhow",
"ar",
@ -4065,7 +4065,7 @@ dependencies = [
"strsim",
"tar",
"tauri-icns",
"tauri-utils 2.0.0-alpha.9",
"tauri-utils 2.0.0-alpha.10",
"tempfile",
"thiserror",
"time",
@ -4079,7 +4079,7 @@ dependencies = [
[[package]]
name = "tauri-cli"
version = "2.0.0-alpha.16"
version = "2.0.0-alpha.17"
dependencies = [
"anyhow",
"axum",
@ -4128,7 +4128,7 @@ dependencies = [
"tauri-bundler",
"tauri-icns",
"tauri-utils 1.5.0",
"tauri-utils 2.0.0-alpha.9",
"tauri-utils 2.0.0-alpha.10",
"textwrap",
"thiserror",
"tokio",
@ -4195,7 +4195,7 @@ dependencies = [
[[package]]
name = "tauri-utils"
version = "2.0.0-alpha.9"
version = "2.0.0-alpha.10"
dependencies = [
"aes-gcm",
"ctor 0.2.5",

View File

@ -3,7 +3,7 @@ members = [ "node" ]
[package]
name = "tauri-cli"
version = "2.0.0-alpha.16"
version = "2.0.0-alpha.17"
authors = [ "Tauri Programme within The Commons Conservancy" ]
edition = "2021"
rust-version = "1.70"
@ -50,7 +50,7 @@ sublime_fuzzy = "0.7"
clap_complete = "4"
clap = { version = "4.4", features = [ "derive", "env" ] }
anyhow = "1.0"
tauri-bundler = { version = "2.0.0-alpha.10", default-features = false, path = "../bundler" }
tauri-bundler = { version = "2.0.0-alpha.11", default-features = false, path = "../bundler" }
colored = "2.0"
once_cell = "1"
serde = { version = "1.0", features = [ "derive" ] }
@ -61,7 +61,7 @@ shared_child = "1.0"
duct = "0.13"
toml_edit = "0.20"
json-patch = "1.2"
tauri-utils = { version = "2.0.0-alpha.9", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
tauri-utils = { version = "2.0.0-alpha.10", path = "../../core/tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
tauri-utils-v1 = { version = "1", package = "tauri-utils", features = [ "isolation", "schema", "config-json5", "config-toml" ] }
toml = "0.8"
jsonschema = "0.17"

View File

@ -1,8 +1,8 @@
{
"cli.js": {
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"node": ">= 10.0.0"
},
"tauri": "2.0.0-alpha.16",
"tauri-build": "2.0.0-alpha.10"
"tauri": "2.0.0-alpha.17",
"tauri-build": "2.0.0-alpha.11"
}

View File

@ -1,5 +1,19 @@
# Changelog
## \[2.0.0-alpha.17]
### Enhancements
- [`c6c59cf2`](https://www.github.com/tauri-apps/tauri/commit/c6c59cf2373258b626b00a26f4de4331765dd487) Pull changes from Tauri 1.5 release.
### Dependencies
- Upgraded to `tauri-cli@2.0.0-alpha.17`
### Breaking Changes
- [`198abe3c`](https://www.github.com/tauri-apps/tauri/commit/198abe3c2cae06dacab860b3a93f715dcf529a95)([#8076](https://www.github.com/tauri-apps/tauri/pull/8076)) Updated the mobile plugin templates following the tauri v2.0.0-alpha.17 changes.
## \[2.0.0-alpha.16]
### New Features

View File

@ -1,6 +1,6 @@
{
"name": "@tauri-apps/cli",
"version": "2.0.0-alpha.16",
"version": "2.0.0-alpha.17",
"description": "Command line interface for building Tauri apps",
"funding": {
"type": "opencollective",