Skip to content

Commit 9af519a

Browse files
author
Github Workflow (on behalf of alexgerardojacinto)
committed
v2.2.1
1 parent 8443db4 commit 9af519a

File tree

9 files changed

+5808
-7027
lines changed

9 files changed

+5808
-7027
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.2.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.2.0...v2.2.1) (2025-12-09)
7+
8+
**Note:** Version bump only for package root
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.1.0...v2.2.0) (2025-10-06)
715

816

example-app-spm/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.2.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.2.0...v2.2.1) (2025-12-09)
7+
8+
**Note:** Version bump only for package example-app-spm
9+
10+
11+
12+
13+
614
# [2.1.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.0.4...v2.1.0) (2025-09-09)
715

816

example-app-spm/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-spm",
33
"private": true,
4-
"version": "2.1.0",
4+
"version": "2.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

example-app/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.2.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.2.0...v2.2.1) (2025-12-09)
7+
8+
**Note:** Version bump only for package example-app
9+
10+
11+
12+
13+
614
# [2.2.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.1.0...v2.2.0) (2025-10-06)
715

816

example-app/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "example-app",
33
"private": true,
4-
"version": "2.2.0",
4+
"version": "2.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -47,4 +47,4 @@
4747
"vitest": "^4.0.10"
4848
},
4949
"description": "An Ionic project"
50-
}
50+
}

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": "2.2.0",
3+
"version": "2.2.1",
44
"npmClient": "pnpm"
55
}

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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+
## [2.2.1](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v2.2.0...v2.2.1) (2025-12-09)
7+
8+
**Note:** Version bump only for package @capacitor/barcode-scanner
9+
10+
11+
12+
13+
614
# [2.2.0](/compare/v2.1.0...v2.2.0) (2025-10-06)
715

816

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor/barcode-scanner",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Capacitor plugin using Outsystems Barcode libs",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",
@@ -82,4 +82,4 @@
8282
"src": "android"
8383
}
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)