Skip to content

Commit 2f49369

Browse files
author
Github Workflow (on behalf of IT-MikeS)
committed
v1.0.4
1 parent 89404c1 commit 2f49369

File tree

7 files changed

+5191
-6249
lines changed

7 files changed

+5191
-6249
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.4](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.3...v1.0.4) (2024-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* android crash addressed with dep updates ([89404c1](https://github.com/ionic-team/capacitor-barcode-scanner/commit/89404c1130f6491dd4d5a5bf136c595a18dc6451))
12+
13+
14+
### Reverts
15+
16+
* Revert "chore(android): bump kotlin, gradle and aar versions (#45)" ([a20c7cf](https://github.com/ionic-team/capacitor-barcode-scanner/commit/a20c7cfa2fa2cc727ceff9b0293ce6cdbd7d9de0)), closes [#45](https://github.com/ionic-team/capacitor-barcode-scanner/issues/45)
17+
18+
19+
20+
21+
622
## [1.0.3](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.1...v1.0.3) (2024-12-02)
723

824

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.4](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.3...v1.0.4) (2024-12-10)
7+
8+
9+
### Reverts
10+
11+
* Revert "chore(android): bump kotlin, gradle and aar versions (#45)" ([a20c7cf](https://github.com/ionic-team/capacitor-barcode-scanner/commit/a20c7cfa2fa2cc727ceff9b0293ce6cdbd7d9de0)), closes [#45](https://github.com/ionic-team/capacitor-barcode-scanner/issues/45)
12+
13+
14+
15+
16+
617
## [1.0.3](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.1...v1.0.3) (2024-12-02)
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.3",
4+
"version": "1.0.4",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

lerna.json

Lines changed: 1 addition & 1 deletion
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.3",
3+
"version": "1.0.4",
44
"npmClient": "pnpm"
55
}

plugin/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.4](/compare/v1.0.3...v1.0.4) (2024-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* android crash addressed with dep updates 89404c1
12+
13+
14+
### Reverts
15+
16+
* Revert "chore(android): bump kotlin, gradle and aar versions (#45)" a20c7cf, closes #45
17+
18+
19+
20+
21+
622
## [1.0.3](/compare/v1.0.1...v1.0.3) (2024-12-02)
723

824

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.3",
3+
"version": "1.0.4",
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)