diff --git a/integration/browserify/package.json b/integration/browserify/package.json index 886a142c2ac..652bae41b10 100644 --- a/integration/browserify/package.json +++ b/integration/browserify/package.json @@ -7,7 +7,7 @@ "test": "karma start --single-run" }, "dependencies": { - "firebase": "7.9.2" + "firebase": "7.9.3" }, "devDependencies": { "@babel/core": "7.7.7", diff --git a/integration/firebase-typings/package.json b/integration/firebase-typings/package.json index 01a9741ffdc..fbfc1300ee1 100644 --- a/integration/firebase-typings/package.json +++ b/integration/firebase-typings/package.json @@ -6,7 +6,7 @@ "test": "tsc" }, "dependencies": { - "firebase": "7.9.2" + "firebase": "7.9.3" }, "devDependencies": { "typescript": "3.8.2" diff --git a/integration/messaging/package.json b/integration/messaging/package.json index 60e3a6b78c7..d18e5e5d591 100644 --- a/integration/messaging/package.json +++ b/integration/messaging/package.json @@ -8,7 +8,7 @@ "test:manual": "mocha --exit" }, "dependencies": { - "firebase": "7.9.2" + "firebase": "7.9.3" }, "devDependencies": { "chai": "4.2.0", diff --git a/integration/typescript/package.json b/integration/typescript/package.json index b4859a54cc8..8c29b98b4cd 100644 --- a/integration/typescript/package.json +++ b/integration/typescript/package.json @@ -6,7 +6,7 @@ "test": "karma start --single-run" }, "dependencies": { - "firebase": "7.9.2" + "firebase": "7.9.3" }, "devDependencies": { "@babel/core": "7.7.7", diff --git a/integration/webpack/package.json b/integration/webpack/package.json index 2512916f588..4fd465ae72f 100644 --- a/integration/webpack/package.json +++ b/integration/webpack/package.json @@ -7,7 +7,7 @@ "test": "karma start --single-run" }, "dependencies": { - "firebase": "7.9.2" + "firebase": "7.9.3" }, "devDependencies": { "@babel/core": "7.7.7", diff --git a/packages/analytics/package.json b/packages/analytics/package.json index 0d26b583664..715989d40c6 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/analytics", - "version": "0.2.14", + "version": "0.2.15", "description": "A analytics package for new firebase packages", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", @@ -25,7 +25,7 @@ }, "dependencies": { "@firebase/analytics-types": "0.2.7", - "@firebase/installations": "0.4.3", + "@firebase/installations": "0.4.4", "@firebase/util": "0.2.41", "@firebase/component": "0.1.6", "tslib": "1.10.0" diff --git a/packages/firebase/package.json b/packages/firebase/package.json index a9e4413ee43..3de08d6834f 100644 --- a/packages/firebase/package.json +++ b/packages/firebase/package.json @@ -1,6 +1,6 @@ { "name": "firebase", - "version": "7.9.2", + "version": "7.9.3", "description": "Firebase JavaScript library for web and Node.js", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0", @@ -43,14 +43,14 @@ "@firebase/auth": "0.13.6", "@firebase/database": "0.5.22", "@firebase/firestore": "1.11.2", - "@firebase/functions": "0.4.35", - "@firebase/installations": "0.4.3", - "@firebase/messaging": "0.6.7", + "@firebase/functions": "0.4.36", + "@firebase/installations": "0.4.4", + "@firebase/messaging": "0.6.8", "@firebase/polyfill": "0.3.31", - "@firebase/storage": "0.3.27", - "@firebase/performance": "0.2.33", - "@firebase/remote-config": "0.1.14", - "@firebase/analytics": "0.2.14", + "@firebase/storage": "0.3.28", + "@firebase/performance": "0.2.34", + "@firebase/remote-config": "0.1.15", + "@firebase/analytics": "0.2.15", "@firebase/util": "0.2.41" }, "devDependencies": { diff --git a/packages/functions/package.json b/packages/functions/package.json index 284c21c7f1f..f4b34ac8616 100644 --- a/packages/functions/package.json +++ b/packages/functions/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/functions", - "version": "0.4.35", + "version": "0.4.36", "description": "", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.node.cjs.js", @@ -29,7 +29,7 @@ "@firebase/app-types": "0.x" }, "devDependencies": { - "@firebase/messaging": "0.6.7", + "@firebase/messaging": "0.6.8", "rollup": "1.28.0", "rollup-plugin-typescript2": "0.25.3", "typescript": "3.8.2" diff --git a/packages/installations/package.json b/packages/installations/package.json index 15edbc2d451..faf20ced654 100644 --- a/packages/installations/package.json +++ b/packages/installations/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/installations", - "version": "0.4.3", + "version": "0.4.4", "main": "dist/index.cjs.js", "module": "dist/index.esm.js", "esm2017": "dist/index.esm2017.js", diff --git a/packages/messaging/package.json b/packages/messaging/package.json index 2bfe07a0921..e268804c1b1 100644 --- a/packages/messaging/package.json +++ b/packages/messaging/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/messaging", - "version": "0.6.7", + "version": "0.6.8", "description": "", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", @@ -26,7 +26,7 @@ "@firebase/app-types": "0.x" }, "dependencies": { - "@firebase/installations": "0.4.3", + "@firebase/installations": "0.4.4", "@firebase/messaging-types": "0.4.3", "@firebase/util": "0.2.41", "@firebase/component": "0.1.6", diff --git a/packages/performance-types/package.json b/packages/performance-types/package.json index b25d141e7fc..5f00af63041 100644 --- a/packages/performance-types/package.json +++ b/packages/performance-types/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/performance-types", - "version": "0.0.10", + "version": "0.0.11", "description": "@firebase/performance Types", "author": "Firebase (https://firebase.google.com/)", "license": "Apache-2.0", diff --git a/packages/performance/package.json b/packages/performance/package.json index a876181d7f2..5cf7dca58f8 100644 --- a/packages/performance/package.json +++ b/packages/performance/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/performance", - "version": "0.2.33", + "version": "0.2.34", "description": "Firebase performance for web", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", @@ -27,9 +27,9 @@ }, "dependencies": { "@firebase/logger": "0.1.36", - "@firebase/installations": "0.4.3", + "@firebase/installations": "0.4.4", "@firebase/util": "0.2.41", - "@firebase/performance-types": "0.0.10", + "@firebase/performance-types": "0.0.11", "@firebase/component": "0.1.6", "tslib": "1.10.0" }, diff --git a/packages/remote-config/package.json b/packages/remote-config/package.json index e181c0839e0..c51a5c62136 100644 --- a/packages/remote-config/package.json +++ b/packages/remote-config/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/remote-config", - "version": "0.1.14", + "version": "0.1.15", "description": "The Remote Config package of the Firebase JS SDK", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", @@ -26,7 +26,7 @@ "@firebase/app-types": "0.x" }, "dependencies": { - "@firebase/installations": "0.4.3", + "@firebase/installations": "0.4.4", "@firebase/logger": "0.1.36", "@firebase/remote-config-types": "0.1.7", "@firebase/util": "0.2.41", diff --git a/packages/rxfire/package.json b/packages/rxfire/package.json index c3e534e5a59..02024aceebc 100644 --- a/packages/rxfire/package.json +++ b/packages/rxfire/package.json @@ -1,6 +1,6 @@ { "name": "rxfire", - "version": "3.9.14", + "version": "3.9.15", "private": false, "description": "Firebase JavaScript library RxJS", "author": "Firebase (https://firebase.google.com/)", @@ -41,7 +41,7 @@ "rxjs": "6.x.x" }, "devDependencies": { - "firebase": "7.9.2", + "firebase": "7.9.3", "rollup": "1.28.0", "rollup-plugin-commonjs": "10.1.0", "rollup-plugin-node-resolve": "5.2.0", diff --git a/packages/storage/package.json b/packages/storage/package.json index e3d17973ad9..2275ae312ed 100644 --- a/packages/storage/package.json +++ b/packages/storage/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/storage", - "version": "0.3.27", + "version": "0.3.28", "description": "", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", diff --git a/packages/testing/package.json b/packages/testing/package.json index a92cc5c2d73..dd78cfd8c6f 100644 --- a/packages/testing/package.json +++ b/packages/testing/package.json @@ -1,6 +1,6 @@ { "name": "@firebase/testing", - "version": "0.16.12", + "version": "0.16.13", "description": "", "author": "Firebase (https://firebase.google.com/)", "main": "dist/index.cjs.js", @@ -15,7 +15,7 @@ }, "license": "Apache-2.0", "dependencies": { - "firebase": "7.9.2", + "firebase": "7.9.3", "@firebase/logger": "0.1.36", "@firebase/util": "0.2.41", "@types/request": "2.48.4",