Skip to content

Commit ceb853d

Browse files
publish new versions
1 parent 7ba6e08 commit ceb853d

File tree

14 files changed

+32
-24
lines changed

14 files changed

+32
-24
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.

Cargo.lock

Lines changed: 3 additions & 3 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## \[2.0.27]
4+
5+
### Dependencies
6+
7+
- Upgraded to `barcode-scanner-js@2.4.0`
8+
39
## \[2.0.26]
410

511
### Dependencies

examples/api/package.json

Lines changed: 2 additions & 2 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,7 +11,7 @@
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",

examples/api/src-tauri/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.31]
4+
5+
### Dependencies
6+
7+
- Upgraded to `barcode-scanner@2.4.0`
8+
39
## \[2.0.30]
410

511
### Dependencies

examples/api/src-tauri/Cargo.toml

Lines changed: 2 additions & 2 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 }
@@ -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 }

plugins/barcode-scanner/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/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
"license": "MIT OR Apache-2.0",
66
"authors": [

0 commit comments

Comments
 (0)