Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Workflow (on behalf of alexgerardojacinto) committed Dec 2, 2024
1 parent ccafda3 commit ad314ca
Show file tree
Hide file tree
Showing 7 changed files with 5,907 additions and 7,282 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.1...v1.0.2) (2024-12-02)


### Bug Fixes

* **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))
* **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))
* use gradle's all distribution type ([ad9aa42](https://github.com/ionic-team/capacitor-barcode-scanner/commit/ad9aa42e3e423518644ddd86b47c64ea0bf237fd))





## [1.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0...v1.0.1) (2024-05-16)


Expand Down
11 changes: 11 additions & 0 deletions example-app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.1...v1.0.2) (2024-12-02)


### Bug Fixes

* **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))





## [1.0.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.0...v1.0.1) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion example-app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "example-app",
"private": true,
"version": "1.0.1",
"version": "1.0.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "1.0.1",
"version": "1.0.2",
"npmClient": "pnpm"
}
}
12 changes: 12 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.2](/compare/v1.0.1...v1.0.2) (2024-12-02)


### Bug Fixes

* **android:** pin `osbarcode-android` library version to 1.1.3 to resolve camera compatibility issue 319fd31
* use gradle's all distribution type ad9aa42





## [1.0.1](/compare/v1.0.0...v1.0.1) (2024-05-16)


Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@capacitor/barcode-scanner",
"version": "1.0.1",
"version": "1.0.2",
"description": "Capacitor plugin using Outsystems Barcode libs",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
Expand Down
Loading

0 comments on commit ad314ca

Please sign in to comment.