Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/early-tomatoes-occur.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/empty-items-compete.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-beds-study.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/real-ravens-prove.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/sharp-lizards-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wild-bulldogs-deny.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,12 +8,12 @@
"test:debug": "karma start --browsers Chrome --auto-watch"
},
"dependencies": {
"@firebase/app": "0.10.1",
"@firebase/app-compat": "0.2.31",
"@firebase/app": "0.10.2",
"@firebase/app-compat": "0.2.32",
"@firebase/analytics": "0.10.2",
"@firebase/analytics-compat": "0.2.8",
"@firebase/auth": "1.7.1",
"@firebase/auth-compat": "0.5.6",
"@firebase/auth": "1.7.2",
"@firebase/auth-compat": "0.5.7",
"@firebase/functions": "0.11.4",
"@firebase/functions-compat": "0.3.10",
"@firebase/messaging": "0.12.8",
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.11.0",
"firebase": "10.11.1",
"@types/chai": "4.3.14",
"@types/mocha": "9.1.1",
"chai": "4.4.1",
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.10.1",
"@firebase/firestore": "4.6.0"
"@firebase/app": "0.10.2",
"@firebase/firestore": "4.6.1"
},
"devDependencies": {
"@types/mocha": "9.1.1",
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.11.0",
"firebase": "10.11.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.31",
"@firebase/app-compat": "0.2.32",
"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 @@ -48,7 +48,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.1",
"@firebase/app": "0.10.2",
"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 @@ -44,7 +44,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.31",
"@firebase/app-compat": "0.2.32",
"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 @@ -45,7 +45,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.1",
"@firebase/app": "0.10.2",
"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.32

### Patch Changes

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

## 0.2.31

### 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.31",
"version": "0.2.32",
"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 @@ -40,7 +40,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app": "0.10.1",
"@firebase/app": "0.10.2",
"@firebase/util": "1.9.5",
"@firebase/logger": "0.4.1",
"@firebase/component": "0.6.6",
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.2

### Patch Changes

- Update SDK_VERSION.

## 0.10.1

### 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.1",
"version": "0.10.2",
"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
9 changes: 9 additions & 0 deletions packages/auth-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @firebase/auth-compat

## 0.5.7

### Patch Changes

- [`55fef6d62`](https://github.com/firebase/firebase-js-sdk/commit/55fef6d627791f4704194c3913ebeb339a564906) [#7001](https://github.com/firebase/firebase-js-sdk/pull/7001) - Update jszip transient dependency from 3.7.1 to 3.10.1 in auth.

- Updated dependencies [[`36b283f3f`](https://github.com/firebase/firebase-js-sdk/commit/36b283f3fc317d0fa7dde47e1048d2ee3690a9a0), [`55fef6d62`](https://github.com/firebase/firebase-js-sdk/commit/55fef6d627791f4704194c3913ebeb339a564906)]:
- @firebase/auth@1.7.2

## 0.5.6

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/auth-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth-compat",
"version": "0.5.6",
"version": "0.5.7",
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -50,7 +50,7 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/auth": "1.7.1",
"@firebase/auth": "1.7.2",
"@firebase/auth-types": "0.12.1",
"@firebase/component": "0.6.6",
"@firebase/util": "1.9.5",
Expand All @@ -59,7 +59,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.31",
"@firebase/app-compat": "0.2.32",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.79.1",
"rollup-plugin-replace": "2.2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @firebase/auth

## 1.7.2

### Patch Changes

- [`36b283f3f`](https://github.com/firebase/firebase-js-sdk/commit/36b283f3fc317d0fa7dde47e1048d2ee3690a9a0) [#8191](https://github.com/firebase/firebase-js-sdk/pull/8191) (fixes [#8115](https://github.com/firebase/firebase-js-sdk/issues/8115)) - Emit a module package file with esm2017 auth browser extension builds

- [`55fef6d62`](https://github.com/firebase/firebase-js-sdk/commit/55fef6d627791f4704194c3913ebeb339a564906) [#7001](https://github.com/firebase/firebase-js-sdk/pull/7001) - Update jszip transient dependency from 3.7.1 to 3.10.1 in auth.

## 1.7.1

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth",
"version": "1.7.1",
"version": "1.7.2",
"description": "The Firebase Authenticaton component of the Firebase JS SDK.",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/node/index.js",
Expand Down Expand Up @@ -134,7 +134,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.1",
"@firebase/app": "0.10.2",
"@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/database-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.31",
"@firebase/app-compat": "0.2.32",
"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 @@ -58,7 +58,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.10.1",
"@firebase/app": "0.10.2",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
16 changes: 16 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# firebase

## 10.11.1

### Patch Changes

- [`224419457`](https://github.com/firebase/firebase-js-sdk/commit/224419457c3fd2e5813166dbd7d6d9a03322143c) [#8145](https://github.com/firebase/firebase-js-sdk/pull/8145) - Prevent spurious "Backend didn't respond within 10 seconds" errors when network is indeed responding, just slowly.

- [`84f9ff008`](https://github.com/firebase/firebase-js-sdk/commit/84f9ff0085993159c3513cb859852a5c79145b1b) [#8178](https://github.com/firebase/firebase-js-sdk/pull/8178) - Reduce code bundle size by 6.5 kB in applications that only use memory persistence (the default persistence mode). This bundle size regression was accidentally introduced in v10.7.2.

- Updated dependencies [[`224419457`](https://github.com/firebase/firebase-js-sdk/commit/224419457c3fd2e5813166dbd7d6d9a03322143c), [`bd12e83cd`](https://github.com/firebase/firebase-js-sdk/commit/bd12e83cd1f0a10774dfb7e6ff7d4b0555a29a81), [`e1a7764cf`](https://github.com/firebase/firebase-js-sdk/commit/e1a7764cf36d246bb021d084e498604fe37e84aa), [`36b283f3f`](https://github.com/firebase/firebase-js-sdk/commit/36b283f3fc317d0fa7dde47e1048d2ee3690a9a0), [`84f9ff008`](https://github.com/firebase/firebase-js-sdk/commit/84f9ff0085993159c3513cb859852a5c79145b1b), [`55fef6d62`](https://github.com/firebase/firebase-js-sdk/commit/55fef6d627791f4704194c3913ebeb339a564906)]:
- @firebase/app@0.10.2
- @firebase/firestore@4.6.1
- @firebase/auth@1.7.2
- @firebase/auth-compat@0.5.7
- @firebase/app-compat@0.2.32
- @firebase/firestore-compat@0.3.30

## 10.11.0

### Minor Changes
Expand Down
14 changes: 7 additions & 7 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "10.11.0",
"version": "10.11.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 @@ -374,15 +374,15 @@
"test:ci": "echo 'No test suite for firebase wrapper'"
},
"dependencies": {
"@firebase/app": "0.10.1",
"@firebase/app-compat": "0.2.31",
"@firebase/app": "0.10.2",
"@firebase/app-compat": "0.2.32",
"@firebase/app-types": "0.9.1",
"@firebase/auth": "1.7.1",
"@firebase/auth-compat": "0.5.6",
"@firebase/auth": "1.7.2",
"@firebase/auth-compat": "0.5.7",
"@firebase/database": "1.0.4",
"@firebase/database-compat": "1.0.4",
"@firebase/firestore": "4.6.0",
"@firebase/firestore-compat": "0.3.29",
"@firebase/firestore": "4.6.1",
"@firebase/firestore-compat": "0.3.30",
"@firebase/functions": "0.11.4",
"@firebase/functions-compat": "0.3.10",
"@firebase/installations": "0.6.6",
Expand Down
7 changes: 7 additions & 0 deletions packages/firestore-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/firestore-compat

## 0.3.30

### Patch Changes

- Updated dependencies [[`224419457`](https://github.com/firebase/firebase-js-sdk/commit/224419457c3fd2e5813166dbd7d6d9a03322143c), [`bd12e83cd`](https://github.com/firebase/firebase-js-sdk/commit/bd12e83cd1f0a10774dfb7e6ff7d4b0555a29a81), [`e1a7764cf`](https://github.com/firebase/firebase-js-sdk/commit/e1a7764cf36d246bb021d084e498604fe37e84aa), [`84f9ff008`](https://github.com/firebase/firebase-js-sdk/commit/84f9ff0085993159c3513cb859852a5c79145b1b)]:
- @firebase/firestore@4.6.1

## 0.3.29

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/firestore-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore-compat",
"version": "0.3.29",
"version": "0.3.30",
"description": "The Cloud Firestore component of the Firebase JS SDK.",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -48,13 +48,13 @@
},
"dependencies": {
"@firebase/component": "0.6.6",
"@firebase/firestore": "4.6.0",
"@firebase/firestore": "4.6.1",
"@firebase/util": "1.9.5",
"@firebase/firestore-types": "3.0.1",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.31",
"@firebase/app-compat": "0.2.32",
"@types/eslint": "7.29.0",
"rollup": "2.79.1",
"rollup-plugin-sourcemaps": "0.6.3",
Expand Down
12 changes: 12 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @firebase/firestore

## 4.6.1

### Patch Changes

- [`224419457`](https://github.com/firebase/firebase-js-sdk/commit/224419457c3fd2e5813166dbd7d6d9a03322143c) [#8145](https://github.com/firebase/firebase-js-sdk/pull/8145) - Prevent spurious "Backend didn't respond within 10 seconds" errors when network is indeed responding, just slowly.

- [`bd12e83cd`](https://github.com/firebase/firebase-js-sdk/commit/bd12e83cd1f0a10774dfb7e6ff7d4b0555a29a81) [#8150](https://github.com/firebase/firebase-js-sdk/pull/8150) - Updated protobufjs transitive dependency in Firetore.

- [`e1a7764cf`](https://github.com/firebase/firebase-js-sdk/commit/e1a7764cf36d246bb021d084e498604fe37e84aa) [#8197](https://github.com/firebase/firebase-js-sdk/pull/8197) - Go back using xmlhttprequest for bidi-streams, as fetch streams seem to be having connection issue.

- [`84f9ff008`](https://github.com/firebase/firebase-js-sdk/commit/84f9ff0085993159c3513cb859852a5c79145b1b) [#8178](https://github.com/firebase/firebase-js-sdk/pull/8178) - Reduce code bundle size by 6.5 kB in applications that only use memory persistence (the default persistence mode). This bundle size regression was accidentally introduced in v10.7.2.

## 4.6.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "4.6.0",
"version": "4.6.1",
"engines": {
"node": ">=10.10.0"
},
Expand Down Expand Up @@ -109,9 +109,9 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.10.1",
"@firebase/app-compat": "0.2.31",
"@firebase/auth": "1.7.1",
"@firebase/app": "0.10.2",
"@firebase/app-compat": "0.2.32",
"@firebase/auth": "1.7.2",
"@rollup/plugin-alias": "5.1.0",
"@rollup/plugin-json": "4.1.0",
"@types/eslint": "7.29.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.31",
"@firebase/app-compat": "0.2.32",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
Expand Down
Loading