Skip to content

Commit 18abb4b

Browse files
committed
release: 1.1.4
1 parent d081a2d commit 18abb4b

File tree

19 files changed

+55
-39
lines changed

19 files changed

+55
-39
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## [1.1.4](https://github.com/NativeScript/firebase/compare/1.1.2...1.1.4) (2022-03-16)
2+
3+
4+
### Bug Fixes
5+
6+
* use (anonymous) for empty functionNames when generating stack information ([#66](https://github.com/NativeScript/firebase/issues/66)) ([8e2d1f0](https://github.com/NativeScript/firebase/commit/8e2d1f01d3b85565cee924955056d6d041a3e968)), closes [#65](https://github.com/NativeScript/firebase/issues/65)
7+
8+
9+
### Features
10+
11+
* nx migrate @nativescript/plugin-tools ([d081a2d](https://github.com/NativeScript/firebase/commit/d081a2dd1c645e696bf6ae8d8888319dc751e869))
12+
13+
14+

package.json

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "plugins",
3-
"version": "0.0.0",
3+
"version": "1.1.4",
44
"license": "MIT",
55
"scripts": {
66
"postinstall": "husky install && npx ts-patch install",
@@ -12,10 +12,12 @@
1212
"publish-packages": "nx g @nativescript/plugin-tools:publish",
1313
"sync-packages-with-demos": "nx g @nativescript/plugin-tools:sync-packages-with-demos",
1414
"remove-package": "nx g @nativescript/plugin-tools:remove-package",
15-
"add-demo": "nx g @nativescript/plugin-tools:add-demo"
15+
"add-demo": "nx g @nativescript/plugin-tools:add-demo",
16+
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
1617
},
1718
"private": true,
1819
"devDependencies": {
20+
"@angular-devkit/build-angular": "^13.2.0",
1921
"@angular/animations": "^13.2.0",
2022
"@angular/common": "^13.2.0",
2123
"@angular/compiler": "^13.2.0",
@@ -31,17 +33,17 @@
3133
"@nativescript/types": "~8.2.0",
3234
"@nativescript/webpack": "~5.0.5",
3335
"@ngtools/webpack": "^13.0.0",
36+
"conventional-changelog-cli": "^2.2.2",
3437
"husky": "^7.0.0",
38+
"nativescript-permissions": "1.3.11",
3539
"nativescript-vue": "~2.9.0",
3640
"nativescript-vue-template-compiler": "~2.9.0",
3741
"ng-packagr": "^13.2.0",
3842
"rxjs": "~7.5.0",
3943
"stacktrace-js": "~2.0.2",
4044
"typescript": "~4.5.5",
41-
"zone.js": "~0.11.1",
4245
"vue": "~2.6.12",
43-
"@angular-devkit/build-angular": "^13.2.0",
44-
"nativescript-permissions": "1.3.11"
46+
"zone.js": "~0.11.1"
4547
},
4648
"lint-staged": {
4749
"**/*.{js,ts,scss,json,html}": [

packages/firebase-admob/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-admob",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Admob",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-analytics",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Analytics",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-app-check-debug/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-app-check-debug",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - App Check",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/plugins",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-app-check/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-app-check",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - App Check",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-auth",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Auth",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-core",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Core",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-crashlytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-crashlytics",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Crashlytics",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -35,4 +35,4 @@
3535
"dependencies": {
3636
"stacktrace-js": "~2.0.2"
3737
}
38-
}
38+
}

packages/firebase-database/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-database",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Database",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-dynamic-links/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-dynamic-links",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Dynamic Links",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-firestore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-firestore",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Firestore",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-functions/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-functions",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Functions",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-in-app-messaging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-in-app-messaging",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - In App Messaging",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-installations/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-installations",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Installations",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-messaging/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-messaging",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Messaging",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-performance/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-performance",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Performancee",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-remote-config/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-remote-config",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Remote Config",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

packages/firebase-storage/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/firebase-storage",
3-
"version": "1.1.2",
3+
"version": "1.1.4",
44
"description": "NativeScript Firebase - Storage",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -32,4 +32,4 @@
3232
"homepage": "https://github.com/NativeScript/firebase",
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed"
35-
}
35+
}

0 commit comments

Comments
 (0)