Skip to content

Version Packages #8956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 24, 2025
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/cyan-frogs-relate.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/gentle-rocks-repeat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/great-cheetahs-invite.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-snails-drive.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/odd-wolves-sit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/slow-students-fry.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.11.4",
"@firebase/app-compat": "0.2.53",
"@firebase/app": "0.11.5",
"@firebase/app-compat": "0.2.54",
"@firebase/analytics": "0.10.12",
"@firebase/analytics-compat": "0.2.18",
"@firebase/auth": "1.10.0",
"@firebase/auth-compat": "0.5.20",
"@firebase/auth": "1.10.1",
"@firebase/auth-compat": "0.5.21",
"@firebase/functions": "0.12.3",
"@firebase/functions-compat": "0.3.20",
"@firebase/messaging": "0.12.17",
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.11.4",
"@firebase/firestore": "4.7.10"
"@firebase/app": "0.11.5",
"@firebase/firestore": "4.7.11"
},
"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": "11.6.0",
"firebase": "11.6.1",
"chai": "4.5.0",
"chromedriver": "119.0.1",
"express": "4.21.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 @@ -22,7 +22,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.2.53",
"@firebase/app-compat": "0.2.54",
"rollup": "2.79.2",
"@rollup/plugin-json": "6.1.0",
"rollup-plugin-typescript2": "0.36.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.11.4",
"@firebase/app": "0.11.5",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.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 @@ -43,7 +43,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.53",
"@firebase/app-compat": "0.2.54",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.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 @@ -44,7 +44,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.11.4",
"@firebase/app": "0.11.5",
"rollup": "2.79.2",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "6.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.54

### Patch Changes

- Updated dependencies []:
- @firebase/[email protected]

## 0.2.53

### 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.53",
"version": "0.2.54",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app": "0.11.4",
"@firebase/app": "0.11.5",
"@firebase/util": "1.11.0",
"@firebase/logger": "0.4.4",
"@firebase/component": "0.6.13",
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.11.5

### Patch Changes

- Update SDK_VERSION.

## 0.11.4

### 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.11.4",
"version": "0.11.5",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/auth-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/auth-compat

## 0.5.21

### Patch Changes

- Updated dependencies [[`1363ecc`](https://github.com/firebase/firebase-js-sdk/commit/1363ecc533de0ba5bfcae206a831acc33f9020a6)]:
- @firebase/[email protected]

## 0.5.20

### 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.20",
"version": "0.5.21",
"description": "FirebaseAuth compatibility package that uses API style compatible with Firebase@8 and prior versions",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -49,15 +49,15 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/auth": "1.10.0",
"@firebase/auth": "1.10.1",
"@firebase/auth-types": "0.13.0",
"@firebase/component": "0.6.13",
"@firebase/util": "1.11.0",
"tslib": "^2.1.0"
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.53",
"@firebase/app-compat": "0.2.54",
"@rollup/plugin-json": "6.1.0",
"rollup": "2.79.2",
"rollup-plugin-replace": "2.2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/auth

## 1.10.1

### Patch Changes

- [`1363ecc`](https://github.com/firebase/firebase-js-sdk/commit/1363ecc533de0ba5bfcae206a831acc33f9020a6) [#8912](https://github.com/firebase/firebase-js-sdk/pull/8912) - Fixed: `ActionCodeURL` not populating `languageCode` from the url.

## 1.10.0

### Minor 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.10.0",
"version": "1.10.1",
"description": "The Firebase Authenticaton component of the Firebase JS SDK.",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/node/index.js",
Expand Down Expand Up @@ -131,7 +131,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.11.4",
"@firebase/app": "0.11.5",
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-strip": "2.1.0",
"@types/express": "4.17.21",
Expand Down
6 changes: 6 additions & 0 deletions packages/data-connect/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## Unreleased

## 0.3.4

### Patch Changes

- [`1df3d26`](https://github.com/firebase/firebase-js-sdk/commit/1df3d26fbfb4db24b74d5d779825017e9ec40eaa) [#8898](https://github.com/firebase/firebase-js-sdk/pull/8898) - Fix DataConnectOperationError.

## 0.3.3

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/data-connect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/data-connect",
"version": "0.3.3",
"version": "0.3.4",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -55,7 +55,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.11.4",
"@firebase/app": "0.11.5",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.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 @@ -57,7 +57,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.53",
"@firebase/app-compat": "0.2.54",
"typescript": "5.5.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 @@ -57,7 +57,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.11.4",
"@firebase/app": "0.11.5",
"rollup": "2.79.2",
"rollup-plugin-typescript2": "0.36.0",
"typescript": "5.5.4"
Expand Down
19 changes: 19 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# firebase

## 11.6.1

### Patch Changes

- [`ed0803a`](https://github.com/firebase/firebase-js-sdk/commit/ed0803a29791cc0cecd0153f95e814ddcee7efd8) [#8915](https://github.com/firebase/firebase-js-sdk/pull/8915) - Fixed the `null` value handling in `!=` and `not-in` filters.

- [`88a8055`](https://github.com/firebase/firebase-js-sdk/commit/88a8055808bdbd1c75011a94d11062460027d931) [#8888](https://github.com/firebase/firebase-js-sdk/pull/8888) (fixes [#6465](https://github.com/firebase/firebase-js-sdk/issues/6465)) - Fix 'window is not defined' error when calling `clearIndexedDbPersistence` from a service worker

- [`195d943`](https://github.com/firebase/firebase-js-sdk/commit/195d943103795a50bb3fc5c56ef2bb64610006a1) [#8871](https://github.com/firebase/firebase-js-sdk/pull/8871) (fixes [#8593](https://github.com/firebase/firebase-js-sdk/issues/8593)) - Fix issue where Firestore would produce `undefined` for document snapshot data if using IndexedDB persistence and "clear site data" (or equivalent) button was pressed in the web browser.

- Updated dependencies [[`ed0803a`](https://github.com/firebase/firebase-js-sdk/commit/ed0803a29791cc0cecd0153f95e814ddcee7efd8), [`88a8055`](https://github.com/firebase/firebase-js-sdk/commit/88a8055808bdbd1c75011a94d11062460027d931), [`1363ecc`](https://github.com/firebase/firebase-js-sdk/commit/1363ecc533de0ba5bfcae206a831acc33f9020a6), [`1df3d26`](https://github.com/firebase/firebase-js-sdk/commit/1df3d26fbfb4db24b74d5d779825017e9ec40eaa), [`e055e90`](https://github.com/firebase/firebase-js-sdk/commit/e055e9057caab4d9f73734307fe4e0be2098249b), [`195d943`](https://github.com/firebase/firebase-js-sdk/commit/195d943103795a50bb3fc5c56ef2bb64610006a1)]:
- @firebase/[email protected]
- @firebase/[email protected]
- @firebase/[email protected]
- @firebase/[email protected]
- @firebase/[email protected]
- @firebase/[email protected]
- @firebase/[email protected]

## 11.6.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "11.6.0",
"version": "11.6.1",
"description": "Firebase JavaScript library for web and Node.js",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down Expand Up @@ -399,16 +399,16 @@
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
},
"dependencies": {
"@firebase/app": "0.11.4",
"@firebase/app-compat": "0.2.53",
"@firebase/app": "0.11.5",
"@firebase/app-compat": "0.2.54",
"@firebase/app-types": "0.9.3",
"@firebase/auth": "1.10.0",
"@firebase/auth-compat": "0.5.20",
"@firebase/data-connect": "0.3.3",
"@firebase/auth": "1.10.1",
"@firebase/auth-compat": "0.5.21",
"@firebase/data-connect": "0.3.4",
"@firebase/database": "1.0.14",
"@firebase/database-compat": "2.0.5",
"@firebase/firestore": "4.7.10",
"@firebase/firestore-compat": "0.3.45",
"@firebase/firestore": "4.7.11",
"@firebase/firestore-compat": "0.3.46",
"@firebase/functions": "0.12.3",
"@firebase/functions-compat": "0.3.20",
"@firebase/installations": "0.6.13",
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.46

### Patch Changes

- Updated dependencies [[`ed0803a`](https://github.com/firebase/firebase-js-sdk/commit/ed0803a29791cc0cecd0153f95e814ddcee7efd8), [`88a8055`](https://github.com/firebase/firebase-js-sdk/commit/88a8055808bdbd1c75011a94d11062460027d931), [`e055e90`](https://github.com/firebase/firebase-js-sdk/commit/e055e9057caab4d9f73734307fe4e0be2098249b), [`195d943`](https://github.com/firebase/firebase-js-sdk/commit/195d943103795a50bb3fc5c56ef2bb64610006a1)]:
- @firebase/[email protected]

## 0.3.45

### 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.45",
"version": "0.3.46",
"description": "The Cloud Firestore component of the Firebase JS SDK.",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -47,13 +47,13 @@
},
"dependencies": {
"@firebase/component": "0.6.13",
"@firebase/firestore": "4.7.10",
"@firebase/firestore": "4.7.11",
"@firebase/util": "1.11.0",
"@firebase/firestore-types": "3.0.3",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.53",
"@firebase/app-compat": "0.2.54",
"@types/eslint": "7.29.0",
"rollup": "2.79.2",
"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.7.11

### Patch Changes

- [`ed0803a`](https://github.com/firebase/firebase-js-sdk/commit/ed0803a29791cc0cecd0153f95e814ddcee7efd8) [#8915](https://github.com/firebase/firebase-js-sdk/pull/8915) - Fixed the `null` value handling in `!=` and `not-in` filters.

- [`88a8055`](https://github.com/firebase/firebase-js-sdk/commit/88a8055808bdbd1c75011a94d11062460027d931) [#8888](https://github.com/firebase/firebase-js-sdk/pull/8888) (fixes [#6465](https://github.com/firebase/firebase-js-sdk/issues/6465)) - Fix 'window is not defined' error when calling `clearIndexedDbPersistence` from a service worker

- [`e055e90`](https://github.com/firebase/firebase-js-sdk/commit/e055e9057caab4d9f73734307fe4e0be2098249b) [#8313](https://github.com/firebase/firebase-js-sdk/pull/8313) - Add unique IDs and state information into fatal error messages instead of the generic "unexpected state" message.

- [`195d943`](https://github.com/firebase/firebase-js-sdk/commit/195d943103795a50bb3fc5c56ef2bb64610006a1) [#8871](https://github.com/firebase/firebase-js-sdk/pull/8871) (fixes [#8593](https://github.com/firebase/firebase-js-sdk/issues/8593)) - Fix issue where Firestore would produce `undefined` for document snapshot data if using IndexedDB persistence and "clear site data" (or equivalent) button was pressed in the web browser.

## 4.7.10

### Patch Changes
Expand Down
Loading
Loading