Skip to content

Commit c28b7ff

Browse files
chore(release): publish (#266)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8698f48 commit c28b7ff

File tree

13 files changed

+22
-11
lines changed

13 files changed

+22
-11
lines changed

.changeset/tough-elephants-sparkle.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/barcode-scanning/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 7.2.1
4+
5+
### Patch Changes
6+
7+
- [`772932311a6f6e55214d5fe58970fd66a79ce8ff`](https://github.com/capawesome-team/capacitor-mlkit/commit/772932311a6f6e55214d5fe58970fd66a79ce8ff) ([#265](https://github.com/capawesome-team/capacitor-mlkit/pull/265)): fix(ios): prevent crash due to a race condition at the start of the scan
8+
39
## 7.2.0
410

511
### Minor Changes

packages/barcode-scanning/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-mlkit/barcode-scanning",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Capacitor plugin for ML Kit Barcode Scanning.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/face-detection/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 7.2.1
4+
35
## 7.2.0
46

57
## 7.1.0

packages/face-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-mlkit/face-detection",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Capacitor plugin for ML Kit Face Detection.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/face-mesh-detection/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 7.2.1
4+
35
## 7.2.0
46

57
## 7.1.0

packages/face-mesh-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-mlkit/face-mesh-detection",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Capacitor plugin for ML Kit Face Mesh Detection.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/selfie-segmentation/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 7.2.1
4+
35
## 7.2.0
46

57
## 7.1.0

packages/selfie-segmentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-mlkit/selfie-segmentation",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Capacitor plugin for ML Kit Selfie Segmentation.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/subject-segmentation/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 7.2.1
4+
35
## 7.2.0
46

57
### Minor Changes

packages/subject-segmentation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-mlkit/subject-segmentation",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Capacitor plugin for ML Kit Subject Segmentation.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

packages/translation/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 7.2.1
4+
35
## 7.2.0
46

57
## 7.1.0

packages/translation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-mlkit/translation",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Capacitor plugin for ML Kit Translation.",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)