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

Commit e1e0b77

Browse files
bump
1 parent f6bd264 commit e1e0b77

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.1 (2018, November 10)
7+
[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/82?closed=1)
8+
9+
610
## 7.4.0 (2018, November 9)
711
[Fixes & Enhancements](https://github.com/EddyVerbruggen/nativescript-plugin-firebase/milestone/81?closed=1)
812

demo-ng/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
"nativescript": {
77
"id": "org.nativescript.firebasedemo.firestore",
88
"tns-android": {
9-
"version": "4.2.0"
9+
"version": "5.0.0"
1010
},
1111
"tns-ios": {
12-
"version": "4.2.0"
12+
"version": "5.0.0"
1313
}
1414
},
1515
"dependencies": {
@@ -25,11 +25,11 @@
2525
"nativescript-angular": "^6.1.0",
2626
"nativescript-camera": "^4.0.2",
2727
"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",
2929
"nativescript-theme-core": "~1.0.4",
3030
"reflect-metadata": "~0.1.10",
3131
"rxjs": "~6.0.0 || >=6.1.0",
32-
"tns-core-modules": "~4.2.1",
32+
"tns-core-modules": "~5.0.1",
3333
"zone.js": "~0.8.26"
3434
},
3535
"devDependencies": {

src/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-plugin-firebase",
3-
"version": "7.4.0",
3+
"version": "7.4.1",
44
"description": "Fire. Base. Firebase!",
55
"main": "firebase",
66
"typings": "index.d.ts",
@@ -47,6 +47,7 @@
4747
"demo.android": "npm run preparedemo && cd ../demo && rimraf platforms/android && tns run android",
4848
"demo.android.linked": "npm run tsc && cd ../demo && tns run android --syncAllFiles",
4949
"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",
5051
"demo-ng.android.bundled": "npm run preparedemo-ng && cd ../demo-ng && tns run android --bundle",
5152
"demo-push.android": "npm run preparedemo-push && cd ../demo-push && tns run android",
5253
"test": "npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns build android",

0 commit comments

Comments
 (0)