Skip to content

Commit 21aa16e

Browse files
committed
chore(release): publish
- project: mlkit-custom-object-detection 3.0.0 - project: mlkit-digital-ink-recognition 3.0.0 - project: mlkit-selfie-segmentation 3.0.0 - project: mlkit-barcode-scanning 3.0.0 - project: mlkit-object-detection 3.0.0 - project: mlkit-text-recognition 3.0.0 - project: mlkit-face-detection 3.0.0 - project: mlkit-image-labeling 3.0.0 - project: mlkit-pose-detection 3.0.0 - project: mlkit-core 3.0.0
1 parent 63127c6 commit 21aa16e

File tree

20 files changed

+229
-10
lines changed

20 files changed

+229
-10
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
6+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
7+
- **core:** allow aspectRatio configuration ([10fea40](https://github.com/NativeScript/mlkit/commit/10fea40))
8+
- allow retrieval of last processed image ([f98e08d](https://github.com/NativeScript/mlkit/commit/f98e08d))
9+
- still image detection, pause & torch ([c7ee498](https://github.com/NativeScript/mlkit/commit/c7ee498))
10+
- alpha.0 ([1458313](https://github.com/NativeScript/mlkit/commit/1458313))
11+
12+
### 🩹 Fixes
13+
14+
- unify camera permission handling, detection background handling, detection sig, support processEveryNthFrame, onTorch handling ([98c2ebc](https://github.com/NativeScript/mlkit/commit/98c2ebc))
15+
- detection, torch & pause ([31d601d](https://github.com/NativeScript/mlkit/commit/31d601d))
16+
- android barcode detection, formats, ios detection & torch ([353ede1](https://github.com/NativeScript/mlkit/commit/353ede1))
17+
- detection event ([16642aa](https://github.com/NativeScript/mlkit/commit/16642aa))
18+
- build ([0529325](https://github.com/NativeScript/mlkit/commit/0529325))
19+
20+
### ❤️ Thank You
21+
22+
- Nathan Walker
23+
- Osei Fortune @triniwiz

packages/mlkit-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": "@nativescript/mlkit-barcode-scanning",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Barcode Scanner module",
55
"main": "index",
66
"typings": "index.d.ts",

packages/mlkit-core/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- custom object detectors + fix related to automatic zooming on ios ([#71](https://github.com/NativeScript/mlkit/pull/71))
6+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
7+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
8+
- **core:** allow aspectRatio configuration ([10fea40](https://github.com/NativeScript/mlkit/commit/10fea40))
9+
- allow retrieval of last processed image ([f98e08d](https://github.com/NativeScript/mlkit/commit/f98e08d))
10+
- still image detection, pause & torch ([c7ee498](https://github.com/NativeScript/mlkit/commit/c7ee498))
11+
- pause & torch ([a39ac7e](https://github.com/NativeScript/mlkit/commit/a39ac7e))
12+
- alpha.0 ([1458313](https://github.com/NativeScript/mlkit/commit/1458313))
13+
14+
### 🩹 Fixes
15+
16+
- **ios:** mlkit import ([#59](https://github.com/NativeScript/mlkit/pull/59))
17+
- **ios:** latest Image orientation ([e6c694c](https://github.com/NativeScript/mlkit/commit/e6c694c))
18+
- **core:** module guard checks ([1e851e6](https://github.com/NativeScript/mlkit/commit/1e851e6))
19+
- **core:** instance check ([a58ac63](https://github.com/NativeScript/mlkit/commit/a58ac63))
20+
- **core:** should check if undefined ([92cffcf](https://github.com/NativeScript/mlkit/commit/92cffcf))
21+
- **facedetection:** only set instance if supported ([6b5e775](https://github.com/NativeScript/mlkit/commit/6b5e775))
22+
- **core:** latestImage guard ([859f7d8](https://github.com/NativeScript/mlkit/commit/859f7d8))
23+
- unify camera permission handling, detection background handling, detection sig, support processEveryNthFrame, onTorch handling ([98c2ebc](https://github.com/NativeScript/mlkit/commit/98c2ebc))
24+
- detection, torch & pause ([31d601d](https://github.com/NativeScript/mlkit/commit/31d601d))
25+
- android barcode detection, formats, ios detection & torch ([353ede1](https://github.com/NativeScript/mlkit/commit/353ede1))
26+
- detection event ([16642aa](https://github.com/NativeScript/mlkit/commit/16642aa))
27+
- ios ([9a7d9bc](https://github.com/NativeScript/mlkit/commit/9a7d9bc))
28+
- typings ([af53c19](https://github.com/NativeScript/mlkit/commit/af53c19))
29+
30+
### ❤️ Thank You
31+
32+
- cjohn001 @cjohn001
33+
- Nathan Walker
34+
- Osei Fortune @triniwiz
35+
- Sean Kelly @SeanKelly369

packages/mlkit-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/mlkit-core",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Core",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- custom object detectors + fix related to automatic zooming on ios ([#71](https://github.com/NativeScript/mlkit/pull/71))
6+
7+
### ❤️ Thank You
8+
9+
- cjohn001 @cjohn001

packages/mlkit-custom-object-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/mlkit-custom-object-detection",
3-
"version": "3.0.0-alpha.6",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Custom Object Detection module",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
6+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
7+
- alpha.0 ([1458313](https://github.com/NativeScript/mlkit/commit/1458313))
8+
9+
### 🩹 Fixes
10+
11+
- detection event ([16642aa](https://github.com/NativeScript/mlkit/commit/16642aa))
12+
- build ([0529325](https://github.com/NativeScript/mlkit/commit/0529325))
13+
14+
### ❤️ Thank You
15+
16+
- Nathan Walker
17+
- Osei Fortune @triniwiz

packages/mlkit-digital-ink-recognition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/mlkit-digital-ink-recognition",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Digital Ink Recognition module",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
6+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
7+
- **core:** allow aspectRatio configuration ([10fea40](https://github.com/NativeScript/mlkit/commit/10fea40))
8+
- allow retrieval of last processed image ([f98e08d](https://github.com/NativeScript/mlkit/commit/f98e08d))
9+
- still image detection, pause & torch ([c7ee498](https://github.com/NativeScript/mlkit/commit/c7ee498))
10+
- alpha.0 ([1458313](https://github.com/NativeScript/mlkit/commit/1458313))
11+
12+
### 🩹 Fixes
13+
14+
- unify camera permission handling, detection background handling, detection sig, support processEveryNthFrame, onTorch handling ([98c2ebc](https://github.com/NativeScript/mlkit/commit/98c2ebc))
15+
- detection, torch & pause ([31d601d](https://github.com/NativeScript/mlkit/commit/31d601d))
16+
- android barcode detection, formats, ios detection & torch ([353ede1](https://github.com/NativeScript/mlkit/commit/353ede1))
17+
- detection event ([16642aa](https://github.com/NativeScript/mlkit/commit/16642aa))
18+
- build ([0529325](https://github.com/NativeScript/mlkit/commit/0529325))
19+
20+
### ❤️ Thank You
21+
22+
- Nathan Walker
23+
- Osei Fortune @triniwiz

packages/mlkit-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": "@nativescript/mlkit-face-detection",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Face Detection module",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
6+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
7+
- **core:** allow aspectRatio configuration ([10fea40](https://github.com/NativeScript/mlkit/commit/10fea40))
8+
- allow retrieval of last processed image ([f98e08d](https://github.com/NativeScript/mlkit/commit/f98e08d))
9+
- still image detection, pause & torch ([c7ee498](https://github.com/NativeScript/mlkit/commit/c7ee498))
10+
- alpha.0 ([1458313](https://github.com/NativeScript/mlkit/commit/1458313))
11+
12+
### 🩹 Fixes
13+
14+
- unify camera permission handling, detection background handling, detection sig, support processEveryNthFrame, onTorch handling ([98c2ebc](https://github.com/NativeScript/mlkit/commit/98c2ebc))
15+
- detection, torch & pause ([31d601d](https://github.com/NativeScript/mlkit/commit/31d601d))
16+
- android barcode detection, formats, ios detection & torch ([353ede1](https://github.com/NativeScript/mlkit/commit/353ede1))
17+
- detection event ([16642aa](https://github.com/NativeScript/mlkit/commit/16642aa))
18+
- build ([0529325](https://github.com/NativeScript/mlkit/commit/0529325))
19+
20+
### ❤️ Thank You
21+
22+
- Nathan Walker
23+
- Osei Fortune @triniwiz

packages/mlkit-image-labeling/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/mlkit-image-labeling",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Image Labeling module",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
6+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
7+
- **core:** allow aspectRatio configuration ([10fea40](https://github.com/NativeScript/mlkit/commit/10fea40))
8+
- allow retrieval of last processed image ([f98e08d](https://github.com/NativeScript/mlkit/commit/f98e08d))
9+
- still image detection, pause & torch ([c7ee498](https://github.com/NativeScript/mlkit/commit/c7ee498))
10+
- alpha.0 ([1458313](https://github.com/NativeScript/mlkit/commit/1458313))
11+
12+
### 🩹 Fixes
13+
14+
- unify camera permission handling, detection background handling, detection sig, support processEveryNthFrame, onTorch handling ([98c2ebc](https://github.com/NativeScript/mlkit/commit/98c2ebc))
15+
- detection, torch & pause ([31d601d](https://github.com/NativeScript/mlkit/commit/31d601d))
16+
- android barcode detection, formats, ios detection & torch ([353ede1](https://github.com/NativeScript/mlkit/commit/353ede1))
17+
- detection event ([16642aa](https://github.com/NativeScript/mlkit/commit/16642aa))
18+
- build ([0529325](https://github.com/NativeScript/mlkit/commit/0529325))
19+
20+
### ❤️ Thank You
21+
22+
- Nathan Walker
23+
- Osei Fortune @triniwiz

packages/mlkit-object-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/mlkit-object-detection",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Object Detection module",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
6+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
7+
- **core:** allow aspectRatio configuration ([10fea40](https://github.com/NativeScript/mlkit/commit/10fea40))
8+
- allow retrieval of last processed image ([f98e08d](https://github.com/NativeScript/mlkit/commit/f98e08d))
9+
- still image detection, pause & torch ([c7ee498](https://github.com/NativeScript/mlkit/commit/c7ee498))
10+
- alpha.0 ([1458313](https://github.com/NativeScript/mlkit/commit/1458313))
11+
12+
### 🩹 Fixes
13+
14+
- unify camera permission handling, detection background handling, detection sig, support processEveryNthFrame, onTorch handling ([98c2ebc](https://github.com/NativeScript/mlkit/commit/98c2ebc))
15+
- detection, torch & pause ([31d601d](https://github.com/NativeScript/mlkit/commit/31d601d))
16+
- android barcode detection, formats, ios detection & torch ([353ede1](https://github.com/NativeScript/mlkit/commit/353ede1))
17+
- detection event ([16642aa](https://github.com/NativeScript/mlkit/commit/16642aa))
18+
- build ([0529325](https://github.com/NativeScript/mlkit/commit/0529325))
19+
20+
### ❤️ Thank You
21+
22+
- Nathan Walker
23+
- Osei Fortune @triniwiz

packages/mlkit-pose-detection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/mlkit-pose-detection",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Pose Detection module",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
6+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
7+
- **core:** allow aspectRatio configuration ([10fea40](https://github.com/NativeScript/mlkit/commit/10fea40))
8+
- allow retrieval of last processed image ([f98e08d](https://github.com/NativeScript/mlkit/commit/f98e08d))
9+
- still image detection, pause & torch ([c7ee498](https://github.com/NativeScript/mlkit/commit/c7ee498))
10+
11+
### 🩹 Fixes
12+
13+
- unify camera permission handling, detection background handling, detection sig, support processEveryNthFrame, onTorch handling ([98c2ebc](https://github.com/NativeScript/mlkit/commit/98c2ebc))
14+
- detection, torch & pause ([31d601d](https://github.com/NativeScript/mlkit/commit/31d601d))
15+
- android barcode detection, formats, ios detection & torch ([353ede1](https://github.com/NativeScript/mlkit/commit/353ede1))
16+
17+
### ❤️ Thank You
18+
19+
- Nathan Walker
20+
- Osei Fortune @triniwiz

packages/mlkit-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": "@nativescript/mlkit-selfie-segmentation",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Self Segmentation module",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# 3.0.0 (2025-01-29)
2+
3+
### 🚀 Features
4+
5+
- iOS SDK 5+ and Android SDK updates ([#63](https://github.com/NativeScript/mlkit/pull/63))
6+
- v2 ([#46](https://github.com/NativeScript/mlkit/pull/46))
7+
- **core:** allow aspectRatio configuration ([10fea40](https://github.com/NativeScript/mlkit/commit/10fea40))
8+
- allow retrieval of last processed image ([f98e08d](https://github.com/NativeScript/mlkit/commit/f98e08d))
9+
- still image detection, pause & torch ([c7ee498](https://github.com/NativeScript/mlkit/commit/c7ee498))
10+
- alpha.0 ([1458313](https://github.com/NativeScript/mlkit/commit/1458313))
11+
12+
### 🩹 Fixes
13+
14+
- unify camera permission handling, detection background handling, detection sig, support processEveryNthFrame, onTorch handling ([98c2ebc](https://github.com/NativeScript/mlkit/commit/98c2ebc))
15+
- detection, torch & pause ([31d601d](https://github.com/NativeScript/mlkit/commit/31d601d))
16+
- android barcode detection, formats, ios detection & torch ([353ede1](https://github.com/NativeScript/mlkit/commit/353ede1))
17+
- detection event ([16642aa](https://github.com/NativeScript/mlkit/commit/16642aa))
18+
- build ([0529325](https://github.com/NativeScript/mlkit/commit/0529325))
19+
20+
### ❤️ Thank You
21+
22+
- Nathan Walker
23+
- Osei Fortune @triniwiz

packages/mlkit-text-recognition/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/mlkit-text-recognition",
3-
"version": "3.0.0-alpha.7",
3+
"version": "3.0.0",
44
"description": "NativeScript MLKit Text Recognition module",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)