Skip to content

Commit 304d7d2

Browse files
committed
chore: update CHANGELOG for 2.0.0
1 parent fa9ed23 commit 304d7d2

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
6969
### Features
7070

7171
* **web:** Implement scanning on the web ([f1d1105](https://github.com/ionic-team/capacitor-barcode-scanner/commit/f1d11053996969790e7f468c024606cb61479b63))
72+
73+
# [2.0.0](https://github.com/ionic-team/capacitor-barcode-scanner/compare/v1.0.4...v2.0.0) (2024-03-15)
74+
75+
76+
### ⚠ BREAKING CHANGES
77+
78+
* Updated to support Capacitor 7
79+
* Minimum Android SDK version increased to align with Capacitor 7 requirements
80+
* Minimum iOS deployment target increased to align with Capacitor 7 requirements
81+
82+
### Features
83+
84+
* Add support for Capacitor 7

plugin/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,16 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4545
# 1.0.0-alpha.1 (2024-04-16)
4646

4747
**Note:** Version bump only for package @capacitor/barcode-scanner
48+
49+
# [2.0.0](/compare/v1.0.2...v2.0.0) (2024-03-15)
50+
51+
52+
### ⚠ BREAKING CHANGES
53+
54+
* Updated to support Capacitor 7
55+
* Minimum Android SDK version increased to align with Capacitor 7 requirements
56+
* Minimum iOS deployment target increased to align with Capacitor 7 requirements
57+
58+
### Features
59+
60+
* Add support for Capacitor 7

plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"typescript": "^5.4.2"
7070
},
7171
"peerDependencies": {
72-
"@capacitor/core": "next"
72+
"@capacitor/core": ">=7.0.0"
7373
},
7474
"swiftlint": "@ionic/swiftlint-config",
7575
"capacitor": {

0 commit comments

Comments
 (0)