Skip to content

Commit

Permalink
Version Packages (#6049)
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 Mar 4, 2022
1 parent 09e6243 commit 34a9ae9
Show file tree
Hide file tree
Showing 38 changed files with 79 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/pretty-mayflies-worry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-moons-play.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.7.17",
"@firebase/app-compat": "0.1.18",
"@firebase/app": "0.7.18",
"@firebase/app-compat": "0.1.19",
"@firebase/analytics": "0.7.5",
"@firebase/analytics-compat": "0.1.6",
"@firebase/auth": "0.19.9",
"@firebase/auth-compat": "0.2.9",
"@firebase/functions": "0.7.8",
"@firebase/functions-compat": "0.1.9",
"@firebase/messaging": "0.9.8",
"@firebase/messaging-compat": "0.1.8",
"@firebase/messaging": "0.9.9",
"@firebase/messaging-compat": "0.1.9",
"@firebase/performance": "0.5.5",
"@firebase/performance-compat": "0.1.5",
"@firebase/remote-config": "0.3.4",
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": "9.6.7",
"firebase": "9.6.8",
"@types/chai": "4.2.22",
"@types/mocha": "9.0.0",
"chai": "4.3.4",
Expand Down
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.7.17",
"@firebase/app": "0.7.18",
"@firebase/firestore": "3.4.5"
},
"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": "9.6.7",
"firebase": "9.6.8",
"chai": "4.3.4",
"chromedriver": "94.0.0",
"express": "4.17.1",
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 @@ -23,7 +23,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.1.18",
"@firebase/app-compat": "0.1.19",
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.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.7.17",
"@firebase/app": "0.7.18",
"rollup": "2.57.0",
"@rollup/plugin-commonjs": "21.0.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 @@ -42,7 +42,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.1.18",
"@firebase/app-compat": "0.1.19",
"rollup": "2.57.0",
"@rollup/plugin-commonjs": "21.0.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.7.17",
"@firebase/app": "0.7.18",
"rollup": "2.57.0",
"@rollup/plugin-commonjs": "21.0.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.1.19

### Patch Changes

- Updated dependencies [[`1588990b7`](https://github.com/firebase/firebase-js-sdk/commit/1588990b7fb06b6fa545c0d478663e137ec0ea07)]:
- @firebase/app@0.7.18

## 0.1.18

### 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.1.18",
"version": "0.1.19",
"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 @@ -39,7 +39,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app": "0.7.17",
"@firebase/app": "0.7.18",
"@firebase/util": "1.4.3",
"@firebase/logger": "0.3.2",
"@firebase/component": "0.5.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.7.18

### Patch Changes

- [`1588990b7`](https://github.com/firebase/firebase-js-sdk/commit/1588990b7fb06b6fa545c0d478663e137ec0ea07) [#5723](https://github.com/firebase/firebase-js-sdk/pull/5723) - Add heartbeat controller for platform logging.

## 0.7.17

### 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.7.17",
"version": "0.7.18",
"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 @@ -53,7 +53,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.1.18",
"@firebase/app-compat": "0.1.19",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.57.0",
"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 @@ -86,7 +86,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.7.17",
"@firebase/app": "0.7.18",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-strip": "2.1.0",
"chromedriver": "98.0.0",
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 @@ -53,7 +53,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.1.18"
"@firebase/app-compat": "0.1.19"
},
"repository": {
"directory": "packages/database-compat",
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.7.17",
"@firebase/app": "0.7.18",
"rollup": "2.57.0",
"rollup-plugin-typescript2": "0.30.0",
"typescript": "4.2.2"
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

## 9.6.8

### Patch Changes

- Updated dependencies [[`b3e4af842`](https://github.com/firebase/firebase-js-sdk/commit/b3e4af842786af7371430fa5b04a814435faa791), [`1588990b7`](https://github.com/firebase/firebase-js-sdk/commit/1588990b7fb06b6fa545c0d478663e137ec0ea07)]:
- @firebase/messaging@0.9.9
- @firebase/app@0.7.18
- @firebase/messaging-compat@0.1.9
- @firebase/app-compat@0.1.19

## 9.6.7

### Patch 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": "9.6.7",
"version": "9.6.8",
"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 @@ -219,8 +219,8 @@
"test:ci": "echo 'No test suite for firebase wrapper'"
},
"dependencies": {
"@firebase/app": "0.7.17",
"@firebase/app-compat": "0.1.18",
"@firebase/app": "0.7.18",
"@firebase/app-compat": "0.1.19",
"@firebase/app-types": "0.7.0",
"@firebase/auth": "0.19.9",
"@firebase/auth-compat": "0.2.9",
Expand All @@ -231,8 +231,8 @@
"@firebase/functions": "0.7.8",
"@firebase/functions-compat": "0.1.9",
"@firebase/installations": "0.5.5",
"@firebase/messaging": "0.9.8",
"@firebase/messaging-compat": "0.1.8",
"@firebase/messaging": "0.9.9",
"@firebase/messaging-compat": "0.1.9",
"@firebase/polyfill": "0.3.36",
"@firebase/storage": "0.9.2",
"@firebase/storage-compat": "0.1.10",
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 @@ -49,7 +49,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.1.18",
"@firebase/app-compat": "0.1.19",
"@types/eslint": "7.28.0",
"rollup": "2.57.0",
"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 @@ -90,8 +90,8 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.7.17",
"@firebase/app-compat": "0.1.18",
"@firebase/app": "0.7.18",
"@firebase/app-compat": "0.1.19",
"@firebase/auth": "0.19.9",
"@rollup/plugin-alias": "3.1.5",
"@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 @@ -26,7 +26,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.1.18",
"@firebase/app-compat": "0.1.19",
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.7.17",
"@firebase/app": "0.7.18",
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.0",
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.1.18",
"@firebase/app-compat": "0.1.19",
"rollup": "2.57.0",
"@rollup/plugin-commonjs": "21.0.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.7.17",
"@firebase/app": "0.7.18",
"rollup": "2.57.0",
"@rollup/plugin-commonjs": "21.0.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.1.9

### Patch Changes

- Updated dependencies [[`b3e4af842`](https://github.com/firebase/firebase-js-sdk/commit/b3e4af842786af7371430fa5b04a814435faa791)]:
- @firebase/messaging@0.9.9

## 0.1.8

### 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.1.8",
"version": "0.1.9",
"license": "Apache-2.0",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
Expand Down Expand Up @@ -38,13 +38,13 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/messaging": "0.9.8",
"@firebase/messaging": "0.9.9",
"@firebase/component": "0.5.10",
"@firebase/util": "1.4.3",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.1.18",
"@firebase/app-compat": "0.1.19",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.0",
"ts-essentials": "9.1.2",
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.9.9

### Patch Changes

- [`b3e4af842`](https://github.com/firebase/firebase-js-sdk/commit/b3e4af842786af7371430fa5b04a814435faa791) [#6030](https://github.com/firebase/firebase-js-sdk/pull/6030) - Await on `onBackgroundMessage` to fix silent warning issue.

## 0.9.8

### 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.9.8",
"version": "0.9.9",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -60,7 +60,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.7.17",
"@firebase/app": "0.7.18",
"rollup": "2.57.0",
"rollup-plugin-typescript2": "0.30.0",
"@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.30.0",
"typescript": "4.2.2",
"@firebase/app-compat": "0.1.18"
"@firebase/app-compat": "0.1.19"
},
"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.7.17",
"@firebase/app": "0.7.18",
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.30.0",
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.30.0",
"typescript": "4.2.2",
"@firebase/app-compat": "0.1.18"
"@firebase/app-compat": "0.1.19"
},
"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.7.17",
"@firebase/app": "0.7.18",
"rollup": "2.57.0",
"rollup-plugin-typescript2": "0.30.0",
"typescript": "4.2.2"
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.1.18",
"@firebase/app-compat": "0.1.19",
"@firebase/auth-compat": "0.2.9",
"rollup": "2.57.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
Loading

0 comments on commit 34a9ae9

Please sign in to comment.