This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +10
-5
lines changed Expand file tree Collapse file tree 3 files changed +10
-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.4.1 (2018, November 10)
7
+ [ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/82?closed=1 )
8
+
9
+
6
10
## 7.4.0 (2018, November 9)
7
11
[ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/81?closed=1 )
8
12
Original file line number Diff line number Diff line change 6
6
"nativescript" : {
7
7
"id" : " org.nativescript.firebasedemo.firestore" ,
8
8
"tns-android" : {
9
- "version" : " 4.2 .0"
9
+ "version" : " 5.0 .0"
10
10
},
11
11
"tns-ios" : {
12
- "version" : " 4.2 .0"
12
+ "version" : " 5.0 .0"
13
13
}
14
14
},
15
15
"dependencies" : {
25
25
"nativescript-angular" : " ^6.1.0" ,
26
26
"nativescript-camera" : " ^4.0.2" ,
27
27
"nativescript-imagepicker" : " ~6.0.4" ,
28
- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.4.0 .tgz" ,
28
+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.4.1 .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" ,
32
- "tns-core-modules" : " ~4.2 .1" ,
32
+ "tns-core-modules" : " ~5.0 .1" ,
33
33
"zone.js" : " ~0.8.26"
34
34
},
35
35
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nativescript-plugin-firebase" ,
3
- "version" : " 7.4.0 " ,
3
+ "version" : " 7.4.1 " ,
4
4
"description" : " Fire. Base. Firebase!" ,
5
5
"main" : " firebase" ,
6
6
"typings" : " index.d.ts" ,
47
47
"demo.android" : " npm run preparedemo && cd ../demo && rimraf platforms/android && tns run android" ,
48
48
"demo.android.linked" : " npm run tsc && cd ../demo && tns run android --syncAllFiles" ,
49
49
"demo-ng.android" : " npm run preparedemo-ng && cd ../demo-ng && tns run android" ,
50
+ "demo-ng.android.build" : " npm run preparedemo-ng && cd ../demo-ng && tns build android" ,
50
51
"demo-ng.android.bundled" : " npm run preparedemo-ng && cd ../demo-ng && tns run android --bundle" ,
51
52
"demo-push.android" : " npm run preparedemo-push && cd ../demo-push && tns run android" ,
52
53
"test" : " npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns build android" ,
You can’t perform that action at this time.
0 commit comments