Skip to content

Commit

Permalink
Apply Version Updates From Current Changes (#9548)
Browse files Browse the repository at this point in the history
Co-authored-by: Lucas Nogueira <lucas@tauri.app>
  • Loading branch information
github-actions[bot] and lucasfernog committed Apr 22, 2024
1 parent e22e61a commit ac9bfad
Show file tree
Hide file tree
Showing 28 changed files with 206 additions and 47 deletions.
18 changes: 18 additions & 0 deletions .changes/pre.json
Expand Up @@ -6,11 +6,13 @@
".changes/acl-scope-refactor.md",
".changes/acl-urlpattern.md",
".changes/allow-recursive-asset-scope-on-file-drop-directory.md",
".changes/api-isTauri.md",
".changes/api-position-size-args.md",
".changes/api-readd-window-created-event.md",
".changes/api-simplify-unc-paths.md",
".changes/api-tauri-event-file-drop-rename.md",
".changes/api-tray-by-id.md",
".changes/api-type-definitions.md",
".changes/api-webview-window-new-methods.md",
".changes/api-webview-window.md",
".changes/api-window-on-filedrop.md",
Expand All @@ -20,25 +22,33 @@
".changes/build-schema-generation.md",
".changes/bundler-deep-link-reg-path.md",
".changes/bundler-license.md",
".changes/bundler-long_description.md",
".changes/bundler-r-flag.md",
".changes/bundler-resources-unix.md",
".changes/bundler-rpm-license.md",
".changes/capabilities-multiwebview.md",
".changes/capabilities-tauri-conf.md",
".changes/capability-builder-platform.md",
".changes/capability-context-refactor.md",
".changes/cleanup-resource-table.md",
".changes/cli-acl-subcommands.md",
".changes/cli-add-@-spec.md",
".changes/cli-build-no-bundle.md",
".changes/cli-chinese-product-name.md",
".changes/cli-ds-store-dev-watch.md",
".changes/cli-empty-responses.md",
".changes/cli-frontend-dist-expected-path.md",
".changes/cli-include-dir-cargo-manifest-dir.md",
".changes/cli-migrate-non-utf8.md",
".changes/cli-migrate-unknown-plugins.md",
".changes/cli-mobile-init-partition.md",
".changes/cli-openssl-cargo-mobile2-removal.md",
".changes/cli-plugin-android-init.md",
".changes/cli-plugins-migrate.md",
".changes/cli-update-deps-fix-log.md",
".changes/cli-updater-unkown-fields.md",
".changes/cli-windows-build-tools-detect-utf8.md",
".changes/closeable-maximizable.md",
".changes/codegen-capabilities-attribute.md",
".changes/codegen-set-assets.md",
".changes/color-context-generation.md",
Expand All @@ -47,15 +57,18 @@
".changes/context-remove-assets-generics.md",
".changes/context-remove-assets-mut.md",
".changes/context-runtime-authority.md",
".changes/core-always-rebuilds-due-to-permissions-dir.md",
".changes/core-app-tray-remove-tray-apis-removed.md",
".changes/core-center-window.md",
".changes/core-emit-created-events.md",
".changes/core-emit-js-all-targets.md",
".changes/core-isTauri.md",
".changes/core-js-event-anytarget.md",
".changes/core-jsimage-intoimg.md",
".changes/core-menu-resources-deadlock.md",
".changes/core-once-event-return-event-id.md",
".changes/core-path-basename-replace.md",
".changes/core-start-resize-permission.md",
".changes/core-window-hasdisplayhandle.md",
".changes/csp-header-linux.md",
".changes/deb-rpm-post-pre-scripts-bundler.md",
Expand All @@ -71,6 +84,7 @@
".changes/fix-acl-webview-check.md",
".changes/fix-add-child-deadlock.md",
".changes/fix-capability-schema-definitions.md",
".changes/fix-channel-buffer-processing.md",
".changes/fix-channel-ipc-response.md",
".changes/fix-clear-residual-listeners.md",
".changes/fix-cli-migration-http-acl.md",
Expand All @@ -94,6 +108,7 @@
".changes/fix-scope-resolution.md",
".changes/fix-tauri-build-license-field.md",
".changes/fix-tauri-build-unix.md",
".changes/fix-temp-permission-file-name.md",
".changes/fix-visibility-change.md",
".changes/fix-webview-close.md",
".changes/fix-window-center-monitor-scale.md",
Expand All @@ -115,6 +130,7 @@
".changes/isolation-script-remove-itself.md",
".changes/mobile-watcher.md",
".changes/multiwebview-bounds-fixes.md",
".changes/nsis-append-product-name.md",
".changes/nsis-dpi-aware.md",
".changes/path-result-error-rexport.md",
".changes/permission-platforms.md",
Expand All @@ -135,12 +151,14 @@
".changes/rerun-if-permission-created.md",
".changes/resources_table_access.md",
".changes/revert-fix-visibility-change.md",
".changes/runner-config.md",
".changes/runtime-add-capability.md",
".changes/runtime-capability-dynamic.md",
".changes/runtime-dpi-mod-moved.md",
".changes/runtime-icon-lifetime.md",
".changes/rwh-06.md",
".changes/schema_str.md",
".changes/script-older-os.md",
".changes/set-auto-resize.md",
".changes/set-zoom.md",
".changes/strict-csp-isolation-frame.md",
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions core/tauri-build/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## \[2.0.0-beta.13]

### Bug Fixes

- [`88c0ad9cf`](https://www.github.com/tauri-apps/tauri/commit/88c0ad9cf5d2f9ed65285540c26b54fb18b10137)([#9471](https://www.github.com/tauri-apps/tauri/pull/9471)) Fix tauri always rebuilding even if source code didn't change.

### Dependencies

- Upgraded to `tauri-utils@2.0.0-beta.13`
- Upgraded to `tauri-codegen@2.0.0-beta.13`

## \[2.0.0-beta.12]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-build"
version = "2.0.0-beta.12"
version = "2.0.0-beta.13"
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-beta.12", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-beta.12", path = "../tauri-utils", features = [ "build", "resources" ] }
tauri-codegen = { version = "2.0.0-beta.13", path = "../tauri-codegen", optional = true }
tauri-utils = { version = "2.0.0-beta.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
@@ -1,5 +1,11 @@
# Changelog

## \[2.0.0-beta.13]

### Dependencies

- Upgraded to `tauri-utils@2.0.0-beta.13`

## \[2.0.0-beta.12]

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-codegen/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-codegen"
version = "2.0.0-beta.12"
version = "2.0.0-beta.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 @@ -20,7 +20,7 @@ quote = "1"
syn = "2"
serde = { version = "1", features = [ "derive" ] }
serde_json = "1"
tauri-utils = { version = "2.0.0-beta.12", path = "../tauri-utils", features = [ "build" ] }
tauri-utils = { version = "2.0.0-beta.13", path = "../tauri-utils", features = [ "build" ] }
thiserror = "1"
walkdir = "2"
brotli = { version = "3", optional = true, default-features = false, features = [ "std" ] }
Expand Down
7 changes: 7 additions & 0 deletions core/tauri-macros/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## \[2.0.0-beta.13]

### Dependencies

- Upgraded to `tauri-utils@2.0.0-beta.13`
- Upgraded to `tauri-codegen@2.0.0-beta.13`

## \[2.0.0-beta.12]

### Dependencies
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-macros"
version = "2.0.0-beta.12"
version = "2.0.0-beta.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-beta.12", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-beta.12", path = "../tauri-utils" }
tauri-codegen = { version = "2.0.0-beta.13", default-features = false, path = "../tauri-codegen" }
tauri-utils = { version = "2.0.0-beta.13", path = "../tauri-utils" }

[features]
custom-protocol = [ ]
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-plugin/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## \[2.0.0-beta.13]

### Dependencies

- Upgraded to `tauri-utils@2.0.0-beta.13`

## \[2.0.0-beta.12]

### Dependencies
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-plugin/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin"
version = "2.0.0-beta.12"
version = "2.0.0-beta.13"
description = "Build script and runtime Tauri plugin definitions"
authors = { workspace = true }
homepage = { workspace = true }
Expand Down Expand Up @@ -30,7 +30,7 @@ runtime = [ ]
[dependencies]
anyhow = { version = "1", optional = true }
serde = { version = "1", optional = true }
tauri-utils = { version = "2.0.0-beta.12", default-features = false, features = [ "build" ], path = "../tauri-utils" }
tauri-utils = { version = "2.0.0-beta.13", default-features = false, features = [ "build" ], path = "../tauri-utils" }
serde_json = { version = "1", optional = true }
glob = { version = "0.3", optional = true }
toml = { version = "0.8", optional = true }
Expand Down
11 changes: 11 additions & 0 deletions core/tauri-runtime-wry/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

## \[2.0.0-beta.13]

### What's Changed

- [`005fe8ce1`](https://www.github.com/tauri-apps/tauri/commit/005fe8ce1ef71ea46a7d86f98bdf397ca81eb920)([#9410](https://www.github.com/tauri-apps/tauri/pull/9410)) Fix `closable`, `maximizable` and `minimizable` options not taking effect when used in tauri.conf.json or from JS APIs.

### Dependencies

- Upgraded to `tauri-utils@2.0.0-beta.13`
- Upgraded to `tauri-runtime@2.0.0-beta.13`

## \[2.0.0-beta.12]

### New Features
Expand Down
6 changes: 3 additions & 3 deletions core/tauri-runtime-wry/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime-wry"
version = "2.0.0-beta.12"
version = "2.0.0-beta.13"
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.39", default-features = false, features = [ "drag-drop", "protocol", "os-webview" ] }
tao = { version = "0.27", default-features = false, features = [ "rwh_06" ] }
tauri-runtime = { version = "2.0.0-beta.12", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-beta.12", path = "../tauri-utils" }
tauri-runtime = { version = "2.0.0-beta.13", path = "../tauri-runtime" }
tauri-utils = { version = "2.0.0-beta.13", path = "../tauri-utils" }
raw-window-handle = "0.6"
http = "1.1"
url = "2"
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-runtime/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## \[2.0.0-beta.13]

### Dependencies

- Upgraded to `tauri-utils@2.0.0-beta.13`

## \[2.0.0-beta.12]

### New Features
Expand Down
4 changes: 2 additions & 2 deletions core/tauri-runtime/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-runtime"
version = "2.0.0-beta.12"
version = "2.0.0-beta.13"
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-beta.12", path = "../tauri-utils" }
tauri-utils = { version = "2.0.0-beta.13", path = "../tauri-utils" }
http = "1.1"
raw-window-handle = "0.6"
url = { version = "2" }
Expand Down
6 changes: 6 additions & 0 deletions core/tauri-utils/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## \[2.0.0-beta.13]

### Bug Fixes

- [`a1e0e268f`](https://www.github.com/tauri-apps/tauri/commit/a1e0e268f02f7e2934bec48de4cac0dc00529a2b)([#9477](https://www.github.com/tauri-apps/tauri/pull/9477)) Replace `tauri:` prefix with `tauri-` for temporary permission file names

## \[2.0.0-beta.12]

### New Features
Expand Down
2 changes: 1 addition & 1 deletion core/tauri-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tauri-utils"
version = "2.0.0-beta.12"
version = "2.0.0-beta.13"
description = "Utilities for Tauri"
exclude = [ "CHANGELOG.md", "/target" ]
readme = "README.md"
Expand Down

0 comments on commit ac9bfad

Please sign in to comment.