Skip to content

Version Packages #4900

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
May 12, 2021
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/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 <[email protected]> (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 <[email protected]> (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 <[email protected]> (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/[email protected]
- @firebase/[email protected]
- @firebase/[email protected]

## 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 <[email protected]> (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 []:
- [email protected]

## 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 <[email protected]> (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