Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
Release 8.6.2
  • Loading branch information
hsubox76 committed May 25, 2021
2 parents 4091720 + ba4dd56 commit 32c3f79
Show file tree
Hide file tree
Showing 20 changed files with 51 additions and 35 deletions.
5 changes: 0 additions & 5 deletions .changeset/fast-mangos-serve.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/perfect-comics-march.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-planets-raise.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tender-eels-greet.md

This file was deleted.

2 changes: 1 addition & 1 deletion integration/firebase/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
},
"devDependencies": {
"firebase": "8.6.1",
"firebase": "8.6.2",
"@types/chai": "4.2.14",
"@types/mocha": "7.0.2",
"chai": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@firebase/app": "0.6.22",
"@firebase/firestore": "2.3.0",
"@firebase/firestore": "2.3.1",
"@types/mocha": "7.0.2",
"gulp": "4.0.2",
"gulp-filter": "6.0.0",
Expand Down
2 changes: 1 addition & 1 deletion integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test:manual": "mocha --exit"
},
"devDependencies": {
"firebase": "8.6.1",
"firebase": "8.6.2",
"chai": "4.2.0",
"chromedriver": "89.0.0",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"@firebase/database": "0.10.1",
"@firebase/functions-exp": "0.0.900",
"@firebase/functions-compat": "0.0.900",
"@firebase/firestore": "2.3.0",
"@firebase/firestore": "2.3.1",
"@firebase/storage": "0.5.2",
"@firebase/performance-exp": "0.0.900",
"@firebase/performance-compat": "0.0.900",
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/auth

## 0.16.6

### Patch Changes

- [`de68cdca2`](https://github.com/firebase/firebase-js-sdk/commit/de68cdca21c6ba5a890807857b529c2187e4adba) [#4868](https://github.com/firebase/firebase-js-sdk/pull/4868) (fixes [#4867](https://github.com/firebase/firebase-js-sdk/issues/4867)) - Ensure emulator warning text is accessible.

## 0.16.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth",
"version": "0.16.5",
"version": "0.16.6",
"main": "dist/auth.js",
"browser": "dist/auth.esm.js",
"module": "dist/auth.esm.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# firebase

## 8.6.2

### Patch Changes

- Updated dependencies [[`de68cdca2`](https://github.com/firebase/firebase-js-sdk/commit/de68cdca21c6ba5a890807857b529c2187e4adba), [`96a47097f`](https://github.com/firebase/firebase-js-sdk/commit/96a47097f36fa33f16b3f63b8cc72d256710e528), [`997040ace`](https://github.com/firebase/firebase-js-sdk/commit/997040ace70de0891c9dea78b6da89e4886163b9)]:
- @firebase/auth@0.16.6
- @firebase/firestore@2.3.1
- @firebase/functions@0.6.9

## 8.6.1

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "8.6.1",
"version": "8.6.2",
"description": "Firebase JavaScript library for web and Node.js",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -46,10 +46,10 @@
"dependencies": {
"@firebase/app": "0.6.22",
"@firebase/app-types": "0.6.2",
"@firebase/auth": "0.16.5",
"@firebase/auth": "0.16.6",
"@firebase/database": "0.10.1",
"@firebase/firestore": "2.3.0",
"@firebase/functions": "0.6.8",
"@firebase/firestore": "2.3.1",
"@firebase/functions": "0.6.9",
"@firebase/installations": "0.4.26",
"@firebase/messaging": "0.7.10",
"@firebase/polyfill": "0.3.36",
Expand Down
6 changes: 6 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/firestore

## 2.3.1

### Patch Changes

- [`96a47097f`](https://github.com/firebase/firebase-js-sdk/commit/96a47097f36fa33f16b3f63b8cc72d256710e528) [#4886](https://github.com/firebase/firebase-js-sdk/pull/4886) - Use 'pagehide' for page termination by default.

## 2.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "2.3.0",
"version": "2.3.1",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/functions/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/functions

## 0.6.9

### Patch Changes

- [`997040ace`](https://github.com/firebase/firebase-js-sdk/commit/997040ace70de0891c9dea78b6da89e4886163b9) [#4924](https://github.com/firebase/firebase-js-sdk/pull/4924) - Fixed a bug in `httpsCallable()` when used in the same project as Firebase Messaging.

## 0.6.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/functions",
"version": "0.6.8",
"version": "0.6.9",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/rules-unit-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @firebase/rules-unit-testing

## 1.3.2

### Patch Changes

- [`b97dd4e1d`](https://github.com/firebase/firebase-js-sdk/commit/b97dd4e1d366ade504703f73628bcd1920db434b) [#4901](https://github.com/firebase/firebase-js-sdk/pull/4901) - Allow using useEmulators() with only the storage configuration.

- Updated dependencies []:
- [email protected]

## 1.3.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rules-unit-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/rules-unit-testing",
"version": "1.3.1",
"version": "1.3.2",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -20,7 +20,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "8.6.1",
"firebase": "8.6.2",
"@firebase/component": "0.5.0",
"@firebase/logger": "0.2.6",
"@firebase/util": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rxfire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rxjs": "6.x.x"
},
"devDependencies": {
"firebase": "8.6.1",
"firebase": "8.6.2",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@firebase/app": "0.6.22",
"@firebase/auth": "0.16.5",
"@firebase/auth": "0.16.6",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
Expand Down

0 comments on commit 32c3f79

Please sign in to comment.