Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 20, 2022
1 parent 4f3d747 commit e65d404
Show file tree
Hide file tree
Showing 43 changed files with 107 additions and 64 deletions.
6 changes: 0 additions & 6 deletions .changeset/cyan-buses-float.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cyan-sheep-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/popular-bugs-draw.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.7.28",
"@firebase/app-compat": "0.1.29",
"@firebase/app": "0.7.29",
"@firebase/app-compat": "0.1.30",
"@firebase/analytics": "0.8.0",
"@firebase/analytics-compat": "0.1.13",
"@firebase/auth": "0.20.5",
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.9.0",
"firebase": "9.9.1",
"@types/chai": "4.3.1",
"@types/mocha": "9.1.1",
"chai": "4.3.6",
Expand Down
4 changes: 2 additions & 2 deletions integration/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"test:memory:debug": "yarn build:memory; karma start --auto-watch --browsers Chrome"
},
"dependencies": {
"@firebase/app": "0.7.28",
"@firebase/firestore": "3.4.12"
"@firebase/app": "0.7.29",
"@firebase/firestore": "3.4.13"
},
"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": "9.9.0",
"firebase": "9.9.1",
"chai": "4.3.6",
"chromedriver": "98.0.1",
"express": "4.18.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 @@ -24,7 +24,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.1.29",
"@firebase/app-compat": "0.1.30",
"rollup": "2.72.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.7.28",
"@firebase/app": "0.7.29",
"rollup": "2.72.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/app-check-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/app-check-compat

## 0.2.12

### Patch Changes

- Updated dependencies [[`f36d627af`](https://github.com/firebase/firebase-js-sdk/commit/f36d627af6e1f5ed98e21f9be29f59d2c8c503cb)]:
- @firebase/app-check@0.5.12

## 0.2.11

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/app-check-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check-compat",
"version": "0.2.11",
"version": "0.2.12",
"description": "A compat App Check package for new firebase packages",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@firebase/app-compat": "0.x"
},
"dependencies": {
"@firebase/app-check": "0.5.11",
"@firebase/app-check": "0.5.12",
"@firebase/app-check-types": "0.4.0",
"@firebase/logger": "0.3.3",
"@firebase/util": "1.6.3",
Expand All @@ -44,7 +44,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.1.29",
"@firebase/app-compat": "0.1.30",
"rollup": "2.72.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/app-check/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/app-check

## 0.5.12

### Patch Changes

- [`f36d627af`](https://github.com/firebase/firebase-js-sdk/commit/f36d627af6e1f5ed98e21f9be29f59d2c8c503cb) [#6439](https://github.com/firebase/firebase-js-sdk/pull/6439) - Fix logic to trigger app check throttling

## 0.5.11

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/app-check/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/app-check",
"version": "0.5.11",
"version": "0.5.12",
"description": "The App Check component of the Firebase JS SDK",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.7.28",
"@firebase/app": "0.7.29",
"rollup": "2.72.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.1.30

### Patch Changes

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

## 0.1.29

### 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.29",
"version": "0.1.30",
"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 @@ -40,7 +40,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"@firebase/app": "0.7.28",
"@firebase/app": "0.7.29",
"@firebase/util": "1.6.3",
"@firebase/logger": "0.3.3",
"@firebase/component": "0.5.17",
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.29

### Patch Changes

- Update SDK_VERSION.

## 0.7.28

### 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.28",
"version": "0.7.29",
"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 @@ -55,7 +55,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app-compat": "0.1.29",
"@firebase/app-compat": "0.1.30",
"@rollup/plugin-json": "4.1.0",
"rollup": "2.72.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 @@ -111,7 +111,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.7.28",
"@firebase/app": "0.7.29",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-strip": "2.1.0",
"chromedriver": "98.0.1",
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.29"
"@firebase/app-compat": "0.1.30"
},
"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 @@ -53,7 +53,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.7.28",
"@firebase/app": "0.7.29",
"rollup": "2.72.1",
"rollup-plugin-typescript2": "0.31.2",
"typescript": "4.2.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# firebase

## 9.9.1

### Patch Changes

- Updated dependencies [[`1703bb31a`](https://github.com/firebase/firebase-js-sdk/commit/1703bb31afa806087167079641af79c9293ab423), [`f36d627af`](https://github.com/firebase/firebase-js-sdk/commit/f36d627af6e1f5ed98e21f9be29f59d2c8c503cb)]:
- @firebase/app@0.7.29
- @firebase/firestore@3.4.13
- @firebase/app-check@0.5.12
- @firebase/app-compat@0.1.30
- @firebase/firestore-compat@0.1.22
- @firebase/app-check-compat@0.2.12

## 9.9.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": "9.9.0",
"version": "9.9.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 @@ -261,15 +261,15 @@
"test:ci": "echo 'No test suite for firebase wrapper'"
},
"dependencies": {
"@firebase/app": "0.7.28",
"@firebase/app-compat": "0.1.29",
"@firebase/app": "0.7.29",
"@firebase/app-compat": "0.1.30",
"@firebase/app-types": "0.7.0",
"@firebase/auth": "0.20.5",
"@firebase/auth-compat": "0.2.18",
"@firebase/database": "0.13.3",
"@firebase/database-compat": "0.2.3",
"@firebase/firestore": "3.4.12",
"@firebase/firestore-compat": "0.1.21",
"@firebase/firestore": "3.4.13",
"@firebase/firestore-compat": "0.1.22",
"@firebase/functions": "0.8.4",
"@firebase/functions-compat": "0.2.4",
"@firebase/installations": "0.5.12",
Expand All @@ -285,8 +285,8 @@
"@firebase/remote-config-compat": "0.1.12",
"@firebase/analytics": "0.8.0",
"@firebase/analytics-compat": "0.1.13",
"@firebase/app-check": "0.5.11",
"@firebase/app-check-compat": "0.2.11",
"@firebase/app-check": "0.5.12",
"@firebase/app-check-compat": "0.2.12",
"@firebase/util": "1.6.3"
},
"devDependencies": {
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.1.22

### Patch Changes

- Updated dependencies [[`1703bb31a`](https://github.com/firebase/firebase-js-sdk/commit/1703bb31afa806087167079641af79c9293ab423)]:
- @firebase/firestore@3.4.13

## 0.1.21

### 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.1.21",
"version": "0.1.22",
"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 @@ -44,13 +44,13 @@
},
"dependencies": {
"@firebase/component": "0.5.17",
"@firebase/firestore": "3.4.12",
"@firebase/firestore": "3.4.13",
"@firebase/util": "1.6.3",
"@firebase/firestore-types": "2.5.0",
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app-compat": "0.1.29",
"@firebase/app-compat": "0.1.30",
"@types/eslint": "7.29.0",
"rollup": "2.72.1",
"rollup-plugin-sourcemaps": "0.6.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/firestore

## 3.4.13

### Patch Changes

- [`1703bb31a`](https://github.com/firebase/firebase-js-sdk/commit/1703bb31afa806087167079641af79c9293ab423) [#6442](https://github.com/firebase/firebase-js-sdk/pull/6442) (fixes [#6438](https://github.com/firebase/firebase-js-sdk/issues/6438)) - Update `@grpc/proto-loader` and `firebase-admin` dependencies to address `protobufjs` security issue.

## 3.4.12

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "3.4.12",
"version": "3.4.13",
"engines": {
"node": ">=10.10.0"
},
Expand Down Expand Up @@ -92,8 +92,8 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.7.28",
"@firebase/app-compat": "0.1.29",
"@firebase/app": "0.7.29",
"@firebase/app-compat": "0.1.30",
"@firebase/auth": "0.20.5",
"@rollup/plugin-alias": "3.1.9",
"@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 @@ -27,7 +27,7 @@
"@firebase/app-compat": "0.x"
},
"devDependencies": {
"@firebase/app-compat": "0.1.29",
"@firebase/app-compat": "0.1.30",
"rollup": "2.72.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 @@ -46,7 +46,7 @@
"@firebase/app": "0.x"
},
"devDependencies": {
"@firebase/app": "0.7.28",
"@firebase/app": "0.7.29",
"rollup": "2.72.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 @@ -45,7 +45,7 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app-compat": "0.1.29",
"@firebase/app-compat": "0.1.30",
"rollup": "2.72.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 @@ -50,7 +50,7 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app": "0.7.28",
"@firebase/app": "0.7.29",
"rollup": "2.72.1",
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
Expand Down
Loading

0 comments on commit e65d404

Please sign in to comment.