Skip to content

Commit f946a7c

Browse files
publish new versions (#1680)
Co-authored-by: lucasfernog <[email protected]>
1 parent b914775 commit f946a7c

File tree

26 files changed

+90
-32
lines changed

26 files changed

+90
-32
lines changed

.changes/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
".changes/remove-target-sdk.md",
1212
".changes/shell-open-regex-match-string.md",
1313
".changes/shell-regex-match-string.md",
14+
".changes/swift-build-older-versions.md",
1415
".changes/update-fs-api-docs.md",
1516
".changes/update-tauri-rc-3.md"
1617
]

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.0-rc.1]
4+
5+
### Dependencies
6+
7+
- Upgraded to `[email protected]`
8+
- Upgraded to `[email protected]`
9+
- Upgraded to `[email protected]`
10+
- Upgraded to `[email protected]`
11+
- Upgraded to `[email protected]`
12+
- Upgraded to `[email protected]`
13+
- Upgraded to `[email protected]`
14+
- Upgraded to `[email protected]`
15+
316
## \[2.0.0-rc.0]
417

518
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "api"
33
publish = false
4-
version = "2.0.0-rc.0"
4+
version = "2.0.0-rc.1"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -19,21 +19,21 @@ serde_json = { workspace = true }
1919
serde = { workspace = true }
2020
tiny_http = "0.12"
2121
log = { workspace = true }
22-
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-rc.0" }
22+
tauri-plugin-log = { path = "../../../plugins/log", version = "2.0.0-rc.1" }
2323
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.0.0-rc.0", features = [
2424
"watch",
2525
] }
26-
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.0.0-rc.1" }
27-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-rc.1" }
26+
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.0.0-rc.2" }
27+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.0.0-rc.2" }
2828
tauri-plugin-http = { path = "../../../plugins/http", features = [
2929
"multipart",
3030
], version = "2.0.0-rc.0" }
31-
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-rc.1", features = [
31+
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.0.0-rc.2", features = [
3232
"windows7-compat",
3333
] }
3434
tauri-plugin-os = { path = "../../../plugins/os", version = "2.0.0-rc.0" }
3535
tauri-plugin-process = { path = "../../../plugins/process", version = "2.0.0-rc.0" }
36-
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-rc.1" }
36+
tauri-plugin-shell = { path = "../../../plugins/shell", version = "2.0.0-rc.2" }
3737

3838
[dependencies.tauri]
3939
workspace = true
@@ -54,9 +54,9 @@ tauri-plugin-global-shortcut = { path = "../../../plugins/global-shortcut", vers
5454
tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.0.0-rc.1" }
5555

5656
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
57-
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.0.0-rc.1" }
58-
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.0.0-rc.1" }
59-
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.0.0-rc.1" }
57+
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.0.0-rc.2" }
58+
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.0.0-rc.2" }
59+
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.0.0-rc.2" }
6060

6161
[target."cfg(target_os = \"windows\")".dependencies]
6262
window-shadows = "0.2"

plugins/barcode-scanner/CHANGELOG.md

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

3+
## \[2.0.0-rc.2]
4+
5+
- [`b9147758`](https://github.com/tauri-apps/plugins-workspace/commit/b914775898c2bee7ceb20bd17ee595005cd17a64) ([#1679](https://github.com/tauri-apps/plugins-workspace/pull/1679) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Explicitly set a minimum macOS version for the Swift package.
6+
37
## \[2.0.0-rc.1]
48

59
- [`2c00c029`](https://github.com/tauri-apps/plugins-workspace/commit/2c00c0292c9127b81567de46691e8c0f73557261) ([#1630](https://github.com/tauri-apps/plugins-workspace/pull/1630) by [@FabianLars](https://github.com/tauri-apps/plugins-workspace/../../FabianLars)) Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the `barcode-scanner` was defined as `window.__TAURI_PLUGIN_CLIPBOARDMANAGER__` instead of `window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__`.

plugins/barcode-scanner/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-plugin-barcode-scanner"
3-
version = "2.0.0-rc.1"
3+
version = "2.0.0-rc.2"
44
description = "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS"
55
edition = { workspace = true }
66
authors = { workspace = true }

plugins/biometric/CHANGELOG.md

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

3+
## \[2.0.0-rc.2]
4+
5+
- [`b9147758`](https://github.com/tauri-apps/plugins-workspace/commit/b914775898c2bee7ceb20bd17ee595005cd17a64) ([#1679](https://github.com/tauri-apps/plugins-workspace/pull/1679) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Explicitly set a minimum macOS version for the Swift package.
6+
37
## \[2.0.0-rc.1]
48

59
### changes

plugins/biometric/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-plugin-biometric"
3-
version = "2.0.0-rc.1"
3+
version = "2.0.0-rc.2"
44
description = "Prompt the user for biometric authentication on Android and iOS."
55
edition = { workspace = true }
66
authors = { workspace = true }

plugins/clipboard-manager/CHANGELOG.md

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

3+
## \[2.0.0-rc.2]
4+
5+
- [`b9147758`](https://github.com/tauri-apps/plugins-workspace/commit/b914775898c2bee7ceb20bd17ee595005cd17a64) ([#1679](https://github.com/tauri-apps/plugins-workspace/pull/1679) by [@lucasfernog](https://github.com/tauri-apps/plugins-workspace/../../lucasfernog)) Explicitly set a minimum macOS version for the Swift package.
6+
37
## \[2.0.0-rc.1]
48

59
- [`2c00c029`](https://github.com/tauri-apps/plugins-workspace/commit/2c00c0292c9127b81567de46691e8c0f73557261) ([#1630](https://github.com/tauri-apps/plugins-workspace/pull/1630) by [@FabianLars](https://github.com/tauri-apps/plugins-workspace/../../FabianLars)) Fixed an issue that caused multi-word IIFE names to not be formatted correctly. For example the `barcode-scanner` was defined as `window.__TAURI_PLUGIN_CLIPBOARDMANAGER__` instead of `window.__TAURI_PLUGIN_CLIPBOARD_MANAGER__`.

plugins/clipboard-manager/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-plugin-clipboard-manager"
3-
version = "2.0.0-rc.1"
3+
version = "2.0.0-rc.2"
44
description = "Read and write to the system clipboard."
55
edition = { workspace = true }
66
authors = { workspace = true }

0 commit comments

Comments
 (0)