Skip to content

Commit 8ba98cb

Browse files
committed
Merge branch 'release'
Release 8.2.10
2 parents 8b3fcd9 + ea906b4 commit 8ba98cb

File tree

8 files changed

+19
-11
lines changed

8 files changed

+19
-11
lines changed

.changeset/little-suns-train.md

-5
This file was deleted.

integration/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
88
},
99
"devDependencies": {
10-
"firebase": "8.2.9",
10+
"firebase": "8.2.10",
1111
"@types/chai": "4.2.14",
1212
"@types/mocha": "7.0.2",
1313
"chai": "4.2.0",

integration/messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"test:manual": "mocha --exit"
1010
},
1111
"devDependencies": {
12-
"firebase": "8.2.9",
12+
"firebase": "8.2.10",
1313
"chai": "4.2.0",
1414
"chromedriver": "88.0.0",
1515
"express": "4.17.1",

packages/firebase/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# firebase
22

3+
## 8.2.10
4+
5+
### Patch Changes
6+
7+
- [`d4ba8daa2`](https://github.com/firebase/firebase-js-sdk/commit/d4ba8daa298ec00f1800374e2bc5c6200575a233) [#4469](https://github.com/firebase/firebase-js-sdk/pull/4469) - Change the `eventParams` argument in the signature of `analytics().logEvent()` to be optional.
8+
39
## 8.2.9
410

511
### Patch Changes

packages/firebase/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "8.2.9",
3+
"version": "8.2.10",
44
"description": "Firebase JavaScript library for web and Node.js",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",

packages/rules-unit-testing/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/rules-unit-testing
22

3+
## 1.2.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`d4ba8daa2`](https://github.com/firebase/firebase-js-sdk/commit/d4ba8daa298ec00f1800374e2bc5c6200575a233)]:
8+
9+
310
## 1.2.2
411

512
### Patch Changes

packages/rules-unit-testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/rules-unit-testing",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -20,7 +20,7 @@
2020
},
2121
"license": "Apache-2.0",
2222
"dependencies": {
23-
"firebase": "8.2.9",
23+
"firebase": "8.2.10",
2424
"@firebase/logger": "0.2.6",
2525
"@firebase/util": "0.3.4",
2626
"request": "2.88.2"

packages/rxfire/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"rxjs": "6.x.x"
4040
},
4141
"devDependencies": {
42-
"firebase": "8.2.9",
42+
"firebase": "8.2.10",
4343
"rollup": "2.35.1",
4444
"@rollup/plugin-commonjs": "17.1.0",
4545
"@rollup/plugin-node-resolve": "11.2.0",

0 commit comments

Comments
 (0)