Skip to content

Commit

Permalink
Version Packages (#8588)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
google-oss-bot and github-actions[bot] authored Oct 22, 2024
1 parent 4689f3e commit a75082f
Show file tree
Hide file tree
Showing 38 changed files with 68 additions and 45 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-terms-kick.md

This file was deleted.

4 changes: 2 additions & 2 deletions integration/compat-interop/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"test:debug": "karma start --browsers Chrome --auto-watch"
},
"dependencies": {
"@firebase/app": "0.10.14",
"@firebase/app-compat": "0.2.44",
"@firebase/app": "0.10.15",
"@firebase/app-compat": "0.2.45",
"@firebase/analytics": "0.10.9",
"@firebase/analytics-compat": "0.2.15",
"@firebase/auth": "1.8.0",
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": "11.0.0",
"firebase": "11.0.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.14",
"@firebase/app": "0.10.15",
"@firebase/firestore": "4.7.4"
},
"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": "11.0.0",
"firebase": "11.0.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 @@ -22,7 +22,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"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 @@ -47,7 +47,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"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 @@ -43,7 +43,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"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 @@ -44,7 +44,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"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.45

### Patch Changes

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

## 0.2.44

### 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.44",
"version": "0.2.45",
"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.10.14",
"@firebase/app": "0.10.15",
"@firebase/util": "1.10.1",
"@firebase/logger": "0.4.3",
"@firebase/component": "0.6.10",
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.15

### Patch Changes

- Update SDK_VERSION.

## 0.10.14

### 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.14",
"version": "0.10.15",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <[email protected]> (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 @@ -57,7 +57,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"@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 @@ -131,7 +131,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"@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 @@ -55,7 +55,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/database-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/database-compat

## 2.0.0

### Major Changes

- [`0f5a9aad0`](https://github.com/firebase/firebase-js-sdk/commit/0f5a9aad0936af4c2df50d083db73306ebe069bc) [#8586](https://github.com/firebase/firebase-js-sdk/pull/8586) - Set required version of Node to >=18.

## 1.0.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/database-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/database-compat",
"version": "1.0.9",
"version": "2.0.0",
"description": "The Realtime Database component of the Firebase JS SDK.",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.js",
Expand Down Expand Up @@ -57,7 +57,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"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 @@ -57,7 +57,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
9 changes: 9 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# firebase

## 11.0.1

### Patch Changes

- Updated dependencies [[`0f5a9aad0`](https://github.com/firebase/firebase-js-sdk/commit/0f5a9aad0936af4c2df50d083db73306ebe069bc)]:
- @firebase/database-compat@2.0.0
- @firebase/app@0.10.15
- @firebase/app-compat@0.2.45

## 11.0.0

### Major Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "11.0.0",
"version": "11.0.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,14 +399,14 @@
"trusted-type-check": "tsec -p tsconfig.json --noEmit"
},
"dependencies": {
"@firebase/app": "0.10.14",
"@firebase/app-compat": "0.2.44",
"@firebase/app": "0.10.15",
"@firebase/app-compat": "0.2.45",
"@firebase/app-types": "0.9.2",
"@firebase/auth": "1.8.0",
"@firebase/auth-compat": "0.5.15",
"@firebase/data-connect": "0.1.1",
"@firebase/database": "1.0.9",
"@firebase/database-compat": "1.0.9",
"@firebase/database-compat": "2.0.0",
"@firebase/firestore": "4.7.4",
"@firebase/firestore-compat": "0.3.39",
"@firebase/functions": "0.11.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 @@ -53,7 +53,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"@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 @@ -106,8 +106,8 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app-compat": "0.2.44",
"@firebase/app": "0.10.15",
"@firebase/app-compat": "0.2.45",
"@firebase/auth": "1.8.0",
"@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 @@ -29,7 +29,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"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 @@ -49,7 +49,7 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"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 @@ -44,7 +44,7 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"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 @@ -49,7 +49,7 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"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/messaging-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.31.2",
"ts-essentials": "9.3.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"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 @@ -51,7 +51,7 @@
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4",
"@firebase/app-compat": "0.2.44"
"@firebase/app-compat": "0.2.45"
},
"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 @@ -46,7 +46,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"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 @@ -50,7 +50,7 @@
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4",
"@firebase/app-compat": "0.2.44"
"@firebase/app-compat": "0.2.45"
},
"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 @@ -48,7 +48,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"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 @@ -44,7 +44,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.2.44",
"@firebase/app-compat": "0.2.45",
"@firebase/auth-compat": "0.5.15",
"rollup": "2.79.1",
"@rollup/plugin-json": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"@firebase/auth": "1.8.0",
"rollup": "2.79.1",
"@rollup/plugin-alias": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/template/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.14",
"@firebase/app": "0.10.15",
"rollup": "2.79.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.7.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/vertexai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.10.14",
"@firebase/app": "0.10.15",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.79.1",
"rollup-plugin-replace": "2.2.0",
Expand Down
2 changes: 1 addition & 1 deletion repo-scripts/size-analysis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/logger": "0.4.3",
"@firebase/app": "0.10.14"
"@firebase/app": "0.10.15"
},
"repository": {
"directory": "repo-scripts/size-analysis",
Expand Down

0 comments on commit a75082f

Please sign in to comment.