Skip to content

Commit efa116b

Browse files
committed
Merge branch 'release'
Release v10.7.1
2 parents 8586373 + 05d06a8 commit efa116b

File tree

43 files changed

+122
-71
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+122
-71
lines changed

.changeset/shiny-houses-stare.md

-5
This file was deleted.

.changeset/tiny-lobsters-own.md

-5
This file was deleted.

.changeset/wet-moons-wave.md

-5
This file was deleted.

integration/compat-interop/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
"test:debug": "karma start --browsers Chrome --auto-watch"
99
},
1010
"dependencies": {
11-
"@firebase/app": "0.9.24",
12-
"@firebase/app-compat": "0.2.24",
11+
"@firebase/app": "0.9.25",
12+
"@firebase/app-compat": "0.2.25",
1313
"@firebase/analytics": "0.10.0",
1414
"@firebase/analytics-compat": "0.2.6",
15-
"@firebase/auth": "1.5.0",
16-
"@firebase/auth-compat": "0.5.0",
15+
"@firebase/auth": "1.5.1",
16+
"@firebase/auth-compat": "0.5.1",
1717
"@firebase/functions": "0.11.0",
1818
"@firebase/functions-compat": "0.3.6",
1919
"@firebase/messaging": "0.12.5",

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": "10.7.0",
10+
"firebase": "10.7.1",
1111
"@types/chai": "4.3.5",
1212
"@types/mocha": "9.1.1",
1313
"chai": "4.3.7",

integration/firestore/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
1515
},
1616
"dependencies": {
17-
"@firebase/app": "0.9.24",
17+
"@firebase/app": "0.9.25",
1818
"@firebase/firestore": "4.4.0"
1919
},
2020
"devDependencies": {

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": "10.7.0",
12+
"firebase": "10.7.1",
1313
"chai": "4.3.7",
1414
"chromedriver": "114.0.2",
1515
"express": "4.18.2",

packages/analytics-compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@firebase/app-compat": "0.x"
2525
},
2626
"devDependencies": {
27-
"@firebase/app-compat": "0.2.24",
27+
"@firebase/app-compat": "0.2.25",
2828
"rollup": "2.79.1",
2929
"@rollup/plugin-json": "4.1.0",
3030
"rollup-plugin-typescript2": "0.31.2",

packages/analytics/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
},
4949
"license": "Apache-2.0",
5050
"devDependencies": {
51-
"@firebase/app": "0.9.24",
51+
"@firebase/app": "0.9.25",
5252
"rollup": "2.79.1",
5353
"@rollup/plugin-commonjs": "21.1.0",
5454
"@rollup/plugin-json": "4.1.0",

packages/app-check-compat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/app-check-compat
22

3+
## 0.3.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1d32137c5`](https://github.com/firebase/firebase-js-sdk/commit/1d32137c546a576298adb1713a9862cc92a26c83)]:
8+
- @firebase/app-check@0.8.1
9+
310
## 0.3.7
411

512
### Patch Changes

packages/app-check-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app-check-compat",
3-
"version": "0.3.7",
3+
"version": "0.3.8",
44
"description": "A compat App Check package for new firebase packages",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -35,7 +35,7 @@
3535
"@firebase/app-compat": "0.x"
3636
},
3737
"dependencies": {
38-
"@firebase/app-check": "0.8.0",
38+
"@firebase/app-check": "0.8.1",
3939
"@firebase/app-check-types": "0.5.0",
4040
"@firebase/logger": "0.4.0",
4141
"@firebase/util": "1.9.3",
@@ -44,7 +44,7 @@
4444
},
4545
"license": "Apache-2.0",
4646
"devDependencies": {
47-
"@firebase/app-compat": "0.2.24",
47+
"@firebase/app-compat": "0.2.25",
4848
"rollup": "2.79.1",
4949
"@rollup/plugin-commonjs": "21.1.0",
5050
"@rollup/plugin-json": "4.1.0",

packages/app-check/CHANGELOG.md

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

3+
## 0.8.1
4+
5+
### Patch Changes
6+
7+
- [`1d32137c5`](https://github.com/firebase/firebase-js-sdk/commit/1d32137c546a576298adb1713a9862cc92a26c83) [#7822](https://github.com/firebase/firebase-js-sdk/pull/7822) - Prevent App Check from logging "uncaught" cancelled promises. The cancelled promises are part of App Check's expected behavior, and their cancellation wasn't intended to produce errors or warnings. See issue #7805.
8+
39
## 0.8.0
410

511
### Minor Changes

packages/app-check/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app-check",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "The App Check component of the Firebase JS SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -45,7 +45,7 @@
4545
},
4646
"license": "Apache-2.0",
4747
"devDependencies": {
48-
"@firebase/app": "0.9.24",
48+
"@firebase/app": "0.9.25",
4949
"rollup": "2.79.1",
5050
"@rollup/plugin-commonjs": "21.1.0",
5151
"@rollup/plugin-json": "4.1.0",

packages/app-compat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/app-compat
22

3+
## 0.2.25
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @firebase/app@0.9.25
9+
310
## 0.2.24
411

512
### Patch Changes

packages/app-compat/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app-compat",
3-
"version": "0.2.24",
3+
"version": "0.2.25",
44
"description": "The primary entrypoint to the Firebase JS SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -40,7 +40,7 @@
4040
},
4141
"license": "Apache-2.0",
4242
"dependencies": {
43-
"@firebase/app": "0.9.24",
43+
"@firebase/app": "0.9.25",
4444
"@firebase/util": "1.9.3",
4545
"@firebase/logger": "0.4.0",
4646
"@firebase/component": "0.6.4",

packages/app/CHANGELOG.md

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

3+
## 0.9.25
4+
5+
### Patch Changes
6+
7+
- Update SDK_VERSION.
8+
39
## 0.9.24
410

511
### Patch Changes

packages/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/app",
3-
"version": "0.9.24",
3+
"version": "0.9.25",
44
"description": "The primary entrypoint to the Firebase JS SDK",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",

packages/auth-compat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/auth-compat
22

3+
## 0.5.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`70e4cf6a6`](https://github.com/firebase/firebase-js-sdk/commit/70e4cf6a6544c4ccfa609c3f2c320980e7122101)]:
8+
- @firebase/auth@1.5.1
9+
310
## 0.5.0
411

512
### Minor Changes

packages/auth-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth-compat",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -50,7 +50,7 @@
5050
"@firebase/app-compat": "0.x"
5151
},
5252
"dependencies": {
53-
"@firebase/auth": "1.5.0",
53+
"@firebase/auth": "1.5.1",
5454
"@firebase/auth-types": "0.12.0",
5555
"@firebase/component": "0.6.4",
5656
"@firebase/util": "1.9.3",
@@ -59,7 +59,7 @@
5959
},
6060
"license": "Apache-2.0",
6161
"devDependencies": {
62-
"@firebase/app-compat": "0.2.24",
62+
"@firebase/app-compat": "0.2.25",
6363
"@rollup/plugin-json": "4.1.0",
6464
"rollup": "2.79.1",
6565
"rollup-plugin-replace": "2.2.0",

packages/auth/CHANGELOG.md

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

3+
## 1.5.1
4+
5+
### Patch Changes
6+
7+
- [`70e4cf6a6`](https://github.com/firebase/firebase-js-sdk/commit/70e4cf6a6544c4ccfa609c3f2c320980e7122101) [#7825](https://github.com/firebase/firebase-js-sdk/pull/7825) - Protection from enumerating an empty list in Auth's reading of IndexedDB results, as this causes errors in some macOS and iOS browser runtimes.
8+
39
## 1.5.0
410

511
### Minor Changes

packages/auth/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/auth",
3-
"version": "1.5.0",
3+
"version": "1.5.1",
44
"description": "The Firebase Authenticaton component of the Firebase JS SDK.",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/node/index.js",
@@ -120,7 +120,7 @@
120120
},
121121
"license": "Apache-2.0",
122122
"devDependencies": {
123-
"@firebase/app": "0.9.24",
123+
"@firebase/app": "0.9.25",
124124
"@rollup/plugin-json": "4.1.0",
125125
"@rollup/plugin-strip": "2.1.0",
126126
"@types/express": "4.17.17",

packages/database-compat/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/database-compat
22

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`0ecaf6c9f`](https://github.com/firebase/firebase-js-sdk/commit/0ecaf6c9fa14b40d32c52215d9e1c912bcc52bef)]:
8+
- @firebase/database@1.0.2
9+
310
## 1.0.1
411

512
### Patch Changes

packages/database-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/database-compat",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "The Realtime Database component of the Firebase JS SDK.",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.js",
@@ -50,15 +50,15 @@
5050
"add-compat-overloads": "ts-node-script ../../scripts/build/create-overloads.ts -i ../database/dist/public.d.ts -o dist/database-compat/src/index.d.ts -a -r Database:types.FirebaseDatabase -r Query:types.Query -r DatabaseReference:types.Reference -r FirebaseApp:FirebaseAppCompat --moduleToEnhance @firebase/database"
5151
},
5252
"dependencies": {
53-
"@firebase/database": "1.0.1",
53+
"@firebase/database": "1.0.2",
5454
"@firebase/database-types": "1.0.0",
5555
"@firebase/logger": "0.4.0",
5656
"@firebase/util": "1.9.3",
5757
"@firebase/component": "0.6.4",
5858
"tslib": "^2.1.0"
5959
},
6060
"devDependencies": {
61-
"@firebase/app-compat": "0.2.24",
61+
"@firebase/app-compat": "0.2.25",
6262
"typescript": "4.7.4"
6363
},
6464
"repository": {

packages/database/CHANGELOG.md

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

3+
## 1.0.2
4+
5+
### Patch Changes
6+
7+
- [`0ecaf6c9f`](https://github.com/firebase/firebase-js-sdk/commit/0ecaf6c9fa14b40d32c52215d9e1c912bcc52bef) [#7827](https://github.com/firebase/firebase-js-sdk/pull/7827) - Add `@firebase/app-check-interop-types` dependency to `database` package
8+
39
## 1.0.1
410

511
### Patch Changes

packages/database/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/database",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.node.cjs.js",
@@ -58,7 +58,7 @@
5858
"tslib": "^2.1.0"
5959
},
6060
"devDependencies": {
61-
"@firebase/app": "0.9.24",
61+
"@firebase/app": "0.9.25",
6262
"rollup": "2.79.1",
6363
"rollup-plugin-typescript2": "0.31.2",
6464
"typescript": "4.7.4"

packages/firebase/CHANGELOG.md

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

3+
## 10.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1d32137c5`](https://github.com/firebase/firebase-js-sdk/commit/1d32137c546a576298adb1713a9862cc92a26c83), [`70e4cf6a6`](https://github.com/firebase/firebase-js-sdk/commit/70e4cf6a6544c4ccfa609c3f2c320980e7122101), [`0ecaf6c9f`](https://github.com/firebase/firebase-js-sdk/commit/0ecaf6c9fa14b40d32c52215d9e1c912bcc52bef)]:
8+
- @firebase/app@0.9.25
9+
- @firebase/app-check@0.8.1
10+
- @firebase/auth@1.5.1
11+
- @firebase/database@1.0.2
12+
- @firebase/app-compat@0.2.25
13+
- @firebase/app-check-compat@0.3.8
14+
- @firebase/auth-compat@0.5.1
15+
- @firebase/database-compat@1.0.2
16+
317
## 10.7.0
418

519
### Minor Changes

packages/firebase/package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "10.7.0",
3+
"version": "10.7.1",
44
"description": "Firebase JavaScript library for web and Node.js",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
@@ -362,13 +362,13 @@
362362
"test:ci": "echo 'No test suite for firebase wrapper'"
363363
},
364364
"dependencies": {
365-
"@firebase/app": "0.9.24",
366-
"@firebase/app-compat": "0.2.24",
365+
"@firebase/app": "0.9.25",
366+
"@firebase/app-compat": "0.2.25",
367367
"@firebase/app-types": "0.9.0",
368-
"@firebase/auth": "1.5.0",
369-
"@firebase/auth-compat": "0.5.0",
370-
"@firebase/database": "1.0.1",
371-
"@firebase/database-compat": "1.0.1",
368+
"@firebase/auth": "1.5.1",
369+
"@firebase/auth-compat": "0.5.1",
370+
"@firebase/database": "1.0.2",
371+
"@firebase/database-compat": "1.0.2",
372372
"@firebase/firestore": "4.4.0",
373373
"@firebase/firestore-compat": "0.3.23",
374374
"@firebase/functions": "0.11.0",
@@ -385,8 +385,8 @@
385385
"@firebase/remote-config-compat": "0.2.4",
386386
"@firebase/analytics": "0.10.0",
387387
"@firebase/analytics-compat": "0.2.6",
388-
"@firebase/app-check": "0.8.0",
389-
"@firebase/app-check-compat": "0.3.7",
388+
"@firebase/app-check": "0.8.1",
389+
"@firebase/app-check-compat": "0.3.8",
390390
"@firebase/util": "1.9.3"
391391
},
392392
"devDependencies": {

0 commit comments

Comments
 (0)