Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
v10.14.1
  • Loading branch information
DellaBitta committed Oct 10, 2024
2 parents 1c8dbee + 4271d24 commit 64db192
Show file tree
Hide file tree
Showing 39 changed files with 81 additions and 50 deletions.
5 changes: 0 additions & 5 deletions .changeset/four-pillows-fetch.md

This file was deleted.

8 changes: 4 additions & 4 deletions integration/compat-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"test:debug": "karma start --browsers Chrome --auto-watch"
},
"dependencies": {
"@firebase/app": "0.10.12",
"@firebase/app-compat": "0.2.42",
"@firebase/app": "0.10.13",
"@firebase/app-compat": "0.2.43",
"@firebase/analytics": "0.10.8",
"@firebase/analytics-compat": "0.2.14",
"@firebase/auth": "1.7.9",
"@firebase/auth-compat": "0.5.14",
"@firebase/functions": "0.11.8",
"@firebase/functions-compat": "0.3.14",
"@firebase/messaging": "0.12.11",
"@firebase/messaging-compat": "0.2.11",
"@firebase/messaging": "0.12.12",
"@firebase/messaging-compat": "0.2.12",
"@firebase/performance": "0.6.9",
"@firebase/performance-compat": "0.2.9",
"@firebase/remote-config": "0.4.9",
Expand Down
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": "10.14.0",
"firebase": "10.14.1",
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"chai": "4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"@firebase/firestore": "4.7.3"
},
"devDependencies": {
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": "10.14.0",
"firebase": "10.14.1",
"chai": "4.4.1",
"chromedriver": "119.0.1",
"express": "4.19.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/app-check/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/app-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/app-compat

## 0.2.43

### Patch Changes

- Updated dependencies []:
- @firebase/app@0.10.13

## 0.2.42

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-compat",
"version": "0.2.42",
"version": "0.2.43",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"@firebase/util": "1.10.0",
"@firebase/logger": "0.4.2",
"@firebase/component": "0.6.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/app

## 0.10.13

### Patch Changes

- Update SDK_VERSION.

## 0.10.12

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app",
"version": "0.10.12",
"version": "0.10.13",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.79.1",
"rollup-plugin-replace": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-strip": "2.1.0",
"@types/express": "4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/data-connect/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/database-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"typescript": "4.7.4"
},
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
10 changes: 10 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# firebase

## 10.14.1

### Patch Changes

- Updated dependencies [[`d6fa58854`](https://github.com/firebase/firebase-js-sdk/commit/d6fa58854e3cc976eab150154e2786043bc5e563)]:
- @firebase/app@0.10.13
- @firebase/messaging@0.12.12
- @firebase/app-compat@0.2.43
- @firebase/messaging-compat@0.2.12

## 10.14.0

### Minor Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "10.14.0",
"version": "10.14.1",
"description": "Firebase JavaScript library for web and Node.js",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -399,8 +399,8 @@
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
},
"dependencies": {
"@firebase/app": "0.10.12",
"@firebase/app-compat": "0.2.42",
"@firebase/app": "0.10.13",
"@firebase/app-compat": "0.2.43",
"@firebase/app-types": "0.9.2",
"@firebase/auth": "1.7.9",
"@firebase/auth-compat": "0.5.14",
Expand All @@ -413,8 +413,8 @@
"@firebase/functions-compat": "0.3.14",
"@firebase/installations": "0.6.9",
"@firebase/installations-compat": "0.2.9",
"@firebase/messaging": "0.12.11",
"@firebase/messaging-compat": "0.2.11",
"@firebase/messaging": "0.12.12",
"@firebase/messaging-compat": "0.2.12",
"@firebase/storage": "0.13.2",
"@firebase/storage-compat": "0.3.12",
"@firebase/performance": "0.6.9",
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"@types/eslint": "7.29.0",
"rollup": "2.79.1",
"rollup-plugin-sourcemaps": "0.6.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app-compat": "0.2.42",
"@firebase/app": "0.10.13",
"@firebase/app-compat": "0.2.43",
"@firebase/auth": "1.7.9",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/installations-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/installations/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/messaging-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/messaging-compat

## 0.2.12

### Patch Changes

- Updated dependencies [[`d6fa58854`](https://github.com/firebase/firebase-js-sdk/commit/d6fa58854e3cc976eab150154e2786043bc5e563)]:
- @firebase/messaging@0.12.12

## 0.2.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/messaging-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/messaging-compat",
"version": "0.2.11",
"version": "0.2.12",
"license": "Apache-2.0",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
Expand Down Expand Up @@ -40,13 +40,13 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/messaging": "0.12.11",
"@firebase/messaging": "0.12.12",
"@firebase/component": "0.6.9",
"@firebase/util": "1.10.0",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"ts-essentials": "9.3.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/messaging/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/messaging

## 0.12.12

### Patch Changes

- [`d6fa58854`](https://github.com/firebase/firebase-js-sdk/commit/d6fa58854e3cc976eab150154e2786043bc5e563) [#8534](https://github.com/firebase/firebase-js-sdk/pull/8534) - The logging endpoint has been updated to ensure proper logging of WebPush entries. This resolves an issue where BigQuery logs were missing WebPush data. The payload structure has also been updated in alignment with the latest logging requirements as specified in go/firelog.

## 0.12.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/messaging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/messaging",
"version": "0.12.11",
"version": "0.12.12",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4",
"@firebase/app-compat": "0.2.42"
"@firebase/app-compat": "0.2.43"
},
"repository": {
"directory": "packages/performance-compat",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-config-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4",
"@firebase/app-compat": "0.2.42"
"@firebase/app-compat": "0.2.43"
},
"repository": {
"directory": "packages/remote-config-compat",
Expand Down
2 changes: 1 addition & 1 deletion packages/remote-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.12",
"@firebase/app": "0.10.13",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.42",
"@firebase/app-compat": "0.2.43",
"@firebase/auth-compat": "0.5.14",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
Expand Down
Loading

0 comments on commit 64db192

Please sign in to comment.