This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree 5 files changed +9
-5
lines changed 5 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 3
3
- [ Firebase iOS SDK Changelog] ( https://firebase.google.com/support/release-notes/ios )
4
4
- [ Firebase Android SDK Changelog] ( https://firebase.google.com/support/release-notes/android )
5
5
6
+ ## 7.5.0 (2018, December 15)
7
+ [ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/88?closed=1 )
8
+
9
+
6
10
## 7.4.6 (2018, December 10)
7
11
[ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/87?closed=1 )
8
12
Original file line number Diff line number Diff line change 25
25
"nativescript-angular" : " ^6.1.0" ,
26
26
"nativescript-camera" : " ~4.1.1" ,
27
27
"nativescript-imagepicker" : " ~6.0.5" ,
28
- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.4.6 .tgz" ,
28
+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.5.0 .tgz" ,
29
29
"nativescript-theme-core" : " ~1.0.4" ,
30
30
"reflect-metadata" : " ~0.1.10" ,
31
31
"rxjs" : " ~6.0.0 || >=6.1.0" ,
Original file line number Diff line number Diff line change 9
9
}
10
10
},
11
11
"dependencies" : {
12
- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.4.6 .tgz" ,
12
+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.5.0 .tgz" ,
13
13
"nativescript-theme-core" : " ^1.0.4" ,
14
14
"nativescript-unit-test-runner" : " ^0.3.4" ,
15
15
"tns-core-modules" : " ~4.2.0"
43
43
"build.plugin" : " cd ../src && npm run build" ,
44
44
"ci.tslint" : " npm i && tslint --config '../tslint.json' 'app/**/*.ts' --exclude '**/node_modules/**' --exclude '**/typings/**'"
45
45
}
46
- }
46
+ }
Original file line number Diff line number Diff line change 10
10
},
11
11
"dependencies" : {
12
12
"firebase-functions" : " ^2.0.5" ,
13
- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.4.6 .tgz" ,
13
+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.5.0 .tgz" ,
14
14
"nativescript-theme-core" : " ^1.0.4" ,
15
15
"nativescript-unit-test-runner" : " ^0.3.4" ,
16
16
"tns-core-modules" : " ~5.0.5"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-plugin-firebase" ,
3
- "version" : " 7.4.6 " ,
3
+ "version" : " 7.5.0 " ,
4
4
"description" : " Fire. Base. Firebase!" ,
5
5
"main" : " firebase" ,
6
6
"typings" : " index.d.ts" ,
You can’t perform that action at this time.
0 commit comments