Skip to content

Commit 8547b44

Browse files
Version Packages (#8404)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5ae04bc commit 8547b44

File tree

48 files changed

+178
-93
lines changed

Some content is hidden

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

48 files changed

+178
-93
lines changed

.changeset/late-humans-tan.md

-12
This file was deleted.

.changeset/spicy-dragons-pay.md

-5
This file was deleted.

.changeset/tender-apes-clap.md

-6
This file was deleted.

integration/compat-interop/package.json

+6-6
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.10.7",
12-
"@firebase/app-compat": "0.2.37",
13-
"@firebase/analytics": "0.10.6",
14-
"@firebase/analytics-compat": "0.2.12",
15-
"@firebase/auth": "1.7.5",
16-
"@firebase/auth-compat": "0.5.10",
11+
"@firebase/app": "0.10.8",
12+
"@firebase/app-compat": "0.2.38",
13+
"@firebase/analytics": "0.10.7",
14+
"@firebase/analytics-compat": "0.2.13",
15+
"@firebase/auth": "1.7.6",
16+
"@firebase/auth-compat": "0.5.11",
1717
"@firebase/functions": "0.11.6",
1818
"@firebase/functions-compat": "0.3.12",
1919
"@firebase/messaging": "0.12.10",

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.12.4",
10+
"firebase": "10.12.5",
1111
"@types/chai": "4.3.14",
1212
"@types/mocha": "9.1.1",
1313
"chai": "4.4.1",

integration/firestore/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
1515
},
1616
"dependencies": {
17-
"@firebase/app": "0.10.7",
18-
"@firebase/firestore": "4.6.4"
17+
"@firebase/app": "0.10.8",
18+
"@firebase/firestore": "4.6.5"
1919
},
2020
"devDependencies": {
2121
"@types/mocha": "9.1.1",

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.12.4",
12+
"firebase": "10.12.5",
1313
"chai": "4.4.1",
1414
"chromedriver": "119.0.1",
1515
"express": "4.19.2",

packages/analytics-compat/CHANGELOG.md

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

3+
## 0.2.13
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9f844066`](https://github.com/firebase/firebase-js-sdk/commit/a9f844066045d8567ae143bae77d184ac227690d)]:
8+
- @firebase/analytics@0.10.7
9+
310
## 0.2.12
411

512
### Patch Changes

packages/analytics-compat/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/analytics-compat",
3-
"version": "0.2.12",
3+
"version": "0.2.13",
44
"description": "",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -24,7 +24,7 @@
2424
"@firebase/app-compat": "0.x"
2525
},
2626
"devDependencies": {
27-
"@firebase/app-compat": "0.2.37",
27+
"@firebase/app-compat": "0.2.38",
2828
"rollup": "2.79.1",
2929
"@rollup/plugin-json": "4.1.0",
3030
"rollup-plugin-typescript2": "0.31.2",
@@ -55,7 +55,7 @@
5555
"typings": "dist/src/index.d.ts",
5656
"dependencies": {
5757
"@firebase/component": "0.6.8",
58-
"@firebase/analytics": "0.10.6",
58+
"@firebase/analytics": "0.10.7",
5959
"@firebase/analytics-types": "0.8.2",
6060
"@firebase/util": "1.9.7",
6161
"tslib": "^2.1.0"

packages/analytics/CHANGELOG.md

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

3+
## 0.10.7
4+
5+
### Patch Changes
6+
7+
- [`a9f844066`](https://github.com/firebase/firebase-js-sdk/commit/a9f844066045d8567ae143bae77d184ac227690d) [#8395](https://github.com/firebase/firebase-js-sdk/pull/8395) - Revert introduction of safevalues to prevent issues from arising in Browser CommonJS environments due to ES5 incompatibility. For more information, see [GitHub PR #8395](https://github.com/firebase/firebase-js-sdk/pull/8395)
8+
39
## 0.10.6
410

511
### Patch Changes

packages/analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/analytics",
3-
"version": "0.10.6",
3+
"version": "0.10.7",
44
"description": "A analytics package for new firebase packages",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -49,7 +49,7 @@
4949
},
5050
"license": "Apache-2.0",
5151
"devDependencies": {
52-
"@firebase/app": "0.10.7",
52+
"@firebase/app": "0.10.8",
5353
"rollup": "2.79.1",
5454
"@rollup/plugin-commonjs": "21.1.0",
5555
"@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.14
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`a9f844066`](https://github.com/firebase/firebase-js-sdk/commit/a9f844066045d8567ae143bae77d184ac227690d)]:
8+
- @firebase/app-check@0.8.7
9+
310
## 0.3.13
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.13",
3+
"version": "0.3.14",
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",
@@ -36,7 +36,7 @@
3636
"@firebase/app-compat": "0.x"
3737
},
3838
"dependencies": {
39-
"@firebase/app-check": "0.8.6",
39+
"@firebase/app-check": "0.8.7",
4040
"@firebase/app-check-types": "0.5.2",
4141
"@firebase/logger": "0.4.2",
4242
"@firebase/util": "1.9.7",
@@ -45,7 +45,7 @@
4545
},
4646
"license": "Apache-2.0",
4747
"devDependencies": {
48-
"@firebase/app-compat": "0.2.37",
48+
"@firebase/app-compat": "0.2.38",
4949
"rollup": "2.79.1",
5050
"@rollup/plugin-commonjs": "21.1.0",
5151
"@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.7
4+
5+
### Patch Changes
6+
7+
- [`a9f844066`](https://github.com/firebase/firebase-js-sdk/commit/a9f844066045d8567ae143bae77d184ac227690d) [#8395](https://github.com/firebase/firebase-js-sdk/pull/8395) - Revert introduction of safevalues to prevent issues from arising in Browser CommonJS environments due to ES5 incompatibility. For more information, see [GitHub PR #8395](https://github.com/firebase/firebase-js-sdk/pull/8395)
8+
39
## 0.8.6
410

511
### Patch 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.6",
3+
"version": "0.8.7",
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",
@@ -46,7 +46,7 @@
4646
},
4747
"license": "Apache-2.0",
4848
"devDependencies": {
49-
"@firebase/app": "0.10.7",
49+
"@firebase/app": "0.10.8",
5050
"rollup": "2.79.1",
5151
"@rollup/plugin-commonjs": "21.1.0",
5252
"@rollup/plugin-json": "4.1.0",

packages/app-compat/CHANGELOG.md

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

3+
## 0.2.38
4+
5+
### Patch Changes
6+
7+
- [`025f2a103`](https://github.com/firebase/firebase-js-sdk/commit/025f2a1037582da7d1afeb7a4d143cb7a154ec9d) [#8280](https://github.com/firebase/firebase-js-sdk/pull/8280) (fixes [#8279](https://github.com/firebase/firebase-js-sdk/issues/8279)) - Fixed typos in documentation and some internal variables and parameters.
8+
9+
- [`b9244a517`](https://github.com/firebase/firebase-js-sdk/commit/b9244a5171a7e0f3abae37e56d274605dd95d64b) [#8378](https://github.com/firebase/firebase-js-sdk/pull/8378) (fixes [#8365](https://github.com/firebase/firebase-js-sdk/issues/8365)) - Properly handle the case in app-compat checks where `window` exists but `self` does not. (This occurs in Ionic Stencil's Jest preset.)
10+
11+
- Updated dependencies []:
12+
- @firebase/app@0.10.8
13+
314
## 0.2.37
415

516
### 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.37",
3+
"version": "0.2.38",
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",
@@ -41,7 +41,7 @@
4141
},
4242
"license": "Apache-2.0",
4343
"dependencies": {
44-
"@firebase/app": "0.10.7",
44+
"@firebase/app": "0.10.8",
4545
"@firebase/util": "1.9.7",
4646
"@firebase/logger": "0.4.2",
4747
"@firebase/component": "0.6.8",

packages/app/CHANGELOG.md

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

3+
## 0.10.8
4+
5+
### Patch Changes
6+
7+
- Update SDK_VERSION.
8+
39
## 0.10.7
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.10.7",
3+
"version": "0.10.8",
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

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

3+
## 0.5.11
4+
5+
### Patch Changes
6+
7+
- [`025f2a103`](https://github.com/firebase/firebase-js-sdk/commit/025f2a1037582da7d1afeb7a4d143cb7a154ec9d) [#8280](https://github.com/firebase/firebase-js-sdk/pull/8280) (fixes [#8279](https://github.com/firebase/firebase-js-sdk/issues/8279)) - Fixed typos in documentation and some internal variables and parameters.
8+
9+
- Updated dependencies [[`025f2a103`](https://github.com/firebase/firebase-js-sdk/commit/025f2a1037582da7d1afeb7a4d143cb7a154ec9d)]:
10+
- @firebase/auth@1.7.6
11+
312
## 0.5.10
413

514
### Patch 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.10",
3+
"version": "0.5.11",
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",
@@ -51,7 +51,7 @@
5151
"@firebase/app-compat": "0.x"
5252
},
5353
"dependencies": {
54-
"@firebase/auth": "1.7.5",
54+
"@firebase/auth": "1.7.6",
5555
"@firebase/auth-types": "0.12.2",
5656
"@firebase/component": "0.6.8",
5757
"@firebase/util": "1.9.7",
@@ -60,7 +60,7 @@
6060
},
6161
"license": "Apache-2.0",
6262
"devDependencies": {
63-
"@firebase/app-compat": "0.2.37",
63+
"@firebase/app-compat": "0.2.38",
6464
"@rollup/plugin-json": "4.1.0",
6565
"rollup": "2.79.1",
6666
"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.7.6
4+
5+
### Patch Changes
6+
7+
- [`025f2a103`](https://github.com/firebase/firebase-js-sdk/commit/025f2a1037582da7d1afeb7a4d143cb7a154ec9d) [#8280](https://github.com/firebase/firebase-js-sdk/pull/8280) (fixes [#8279](https://github.com/firebase/firebase-js-sdk/issues/8279)) - Fixed typos in documentation and some internal variables and parameters.
8+
39
## 1.7.5
410

511
### Patch 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.7.5",
3+
"version": "1.7.6",
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",
@@ -135,7 +135,7 @@
135135
},
136136
"license": "Apache-2.0",
137137
"devDependencies": {
138-
"@firebase/app": "0.10.7",
138+
"@firebase/app": "0.10.8",
139139
"@rollup/plugin-json": "4.1.0",
140140
"@rollup/plugin-strip": "2.1.0",
141141
"@types/express": "4.17.21",

packages/database-compat/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [`025f2a103`](https://github.com/firebase/firebase-js-sdk/commit/025f2a1037582da7d1afeb7a4d143cb7a154ec9d) [#8280](https://github.com/firebase/firebase-js-sdk/pull/8280) (fixes [#8279](https://github.com/firebase/firebase-js-sdk/issues/8279)) - Fixed typos in documentation and some internal variables and parameters.
8+
9+
- Updated dependencies [[`025f2a103`](https://github.com/firebase/firebase-js-sdk/commit/025f2a1037582da7d1afeb7a4d143cb7a154ec9d)]:
10+
- @firebase/database@1.0.7
11+
312
## 1.0.6
413

514
### 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.6",
3+
"version": "1.0.7",
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",
@@ -51,15 +51,15 @@
5151
"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"
5252
},
5353
"dependencies": {
54-
"@firebase/database": "1.0.6",
54+
"@firebase/database": "1.0.7",
5555
"@firebase/database-types": "1.0.4",
5656
"@firebase/logger": "0.4.2",
5757
"@firebase/util": "1.9.7",
5858
"@firebase/component": "0.6.8",
5959
"tslib": "^2.1.0"
6060
},
6161
"devDependencies": {
62-
"@firebase/app-compat": "0.2.37",
62+
"@firebase/app-compat": "0.2.38",
6363
"typescript": "4.7.4"
6464
},
6565
"repository": {

packages/database/CHANGELOG.md

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

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- [`025f2a103`](https://github.com/firebase/firebase-js-sdk/commit/025f2a1037582da7d1afeb7a4d143cb7a154ec9d) [#8280](https://github.com/firebase/firebase-js-sdk/pull/8280) (fixes [#8279](https://github.com/firebase/firebase-js-sdk/issues/8279)) - Fixed typos in documentation and some internal variables and parameters.
8+
39
## 1.0.6
410

511
### Patch Changes

0 commit comments

Comments
 (0)