This repository was archived by the owner on Apr 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +8
-6
lines changed Expand file tree Collapse file tree 8 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ src/**/*.d.ts
1010src /platforms /ios_lib /TNSMLKitCamera /TNSMLKitCamera.xcodeproj /project.xcworkspace
1111src /platforms /ios_lib /TNSMLKitCamera /TNSMLKitCamera.xcodeproj /xcuserdata
1212src /platforms /ios /Podfile
13- src /platforms /ios /build.xcconfig
1413src /platforms /android /include.gradle
1514! src /firebase.d.ts
1615! src /index.d.ts
Original file line number Diff line number Diff line change 33- [ Firebase iOS SDK Changelog] ( https://firebase.google.com/support/release-notes/ios )
44- [ Firebase Android SDK Changelog] ( https://firebase.google.com/support/release-notes/android )
55
6+ ## 7.5.1 (2018, December 15)
7+ [ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/89?closed=1 )
8+
9+
610## 7.5.0 (2018, December 15)
711[ Fixes & Enhancements] ( https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/88?closed=1 )
812
Original file line number Diff line number Diff line change 2525 "nativescript-angular" : " ^6.1.0" ,
2626 "nativescript-camera" : " ~4.1.1" ,
2727 "nativescript-imagepicker" : " ~6.0.5" ,
28- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.5.0.tgz" ,
2928 "nativescript-theme-core" : " ~1.0.4" ,
3029 "reflect-metadata" : " ~0.1.10" ,
3130 "rxjs" : " ~6.0.0 || >=6.1.0" ,
Original file line number Diff line number Diff line change 99 }
1010 },
1111 "dependencies" : {
12- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.5.0 .tgz" ,
12+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.5.1 .tgz" ,
1313 "nativescript-theme-core" : " ^1.0.4" ,
1414 "nativescript-unit-test-runner" : " ^0.3.4" ,
1515 "tns-core-modules" : " ~4.2.0"
Original file line number Diff line number Diff line change 1010 },
1111 "dependencies" : {
1212 "firebase-functions" : " ^2.0.5" ,
13- "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.5.0 .tgz" ,
13+ "nativescript-plugin-firebase" : " file:../publish/package/nativescript-plugin-firebase-7.5.1 .tgz" ,
1414 "nativescript-theme-core" : " ^1.0.4" ,
1515 "nativescript-unit-test-runner" : " ^0.3.4" ,
1616 "tns-core-modules" : " ~5.0.5"
Original file line number Diff line number Diff line change @@ -9,5 +9,4 @@ platforms/ios_lib/
99platforms /android /typings /
1010platforms /web
1111platforms /ios /Podfile
12- platforms /ios /build.xcconfig
1312platforms /android /include.gradle
Original file line number Diff line number Diff line change 11{
22 "name" : " nativescript-plugin-firebase" ,
3- "version" : " 7.5.0 " ,
3+ "version" : " 7.5.1 " ,
44 "description" : " Fire. Base. Firebase!" ,
55 "main" : " firebase" ,
66 "typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1+ OTHER_LDFLAGS = $(inherited) -framework "QuartzCore"
You can’t perform that action at this time.
0 commit comments