Skip to content

Commit

Permalink
Version Packages (#4900)
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] committed May 12, 2021
1 parent 60e8347 commit 74b49d2
Show file tree
Hide file tree
Showing 27 changed files with 60 additions and 37 deletions.
6 changes: 0 additions & 6 deletions .changeset/fair-garlics-smoke.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/many-turtles-try.md

This file was deleted.

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": "8.6.0",
"firebase": "8.6.1",
"@types/chai": "4.2.14",
"@types/mocha": "7.0.2",
"chai": "4.2.0",
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"
},
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"@firebase/firestore": "2.3.0",
"@types/mocha": "7.0.2",
"gulp": "4.0.2",
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": "8.6.0",
"firebase": "8.6.1",
"chai": "4.2.0",
"chromedriver": "89.0.0",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
"@firebase/app-compat": "0.0.900",
"@firebase/auth-exp": "0.0.900",
"@firebase/auth-compat": "0.0.900",
"@firebase/database": "0.10.0",
"@firebase/database": "0.10.1",
"@firebase/functions-exp": "0.0.900",
"@firebase/functions-compat": "0.0.900",
"@firebase/firestore": "2.3.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 @@ -35,7 +35,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "17.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.1.1

### Patch Changes

- [`60e834739`](https://github.com/firebase/firebase-js-sdk/commit/60e83473940e60f8390b1b0f97cf45a1733f66f0) [#4897](https://github.com/firebase/firebase-js-sdk/pull/4897) - Make App Check initialization explicit, to prevent unexpected errors for users who do not intend to use App Check.

## 0.1.0

### Minor 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.1.0",
"version": "0.1.1",
"description": "The App Check component of the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
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.6.22

### Patch Changes

- [`60e834739`](https://github.com/firebase/firebase-js-sdk/commit/60e83473940e60f8390b1b0f97cf45a1733f66f0) [#4897](https://github.com/firebase/firebase-js-sdk/pull/4897) - Make App Check initialization explicit, to prevent unexpected errors for users who do not intend to use App Check.

## 0.6.21

### 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.6.21",
"version": "0.6.22",
"description": "The primary entrypoint to the Firebase JS SDK",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/database/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Unreleased

## 0.10.1

### Patch Changes

- [`5b202f852`](https://github.com/firebase/firebase-js-sdk/commit/5b202f852ca68b35b06b0ea17e4b6b8c446c651c) [#4864](https://github.com/firebase/firebase-js-sdk/pull/4864) - Fixed an issue that could cause `once()` to fire more than once if the value was modified inside its callback.

## 0.10.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/database",
"version": "0.10.0",
"version": "0.10.1",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down Expand Up @@ -45,7 +45,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"@firebase/app-types": "0.6.2",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
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

## 8.6.1

### Patch Changes

- Updated dependencies [[`60e834739`](https://github.com/firebase/firebase-js-sdk/commit/60e83473940e60f8390b1b0f97cf45a1733f66f0), [`5b202f852`](https://github.com/firebase/firebase-js-sdk/commit/5b202f852ca68b35b06b0ea17e4b6b8c446c651c)]:
- @firebase/app@0.6.22
- @firebase/app-check@0.1.1
- @firebase/database@0.10.1

## 8.6.0

### Minor 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": "8.6.0",
"version": "8.6.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 @@ -44,10 +44,10 @@
"module": "dist/index.esm.js",
"react-native": "dist/index.rn.cjs.js",
"dependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"@firebase/app-types": "0.6.2",
"@firebase/auth": "0.16.5",
"@firebase/database": "0.10.0",
"@firebase/database": "0.10.1",
"@firebase/firestore": "2.3.0",
"@firebase/functions": "0.6.8",
"@firebase/installations": "0.4.26",
Expand All @@ -57,7 +57,7 @@
"@firebase/performance": "0.4.12",
"@firebase/remote-config": "0.1.37",
"@firebase/analytics": "0.6.10",
"@firebase/app-check": "0.1.0",
"@firebase/app-check": "0.1.1",
"@firebase/util": "1.1.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"@rollup/plugin-alias": "3.1.1",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "11.2.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 @@ -30,7 +30,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"@firebase/messaging": "0.7.10",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.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 @@ -29,7 +29,7 @@
"url": "https://github.com/firebase/firebase-js-sdk/issues"
},
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-json": "4.1.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 @@ -35,7 +35,7 @@
"tslib": "^2.1.0"
},
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
"ts-essentials": "7.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/performance/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
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 @@ -36,7 +36,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
"typescript": "4.2.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/rules-unit-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/rules-unit-testing

## 1.3.1

### Patch Changes

- Updated dependencies []:
- firebase@8.6.1

## 1.3.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rules-unit-testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/rules-unit-testing",
"version": "1.3.0",
"version": "1.3.1",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -20,7 +20,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "8.6.0",
"firebase": "8.6.1",
"@firebase/component": "0.5.0",
"@firebase/logger": "0.2.6",
"@firebase/util": "1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/rxfire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"rxjs": "6.x.x"
},
"devDependencies": {
"firebase": "8.6.0",
"firebase": "8.6.1",
"rollup": "2.35.1",
"@rollup/plugin-commonjs": "17.1.0",
"@rollup/plugin-node-resolve": "11.2.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 @@ -47,7 +47,7 @@
"@firebase/app-types": "0.x"
},
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"@firebase/auth": "0.16.5",
"rollup": "2.35.1",
"@rollup/plugin-json": "4.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 @@ -33,7 +33,7 @@
},
"license": "Apache-2.0",
"devDependencies": {
"@firebase/app": "0.6.21",
"@firebase/app": "0.6.22",
"rollup": "2.35.1",
"rollup-plugin-typescript2": "0.29.0",
"typescript": "4.2.2"
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 @@ -41,7 +41,7 @@
"license": "Apache-2.0",
"devDependencies": {
"@firebase/logger": "0.2.6",
"@firebase/app": "0.6.21"
"@firebase/app": "0.6.22"
},
"repository": {
"directory": "repo-scripts/size-analysis",
Expand Down

0 comments on commit 74b49d2

Please sign in to comment.