Skip to content

Commit

Permalink
release: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Mar 16, 2022
1 parent d081a2d commit 18abb4b
Show file tree
Hide file tree
Showing 19 changed files with 55 additions and 39 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## [1.1.4](https://github.com/NativeScript/firebase/compare/1.1.2...1.1.4) (2022-03-16)


### Bug Fixes

* 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)


### Features

* nx migrate @nativescript/plugin-tools ([d081a2d](https://github.com/NativeScript/firebase/commit/d081a2dd1c645e696bf6ae8d8888319dc751e869))



12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "plugins",
"version": "0.0.0",
"version": "1.1.4",
"license": "MIT",
"scripts": {
"postinstall": "husky install && npx ts-patch install",
Expand All @@ -12,10 +12,12 @@
"publish-packages": "nx g @nativescript/plugin-tools:publish",
"sync-packages-with-demos": "nx g @nativescript/plugin-tools:sync-packages-with-demos",
"remove-package": "nx g @nativescript/plugin-tools:remove-package",
"add-demo": "nx g @nativescript/plugin-tools:add-demo"
"add-demo": "nx g @nativescript/plugin-tools:add-demo",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"private": true,
"devDependencies": {
"@angular-devkit/build-angular": "^13.2.0",
"@angular/animations": "^13.2.0",
"@angular/common": "^13.2.0",
"@angular/compiler": "^13.2.0",
Expand All @@ -31,17 +33,17 @@
"@nativescript/types": "~8.2.0",
"@nativescript/webpack": "~5.0.5",
"@ngtools/webpack": "^13.0.0",
"conventional-changelog-cli": "^2.2.2",
"husky": "^7.0.0",
"nativescript-permissions": "1.3.11",
"nativescript-vue": "~2.9.0",
"nativescript-vue-template-compiler": "~2.9.0",
"ng-packagr": "^13.2.0",
"rxjs": "~7.5.0",
"stacktrace-js": "~2.0.2",
"typescript": "~4.5.5",
"zone.js": "~0.11.1",
"vue": "~2.6.12",
"@angular-devkit/build-angular": "^13.2.0",
"nativescript-permissions": "1.3.11"
"zone.js": "~0.11.1"
},
"lint-staged": {
"**/*.{js,ts,scss,json,html}": [
Expand Down
4 changes: 2 additions & 2 deletions packages/firebase-admob/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-admob",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Admob",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-analytics",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Analytics",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-app-check-debug/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-app-check-debug",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - App Check",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/plugins",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-app-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-app-check",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - App Check",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-auth",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Auth",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-core",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Core",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-crashlytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-crashlytics",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Crashlytics",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -35,4 +35,4 @@
"dependencies": {
"stacktrace-js": "~2.0.2"
}
}
}
4 changes: 2 additions & 2 deletions packages/firebase-database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-database",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Database",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-dynamic-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-dynamic-links",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Dynamic Links",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-firestore",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Firestore",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-functions",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Functions",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-in-app-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-in-app-messaging",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - In App Messaging",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-installations/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-installations",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Installations",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-messaging",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Messaging",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-performance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-performance",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Performancee",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-remote-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-remote-config",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Remote Config",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}
4 changes: 2 additions & 2 deletions packages/firebase-storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript/firebase-storage",
"version": "1.1.2",
"version": "1.1.4",
"description": "NativeScript Firebase - Storage",
"main": "index",
"typings": "index.d.ts",
Expand Down Expand Up @@ -32,4 +32,4 @@
"homepage": "https://github.com/NativeScript/firebase",
"readmeFilename": "README.md",
"bootstrapper": "@nativescript/plugin-seed"
}
}

0 comments on commit 18abb4b

Please sign in to comment.