Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyVerbruggen committed Dec 2, 2019
1 parent ae354c9 commit 5e3dded
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
- [Firebase iOS SDK Changelog](https://firebase.google.com/support/release-notes/ios)
- [Firebase Android SDK Changelog](https://firebase.google.com/support/release-notes/android)

## 10.3.0 (2019, Dec 2)
[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/118?closed=1)


## 10.2.1 (2019, Nov 26)
[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/117?closed=1)


## 10.2.0 (2019, Nov 18)
[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/116?closed=1)

Expand Down
2 changes: 1 addition & 1 deletion demo-ng/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"nativescript-angular": "~8.0.3",
"nativescript-camera": "~4.5.0",
"nativescript-imagepicker": "~6.2.0",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-10.2.1.tgz",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-10.3.0.tgz",
"nativescript-theme-core": "~1.0.6",
"reflect-metadata": "~0.1.13",
"rxjs": "~6.5.2",
Expand Down
2 changes: 1 addition & 1 deletion demo-push/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
}
},
"dependencies": {
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-10.2.1.tgz",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-10.3.0.tgz",
"nativescript-theme-core": "~1.0.6",
"nativescript-unit-test-runner": "0.7.0",
"tns-core-modules": "~6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion demo-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}
},
"dependencies": {
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-10.2.1.tgz",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-10.3.0.tgz",
"nativescript-theme-core": "~1.0.6",
"nativescript-vue": "~2.4.0",
"tns-core-modules": "~6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"dependencies": {
"firebase-functions": "^2.0.5",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-10.2.1.tgz",
"nativescript-plugin-firebase": "file:../publish/package/nativescript-plugin-firebase-10.3.0.tgz",
"nativescript-theme-core": "^1.0.4",
"nativescript-unit-test-runner": "0.7.0",
"tns-core-modules": "~6.1.1"
Expand Down
2 changes: 1 addition & 1 deletion src/mlkit/automl/index.android.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class MLKitAutoML extends MLKitAutoMLBase {
function getDetector(localModelResourceFolder: string, confidenceThreshold: number): com.google.firebase.ml.vision.label.FirebaseVisionImageLabeler {
// TODO also support cloud hosted models
const model = new com.google.firebase.ml.vision.automl.FirebaseAutoMLLocalModel.Builder()
.setAssetFilePath(localModelResourceFolder + "/manifest.json") // TODO this..
.setAssetFilePath(localModelResourceFolder + "/manifest.json") // we can use this..
// .setFilePath() // .. or this
.build();

Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-plugin-firebase",
"version": "10.2.1",
"version": "10.3.0",
"description": "Fire. Base. Firebase!",
"main": "firebase",
"typings": "index.d.ts",
Expand Down

0 comments on commit 5e3dded

Please sign in to comment.