Skip to content

Commit

Permalink
apply version updates (#9857)
Browse files Browse the repository at this point in the history
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and lucasfernog committed May 23, 2024
1 parent f6d81df commit bf708a2
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changes/ipc-only-main-frame.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/shellexecute-updater.md

This file was deleted.

4 changes: 2 additions & 2 deletions Cargo.lock

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

6 changes: 6 additions & 0 deletions core/tauri-runtime-wry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## \[0.14.8]

### Security fixes

- [`f6d81dfe0`](https://www.github.com/tauri-apps/tauri/commit/f6d81dfe0871e0ccd012e5190d41e3767e733608) Only process IPC commands from the main frame.

## \[0.14.7]

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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 = "0.14.7"
version = "0.14.8"
authors = [ "Tauri Programme within The Commons Conservancy" ]
categories = [ "gui", "web-programming" ]
license = "Apache-2.0 OR MIT"
Expand Down
14 changes: 14 additions & 0 deletions core/tauri/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## \[1.6.7]

### Bug Fixes

- [`50aabad1f`](https://www.github.com/tauri-apps/tauri/commit/50aabad1f602066417d815b0f2d2c5948848bb00)([#9818](https://www.github.com/tauri-apps/tauri/pull/9818)) On Windows, fix flashing PowerShell for updates for NSIS installer, and address possible "permission denied" problems.

### Security fixes

- [`f6d81dfe0`](https://www.github.com/tauri-apps/tauri/commit/f6d81dfe0871e0ccd012e5190d41e3767e733608) Only process IPC commands from the main frame.

### Dependencies

- Upgraded to `tauri-runtime-wry@0.14.8`

## \[1.6.6]

### Bug Fixes
Expand Down
10 changes: 7 additions & 3 deletions core/tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = "Apache-2.0 OR MIT"
name = "tauri"
readme = "README.md"
repository = "https://github.com/tauri-apps/tauri"
version = "1.6.6"
version = "1.6.7"

[package.metadata.docs.rs]
no-default-features = true
Expand Down Expand Up @@ -61,7 +61,7 @@ once_cell = "1"
tauri-runtime = { version = "0.14.3", path = "../tauri-runtime" }
tauri-macros = { version = "1.4.4", path = "../tauri-macros" }
tauri-utils = { version = "1.5.4", features = [ "resources" ], path = "../tauri-utils" }
tauri-runtime-wry = { version = "0.14.7", path = "../tauri-runtime-wry", optional = true }
tauri-runtime-wry = { version = "0.14.8", path = "../tauri-runtime-wry", optional = true }
rand = "0.8"
semver = { version = "1.0", features = [ "serde" ] }
serde_repr = "0.1"
Expand Down Expand Up @@ -120,7 +120,11 @@ win7-notifications = { version = "0.4", optional = true }

[target."cfg(windows)".dependencies.windows]
version = "0.39.0"
features = [ "Win32_Foundation", "Win32_UI_WindowsAndMessaging", "Win32_UI_Shell" ]
features = [
"Win32_Foundation",
"Win32_UI_WindowsAndMessaging",
"Win32_UI_Shell"
]

[build-dependencies]
heck = "0.5"
Expand Down
2 changes: 1 addition & 1 deletion tooling/cli/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"version": "1.5.14",
"node": ">= 10.0.0"
},
"tauri": "1.6.6",
"tauri": "1.6.7",
"tauri-build": "1.5.2"
}

0 comments on commit bf708a2

Please sign in to comment.