Skip to content

Commit d26d53a

Browse files
publish new versions
1 parent 80d4d8e commit d26d53a

26 files changed

+88
-55
lines changed

.changes/barcode-gs1.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/window-state-optional-flags.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/write-readable-stream-create.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

Cargo.lock

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

examples/api/CHANGELOG.md

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

3+
## \[2.0.27]
4+
5+
### Dependencies
6+
7+
- Upgraded to `barcode-scanner-js@2.4.0`
8+
- Upgraded to `fs-js@2.4.1`
9+
- Upgraded to `dialog-js@2.3.1`
10+
- Upgraded to `http-js@2.5.1`
11+
312
## \[2.0.26]
413

514
### Dependencies

examples/api/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "api",
33
"private": true,
4-
"version": "2.0.26",
4+
"version": "2.0.27",
55
"type": "module",
66
"scripts": {
77
"dev": "vite --clearScreen false",
@@ -11,16 +11,16 @@
1111
},
1212
"dependencies": {
1313
"@tauri-apps/api": "2.6.0",
14-
"@tauri-apps/plugin-barcode-scanner": "^2.3.0",
14+
"@tauri-apps/plugin-barcode-scanner": "^2.4.0",
1515
"@tauri-apps/plugin-biometric": "^2.3.0",
1616
"@tauri-apps/plugin-cli": "^2.4.0",
1717
"@tauri-apps/plugin-clipboard-manager": "^2.3.0",
18-
"@tauri-apps/plugin-dialog": "^2.3.0",
19-
"@tauri-apps/plugin-fs": "^2.4.0",
18+
"@tauri-apps/plugin-dialog": "^2.3.1",
19+
"@tauri-apps/plugin-fs": "^2.4.1",
2020
"@tauri-apps/plugin-geolocation": "^2.2.0",
2121
"@tauri-apps/plugin-global-shortcut": "^2.3.0",
2222
"@tauri-apps/plugin-haptics": "^2.2.0",
23-
"@tauri-apps/plugin-http": "^2.5.0",
23+
"@tauri-apps/plugin-http": "^2.5.1",
2424
"@tauri-apps/plugin-nfc": "^2.3.0",
2525
"@tauri-apps/plugin-notification": "^2.3.0",
2626
"@tauri-apps/plugin-opener": "^2.4.0",

examples/api/src-tauri/CHANGELOG.md

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

3+
## \[2.0.31]
4+
5+
### Dependencies
6+
7+
- Upgraded to `barcode-scanner@2.4.0`
8+
- Upgraded to `fs@2.4.1`
9+
- Upgraded to `dialog@2.3.1`
10+
- Upgraded to `http@2.5.1`
11+
312
## \[2.0.30]
413

514
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 5 additions & 5 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.30"
4+
version = "2.0.31"
55
description = "An example Tauri Application showcasing the api"
66
edition = "2021"
77
rust-version = { workspace = true }
@@ -21,15 +21,15 @@ tiny_http = "0.12"
2121
time = "0.3"
2222
log = { workspace = true }
2323
tauri-plugin-log = { path = "../../../plugins/log", version = "2.6.0" }
24-
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.4.0", features = [
24+
tauri-plugin-fs = { path = "../../../plugins/fs", version = "2.4.1", features = [
2525
"watch",
2626
] }
2727
tauri-plugin-clipboard-manager = { path = "../../../plugins/clipboard-manager", version = "2.3.0" }
28-
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.3.0" }
28+
tauri-plugin-dialog = { path = "../../../plugins/dialog", version = "2.3.1" }
2929
tauri-plugin-http = { path = "../../../plugins/http", features = [
3030
"multipart",
3131
"cookies",
32-
], version = "2.5.0" }
32+
], version = "2.5.1" }
3333
tauri-plugin-notification = { path = "../../../plugins/notification", version = "2.3.0", features = [
3434
"windows7-compat",
3535
] }
@@ -60,7 +60,7 @@ tauri-plugin-updater = { path = "../../../plugins/updater", version = "2.9.0" }
6060
tauri-plugin-window-state = { path = "../../../plugins/window-state", version = "2.2.0" }
6161

6262
[target."cfg(any(target_os = \"android\", target_os = \"ios\"))".dependencies]
63-
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.3.0" }
63+
tauri-plugin-barcode-scanner = { path = "../../../plugins/barcode-scanner/", version = "2.4.0" }
6464
tauri-plugin-nfc = { path = "../../../plugins/nfc", version = "2.3.0" }
6565
tauri-plugin-biometric = { path = "../../../plugins/biometric/", version = "2.3.0" }
6666
tauri-plugin-geolocation = { path = "../../../plugins/geolocation/", version = "2.3.0" }

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.4.0]
4+
5+
- [`aa9140e1`](https://github.com/tauri-apps/plugins-workspace/commit/aa9140e1ac239ab9f015f92b2ed52bbf0eda7c12) ([#2437](https://github.com/tauri-apps/plugins-workspace/pull/2437) by [@enkhjile](https://github.com/tauri-apps/plugins-workspace/../../enkhjile)) Added support for GS1 DataBar on iOS 15.4+
6+
37
## \[2.3.0]
48

59
- [`f209b2f2`](https://github.com/tauri-apps/plugins-workspace/commit/f209b2f23cb29133c97ad5961fb46ef794dbe063) ([#2804](https://github.com/tauri-apps/plugins-workspace/pull/2804) by [@renovate](https://github.com/tauri-apps/plugins-workspace/../../renovate)) Updated tauri to 2.6

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.3.0"
3+
version = "2.4.0"
44
description = "Scan QR codes, EAN-13 and other kinds of barcodes on Android and iOS"
55
edition = { workspace = true }
66
authors = { workspace = true }

0 commit comments

Comments
 (0)