Skip to content

Commit 3bf1bce

Browse files
Apply Version Updates From Current Changes (#7612)
Co-authored-by: lucasfernog <lucasfernog@users.noreply.github.com> Co-authored-by: Lucas Nogueira <lucas@tauri.studio>
1 parent e27b829 commit 3bf1bce

File tree

7 files changed

+18
-4
lines changed

7 files changed

+18
-4
lines changed

.changes/pre.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
".changes/android-load-config.md",
1111
".changes/android-on-new-intent.md",
1212
".changes/android-plugin-command-exception.md",
13+
".changes/api-ipc-refactor.md",
1314
".changes/build-android-env-vars.md",
1415
".changes/bump-1.3.md",
1516
".changes/bundler-remove-dialog-option.md",
@@ -80,6 +81,7 @@
8081
".changes/fix-proguard-rules.md",
8182
".changes/fix-shell-build.md",
8283
".changes/fix-tauri-binary-windows.md",
84+
".changes/fix-tray-icon-validation.md",
8385
".changes/fix-xcodescript-lib-path.md",
8486
".changes/force-colored-logs.md",
8587
".changes/generate-tauri-activity.md",

core/tauri-build/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.0-alpha.8]
4+
5+
### Bug Fixes
6+
7+
- [`560b34dd`](https://www.github.com/tauri-apps/tauri/commit/560b34dd2a194ad62db09b3e9e41a2cfff4e5710)([#7610](https://www.github.com/tauri-apps/tauri/pull/7610)) Skip validation of the `tray-icon` feature flag.
8+
39
## \[2.0.0-alpha.7]
410

511
### New Features

core/tauri-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-build"
3-
version = "2.0.0-alpha.7"
3+
version = "2.0.0-alpha.8"
44
description = "build time code to pair with https://crates.io/crates/tauri"
55
exclude = [ "CHANGELOG.md", "/target" ]
66
readme = "README.md"

core/tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ swift-rs = "1.0.5"
104104
[build-dependencies]
105105
heck = "0.4"
106106
once_cell = "1"
107-
tauri-build = { path = "../tauri-build/", version = "2.0.0-alpha.7" }
107+
tauri-build = { path = "../tauri-build/", version = "2.0.0-alpha.8" }
108108

109109
[dev-dependencies]
110110
proptest = "1.2.0"

tooling/api/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.0-alpha.6]
4+
5+
### New Features
6+
7+
- [`4af5c5a8`](https://www.github.com/tauri-apps/tauri/commit/4af5c5a8293263c16f8a65e8d232f2de52f41701)([#7170](https://www.github.com/tauri-apps/tauri/pull/7170)) Change the IPC call to align with the new format for the custom protocol based API.
8+
39
## \[2.0.0-alpha.5]
410

511
### New Features

tooling/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tauri-apps/api",
3-
"version": "2.0.0-alpha.5",
3+
"version": "2.0.0-alpha.6",
44
"description": "Tauri API definitions",
55
"type": "module",
66
"funding": {

tooling/cli/metadata-v2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"node": ">= 10.0.0"
55
},
66
"tauri": "2.0.0-alpha.11",
7-
"tauri-build": "2.0.0-alpha.7"
7+
"tauri-build": "2.0.0-alpha.8"
88
}

0 commit comments

Comments
 (0)