Skip to content

Commit ad314ca

Browse files
author
Github Workflow (on behalf of alexgerardojacinto)
committed
v1.0.2
1 parent ccafda3 commit ad314ca

File tree

7 files changed

+5907
-7282
lines changed

7 files changed

+5907
-7282
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.1...v1.0.2) (2024-12-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** pin `osbarcode-android` library version to 1.1.3 to resolve camera compatibility issue ([319fd31](https://github.com/ionic-team/capacitor-barcode-scanner/commit/319fd31e4d8a87511be5767fca68e19483ac3ea2))
12+
* **example-app:** Set minSdkVersion version to 26 ([#9](https://github.com/ionic-team/capacitor-barcode-scanner/issues/9)) ([ddfb3e4](https://github.com/ionic-team/capacitor-barcode-scanner/commit/ddfb3e493713d49ac0dc7142da357d9c5f790958))
13+
* use gradle's all distribution type ([ad9aa42](https://github.com/ionic-team/capacitor-barcode-scanner/commit/ad9aa42e3e423518644ddd86b47c64ea0bf237fd))
14+
15+
16+
17+
18+
619
## [1.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0...v1.0.1) (2024-05-16)
720

821

example-app/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.1...v1.0.2) (2024-12-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **example-app:** Set minSdkVersion version to 26 ([#9](https://github.com/ionic-team/capacitor-barcode-scanner/issues/9)) ([ddfb3e4](https://github.com/ionic-team/capacitor-barcode-scanner/commit/ddfb3e493713d49ac0dc7142da357d9c5f790958))
12+
13+
14+
15+
16+
617
## [1.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0...v1.0.1) (2024-05-16)
718

819

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-app",
33
"private": true,
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lerna.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"npmClient": "pnpm"
5-
}
5+
}

plugin/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.0.2](/compare/v1.0.1...v1.0.2) (2024-12-02)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** pin `osbarcode-android` library version to 1.1.3 to resolve camera compatibility issue 319fd31
12+
* use gradle's all distribution type ad9aa42
13+
14+
15+
16+
17+
618
## [1.0.1](/compare/v1.0.0...v1.0.1) (2024-05-16)
719

820

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/barcode-scanner",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Capacitor plugin using Outsystems Barcode libs",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)