Skip to content

Commit

Permalink
chore(*): publish all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
a7medev committed May 15, 2022
1 parent 16298df commit 269032b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion barcode-scanning/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-ml-kit/barcode-scanning",
"title": "React Native ML Kit Barcode Scanning",
"version": "1.0.0",
"version": "1.1.0",
"description": "React Native On-Device Barcode Scanning w/ Google ML Kit",
"main": "index.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion face-detection/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-ml-kit/face-detection",
"title": "React Native MLKit Face Detection",
"version": "1.0.1",
"version": "1.1.1",
"description": "React Native On-Device Face Detection w/ Google ML Kit",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion identify-languages/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-ml-kit/identify-languages",
"title": "React Native MLKit Identify Languages",
"version": "1.0.0",
"version": "1.1.0",
"description": "React Native On-Device Language Identification w/ Google ML Kit",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion image-labeling/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-ml-kit/image-labeling",
"title": "React Native ML Kit Image Labeling",
"version": "1.0.0",
"version": "1.1.0",
"description": "React Native On-Device Image Labeling w/ Google ML Kit",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion text-recognition/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-ml-kit/text-recognition",
"title": "React Native ML Kit Text Recognition",
"version": "1.1.1",
"version": "1.2.0",
"description": "React Native On-Device Text Recognition w/ Google ML Kit",
"main": "index.js",
"types": "index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion translate-text/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@react-native-ml-kit/translate-text",
"title": "React Native ML Kit Translate Text",
"version": "0.1.0",
"version": "0.2.0",
"description": "React Native On-Device Text Translation w/ Google ML Kit",
"main": "index.js",
"files": [
Expand Down

0 comments on commit 269032b

Please sign in to comment.