Skip to content

Commit cac59d4

Browse files
committed
chore: bump
1 parent e6712a3 commit cac59d4

File tree

9 files changed

+41
-41
lines changed

9 files changed

+41
-41
lines changed

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "NativeScript MLKit Barcode Scanner module",
55
"main": "index",
66
"typings": "index.d.ts",

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "NativeScript MLKit Core",
55
"main": "index",
66
"typings": "index.d.ts",
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,35 @@
11
{
2-
"name": "@nativescript/mlkit-digital-ink-recognition",
3-
"version": "1.0.5",
4-
"description": "NativeScript MLKit Digital Ink Recognition module",
5-
"main": "index",
6-
"typings": "index.d.ts",
7-
"nativescript": {
8-
"platforms": {
9-
"ios": "6.0.0",
10-
"android": "6.0.0"
11-
}
12-
},
13-
"repository": {
14-
"type": "git",
15-
"url": "https://github.com/NativeScript/mlkit.git"
16-
},
17-
"keywords": [
18-
"NativeScript",
19-
"JavaScript",
20-
"TypeScript",
21-
"iOS",
22-
"Android"
23-
],
24-
"author": {
25-
"name": "NativeScript",
26-
"email": "[email protected]"
27-
},
28-
"bugs": {
29-
"url": "https://github.com/NativeScript/mlkit/issues"
30-
},
31-
"license": "Apache-2.0",
32-
"homepage": "https://github.com/NativeScript/mlkit",
33-
"readmeFilename": "README.md",
34-
"bootstrapper": "@nativescript/plugin-seed"
2+
"name": "@nativescript/mlkit-digital-ink-recognition",
3+
"version": "1.0.7",
4+
"description": "NativeScript MLKit Digital Ink Recognition module",
5+
"main": "index",
6+
"typings": "index.d.ts",
7+
"nativescript": {
8+
"platforms": {
9+
"ios": "6.0.0",
10+
"android": "6.0.0"
11+
}
12+
},
13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/NativeScript/mlkit.git"
16+
},
17+
"keywords": [
18+
"NativeScript",
19+
"JavaScript",
20+
"TypeScript",
21+
"iOS",
22+
"Android"
23+
],
24+
"author": {
25+
"name": "NativeScript",
26+
"email": "[email protected]"
27+
},
28+
"bugs": {
29+
"url": "https://github.com/NativeScript/mlkit/issues"
30+
},
31+
"license": "Apache-2.0",
32+
"homepage": "https://github.com/NativeScript/mlkit",
33+
"readmeFilename": "README.md",
34+
"bootstrapper": "@nativescript/plugin-seed"
3535
}

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "NativeScript MLKit Face Detection module",
55
"main": "index",
66
"typings": "index.d.ts",

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "NativeScript MLKit Image Labeling module",
55
"main": "index",
66
"typings": "index.d.ts",

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "NativeScript MLKit Object Detection module",
55
"main": "index",
66
"typings": "index.d.ts",

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "NativeScript MLKit Pose Detection module",
55
"main": "index",
66
"typings": "index.d.ts",

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "NativeScript MLKit Self Segmentation module",
55
"main": "index",
66
"typings": "index.d.ts",

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": "1.0.6",
3+
"version": "1.0.7",
44
"description": "NativeScript MLKit Text Recognition module",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)