Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#8438)
Browse files Browse the repository at this point in the history
Co-authored-by: amrbashir <[email protected]>
  • Loading branch information
github-actions[bot] and amrbashir authored Jan 16, 2024
1 parent ef9fb98 commit e0b38d7
Show file tree
Hide file tree
Showing 25 changed files with 233 additions and 36 deletions.
18 changes: 17 additions & 1 deletion .changes/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
".changes/api-app.md",
".changes/api-ipc-refactor.md",
".changes/api-min-node-18.md",
".changes/api-module-resolution-node.md",
".changes/api-moduleresolution-node.md",
".changes/api-primitives-core.md",
".changes/api-primitives.md",
Expand All @@ -28,11 +29,16 @@
".changes/api-tray-menu.md",
".changes/api-window.md",
".changes/app-builder-send.md",
".changes/app-bundle-files-config.md",
".changes/app-bundle-files.md",
".changes/app-plugin-core.md",
".changes/arboard.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-rpm.md",
".changes/bundler-socks-proxy.md",
".changes/bundler-zip-deflate.md",
".changes/channel-api.md",
".changes/channel-rust.md",
Expand All @@ -45,6 +51,8 @@
".changes/cli-config-target-mobile.md",
".changes/cli-env-vars.md",
".changes/cli-expose-plugin-config.md",
".changes/cli-hook-invalid-target-triple-env-vars.md",
".changes/cli-hooks-env-vars-breaking.md",
".changes/cli-ios-build.md",
".changes/cli-ios-metadata-env-var.md",
".changes/cli-key-properties.md",
Expand All @@ -67,6 +75,7 @@
".changes/cli-wry-0-28.md",
".changes/codegen-mobile-devurl.md",
".changes/codegen-target-from-utils.md",
".changes/config-f64-deserialize.md",
".changes/config-incognito.md",
".changes/config-tray-icon-tooltip.md",
".changes/config-tray-icon.md",
Expand All @@ -85,6 +94,7 @@
".changes/dev-proxy-response-cache.md",
".changes/dev-proxy.md",
".changes/devicectl.md",
".changes/dialog-window-forward-slash.md",
".changes/dmg-settings.md",
".changes/dnd-position.md",
".changes/downgrade-min-sdk-version.md",
Expand Down Expand Up @@ -117,6 +127,7 @@
".changes/fix-ipc-payload.md",
".changes/fix-ipc-remote-url-macos.md",
".changes/fix-mobile-env-vars.md",
".changes/fix-mock-tauri-internals.md",
".changes/fix-nodejs-android-cmds.md",
".changes/fix-orientation-crash.md",
".changes/fix-plugin-ios-bool.md",
Expand Down Expand Up @@ -171,6 +182,7 @@
".changes/migrate-cmd.md",
".changes/migrate-csp.md",
".changes/migrate-plugins.md",
".changes/migrate-tauri-build-version.md",
".changes/min-sdk-version.md",
".changes/mobile-config-naming-conventions.md",
".changes/mobile-config.md",
Expand Down Expand Up @@ -206,7 +218,7 @@
".changes/napi-rs.md",
".changes/npm-pass-args.md",
".changes/nsis-bulgarian.md",
".changes/nsis-german.md",
".changes/on-download-hook.md",
".changes/on-navigation-plugin.md",
".changes/on-new-intent.md",
".changes/on-page-load-hook.md",
Expand Down Expand Up @@ -250,6 +262,7 @@
".changes/rfd101.md",
".changes/run-event-opened.md",
".changes/run-mobile-plugin.md",
".changes/runevent-filedrop.md",
".changes/runtime-bump-deps.md",
".changes/runtime-create-window-handler.md",
".changes/runtime-custom-protocol-async.md",
Expand All @@ -259,6 +272,7 @@
".changes/runtime-navigate-method.md",
".changes/runtime-navigation-handler-url-arg.md",
".changes/runtime-new-args.md",
".changes/runtime-on-download-hooks.md",
".changes/runtime-opened-event.md",
".changes/safepathbuf-refactor.md",
".changes/set-progress-bar-api.md",
Expand Down Expand Up @@ -290,6 +304,7 @@
".changes/tauri-menu-tray-refactor.md",
".changes/tauri-mobile-entry-point.md",
".changes/tauri-nsview.md",
".changes/tauri-remove-global-window-event-type.md",
".changes/tauri-resources-table.md",
".changes/tauri-run_on_main_thread.md",
".changes/tauri-runtime-uuid.md",
Expand All @@ -309,6 +324,7 @@
".changes/tempdir-core.md",
".changes/tls-features-automatically-enabled.md",
".changes/tls-features-refactor.md",
".changes/tracing.md",
".changes/ubuntu-20.04-cli.js.md",
".changes/ubuntu-20.04-cli.rs.md",
".changes/update-entitlements-api.md",
Expand Down
7 changes: 7 additions & 0 deletions core/tauri-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[2.0.0-alpha.14]

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[2.0.0-alpha.13]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "2.0.0-alpha.13"
version = "2.0.0-alpha.14"
description = "build time code to pair with https://crates.io/crates/tauri"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand Down Expand Up @@ -28,8 +28,8 @@ rustdoc-args = [ "--cfg", "docsrs" ]
[dependencies]
anyhow = "1"
quote = { version = "1", optional = true }
tauri-codegen = { version = "2.0.0-alpha.12", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-alpha.12", path = "../tauri-utils", features = [ "build", "resources" ] }
tauri-codegen = { version = "2.0.0-alpha.13", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-alpha.13", path = "../tauri-utils", features = [ "build", "resources" ] }
cargo_toml = "0.17"
serde = "1"
serde_json = "1"
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-codegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[2.0.0-alpha.13]

### Dependencies

- Upgraded to `[email protected]`

## \[2.0.0-alpha.12]

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-codegen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-codegen"
version = "2.0.0-alpha.12"
version = "2.0.0-alpha.13"
description = "code generation meant to be consumed inside of `tauri` through `tauri-build` or `tauri-macros`"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand All @@ -19,7 +19,7 @@ proc-macro2 = "1"
quote = "1"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "2.0.0-alpha.12", path = "../tauri-utils", features = [ "build" ] }
tauri-utils = { version = "2.0.0-alpha.13", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
walkdir = "2"
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
Expand Down
11 changes: 11 additions & 0 deletions core/tauri-macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## \[2.0.0-alpha.13]

### Enhancements

- [`d621d343`](https://www.github.com/tauri-apps/tauri/commit/d621d3437ce3947175eecf345b2c6d1c4c7ce020)([#8607](https://www.github.com/tauri-apps/tauri/pull/8607)) Added tracing for window startup, plugins, `Window::eval`, events, IPC, updater and custom protocol request handlers behind the `tracing` feature flag.

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[2.0.0-alpha.12]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-macros"
version = "2.0.0-alpha.12"
version = "2.0.0-alpha.13"
description = "Macros for the tauri crate."
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand All @@ -20,8 +20,8 @@ proc-macro2 = { version = "1", features = [ "span-locations" ] }
quote = "1"
syn = { version = "2", features = [ "full" ] }
heck = "0.4"
tauri-codegen = { version = "2.0.0-alpha.12", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-alpha.12", path = "../tauri-utils" }
tauri-codegen = { version = "2.0.0-alpha.13", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-alpha.13", path = "../tauri-utils" }

[features]
custom-protocol = [ ]
Expand Down
23 changes: 23 additions & 0 deletions core/tauri-runtime-wry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## \[1.0.0-alpha.9]

### New Features

- [`29ced5ce`](https://www.github.com/tauri-apps/tauri/commit/29ced5ceec40b2934094ade2db9a8855f294e1d1)([#8159](https://www.github.com/tauri-apps/tauri/pull/8159)) Added download event closure via `PendingWindow::download_handler`.

### Enhancements

- [`d621d343`](https://www.github.com/tauri-apps/tauri/commit/d621d3437ce3947175eecf345b2c6d1c4c7ce020)([#8607](https://www.github.com/tauri-apps/tauri/pull/8607)) Added tracing for window startup, plugins, `Window::eval`, events, IPC, updater and custom protocol request handlers behind the `tracing` feature flag.

### Bug Fixes

- [`0d0501cb`](https://www.github.com/tauri-apps/tauri/commit/0d0501cb7b5e767c51a3697a148acfe84211a7ad)([#8394](https://www.github.com/tauri-apps/tauri/pull/8394)) Use `arboard` instead of `tao` clipboard implementation to prevent a crash.

### What's Changed

- [`cb640c8e`](https://www.github.com/tauri-apps/tauri/commit/cb640c8e949a3d78d78162e2e61b51bf8afae983)([#8393](https://www.github.com/tauri-apps/tauri/pull/8393)) Fix `RunEvent::WindowEvent(event: WindowEvent::FileDrop(FileDropEvent))` never triggered and always prevent default OS behavior when `disable_file_drop_handler` is not used.

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

## \[1.0.0-alpha.8]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-runtime-wry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime-wry"
version = "1.0.0-alpha.8"
version = "1.0.0-alpha.9"
description = "Wry bindings to the Tauri runtime"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand All @@ -15,8 +15,8 @@ rust-version = { workspace = true }
[dependencies]
wry = { version = "0.35.2", default-features = false, features = [ "file-drop", "protocol", "os-webview" ] }
tao = { version = "0.24", default-features = false, features = [ "rwh_05" ] }
tauri-runtime = { version = "1.0.0-alpha.7", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-alpha.12", path = "../tauri-utils" }
tauri-runtime = { version = "1.0.0-alpha.8", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-alpha.13", path = "../tauri-utils" }
raw-window-handle = "0.5"
http = "0.2"
tracing = { version = "0.1", optional = true }
Expand Down
10 changes: 10 additions & 0 deletions core/tauri-runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## \[1.0.0-alpha.8]

### New Features

- [`29ced5ce`](https://www.github.com/tauri-apps/tauri/commit/29ced5ceec40b2934094ade2db9a8855f294e1d1)([#8159](https://www.github.com/tauri-apps/tauri/pull/8159)) Added download event closure via `PendingWindow::download_handler`.

### Dependencies

- Upgraded to `[email protected]`

## \[1.0.0-alpha.7]

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime"
version = "1.0.0-alpha.7"
version = "1.0.0-alpha.8"
description = "Runtime for Tauri applications"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand Down Expand Up @@ -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.12", path = "../tauri-utils" }
tauri-utils = { version = "2.0.0-alpha.13", path = "../tauri-utils" }
http = "0.2.4"
raw-window-handle = "0.5"
url = { version = "2" }
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[2.0.0-alpha.13]

### Bug Fixes

- [`9b230de7`](https://www.github.com/tauri-apps/tauri/commit/9b230de7bc6690c2733f5324d50b999af1f7a6ef)([#8407](https://www.github.com/tauri-apps/tauri/pull/8407)) Fix compile error when parsing config that includes float values.

## \[2.0.0-alpha.12]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-utils"
version = "2.0.0-alpha.12"
version = "2.0.0-alpha.13"
description = "Utilities for Tauri"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand Down
30 changes: 30 additions & 0 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## \[2.0.0-alpha.21]

### New Features

- [`29ced5ce`](https://www.github.com/tauri-apps/tauri/commit/29ced5ceec40b2934094ade2db9a8855f294e1d1)([#8159](https://www.github.com/tauri-apps/tauri/pull/8159)) Added `WindowBuilder::on_download` to handle download request events.

### Enhancements

- [`d621d343`](https://www.github.com/tauri-apps/tauri/commit/d621d3437ce3947175eecf345b2c6d1c4c7ce020)([#8607](https://www.github.com/tauri-apps/tauri/pull/8607)) Added tracing for window startup, plugins, `Window::eval`, events, IPC, updater and custom protocol request handlers behind the `tracing` feature flag.

### Bug Fixes

- [`50a3d170`](https://www.github.com/tauri-apps/tauri/commit/50a3d170f242178d41fe7e8a3adf964541f6fe9c)([#8408](https://www.github.com/tauri-apps/tauri/pull/8408)) On Windows, fix `open` dialog `defaultPath`, when invoked from JS, not working if the path uses forward slash (`/`)

### What's Changed

- [`cb640c8e`](https://www.github.com/tauri-apps/tauri/commit/cb640c8e949a3d78d78162e2e61b51bf8afae983)([#8393](https://www.github.com/tauri-apps/tauri/pull/8393)) Fix `RunEvent::WindowEvent(event: WindowEvent::FileDrop(FileDropEvent))` never triggered and always prevent default OS behavior when `disable_file_drop_handler` is not used.

### Dependencies

- Upgraded to `[email protected]`
- Upgraded to `[email protected]`
- Upgraded to `[email protected]`
- Upgraded to `[email protected]`
- Upgraded to `[email protected]`

### Breaking Changes

- [`2032228c`](https://www.github.com/tauri-apps/tauri/commit/2032228cad0de6500616ca765af5c9ff1f231f0f)([#8430](https://www.github.com/tauri-apps/tauri/pull/8430)) Removed `GlobalWindowEvent` struct, and unpacked its field to be passed directly to `tauri::Builder::on_window_event`.

## \[2.0.0-alpha.20]

### Dependencies
Expand Down
12 changes: 6 additions & 6 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri"
version = "2.0.0-alpha.20"
version = "2.0.0-alpha.21"
description = "Make tiny, secure apps for all desktop platforms with Tauri"
exclude = [ "/test", "/.scripts", "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand Down Expand Up @@ -49,10 +49,10 @@ uuid = { version = "1", features = [ "v4" ], optional = true }
url = { version = "2.4" }
anyhow = "1.0"
thiserror = "1.0"
tauri-runtime = { version = "1.0.0-alpha.7", path = "../tauri-runtime" }
tauri-macros = { version = "2.0.0-alpha.12", path = "../tauri-macros" }
tauri-utils = { version = "2.0.0-alpha.12", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "1.0.0-alpha.8", path = "../tauri-runtime-wry", optional = true }
tauri-runtime = { version = "1.0.0-alpha.8", path = "../tauri-runtime" }
tauri-macros = { version = "2.0.0-alpha.13", path = "../tauri-macros" }
tauri-utils = { version = "2.0.0-alpha.13", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "1.0.0-alpha.9", path = "../tauri-runtime-wry", optional = true }
getrandom = "0.2"
serde_repr = "0.1"
state = "0.6"
Expand Down Expand Up @@ -109,7 +109,7 @@ swift-rs = "1.0.6"

[build-dependencies]
heck = "0.4"
tauri-build = { path = "../tauri-build/", version = "2.0.0-alpha.13" }
tauri-build = { path = "../tauri-build/", version = "2.0.0-alpha.14" }

[dev-dependencies]
proptest = "1.4.0"
Expand Down
7 changes: 7 additions & 0 deletions tooling/api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## \[2.0.0-alpha.14]

### Bug Fixes

- [`1c582a94`](https://www.github.com/tauri-apps/tauri/commit/1c582a942e345a066b65620e4db9f688ec142bb9)([#8392](https://www.github.com/tauri-apps/tauri/pull/8392)) Fix a regression where typescript could not find types when using `"moduleResolution": "node"`
- [`97e33412`](https://www.github.com/tauri-apps/tauri/commit/97e334129956159bbd60e1c531b6acd3bc6139a6)([#8534](https://www.github.com/tauri-apps/tauri/pull/8534)) `mockIPC` and `mockWindows` no longer crash if `window.__TAURI_INTERNALS__` is undefined.

## \[2.0.0-alpha.13]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion tooling/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tauri-apps/api",
"version": "2.0.0-alpha.13",
"version": "2.0.0-alpha.14",
"description": "Tauri API definitions",
"funding": {
"type": "opencollective",
Expand Down
Loading

0 comments on commit e0b38d7

Please sign in to comment.