Skip to content

Version Packages #4151

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
Dec 4, 2020
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
5 changes: 0 additions & 5 deletions .changeset/afraid-socks-shop.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-shrimps-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-dots-peel.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/wet-dolphins-play.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.1.1",
"firebase": "8.1.2",
"@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 @@ -15,7 +15,7 @@
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/firestore": "2.0.4",
"@firebase/firestore": "2.0.5",
"@types/mocha": "7.0.2",
"gulp": "4.0.2",
"gulp-filter": "6.0.0",
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.1.1",
"firebase": "8.1.2",
"chai": "4.2.0",
"chromedriver": "86.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 @@ -41,7 +41,7 @@
"@firebase/app-compat": "0.0.900",
"@firebase/auth-exp": "0.0.900",
"@firebase/functions-exp": "0.0.900",
"@firebase/firestore": "2.0.4",
"@firebase/firestore": "2.0.5",
"@firebase/performance-exp": "0.0.900",
"@firebase/remote-config-exp": "0.0.900"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @firebase/auth

## 0.15.3

### Patch Changes

- [`11563b227`](https://github.com/firebase/firebase-js-sdk/commit/11563b227f30c9282c45e4a8128d5679954dcfd1) [#4146](https://github.com/firebase/firebase-js-sdk/pull/4146) - Fix issue with IndexedDB retry logic causing uncaught errors

## 0.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth",
"version": "0.15.2",
"version": "0.15.3",
"main": "dist/auth.js",
"browser": "dist/auth.esm.js",
"module": "dist/auth.esm.js",
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

## 8.1.2

### Patch Changes

- [`11563b227`](https://github.com/firebase/firebase-js-sdk/commit/11563b227f30c9282c45e4a8128d5679954dcfd1) [#4146](https://github.com/firebase/firebase-js-sdk/pull/4146) - Fix issue with IndexedDB retry logic causing uncaught errors

- Updated dependencies [[`1849b0d0f`](https://github.com/firebase/firebase-js-sdk/commit/1849b0d0f0bbca56e50bea01979d20ada58040dc), [`8993f16b8`](https://github.com/firebase/firebase-js-sdk/commit/8993f16b81b4b386f2ac5195950235a6a43ed9bc), [`11563b227`](https://github.com/firebase/firebase-js-sdk/commit/11563b227f30c9282c45e4a8128d5679954dcfd1)]:
- @firebase/firestore@2.0.5
- @firebase/auth@0.15.3

## 8.1.1

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "8.1.1",
"version": "8.1.2",
"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 @@ -47,9 +47,9 @@
"dependencies": {
"@firebase/app": "0.6.13",
"@firebase/app-types": "0.6.1",
"@firebase/auth": "0.15.2",
"@firebase/auth": "0.15.3",
"@firebase/database": "0.8.1",
"@firebase/firestore": "2.0.4",
"@firebase/firestore": "2.0.5",
"@firebase/functions": "0.6.1",
"@firebase/installations": "0.4.19",
"@firebase/messaging": "0.7.3",
Expand Down
8 changes: 8 additions & 0 deletions packages/firestore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @firebase/firestore

## 2.0.5

### Patch Changes

- [`1849b0d0f`](https://github.com/firebase/firebase-js-sdk/commit/1849b0d0f0bbca56e50bea01979d20ada58040dc) [#4148](https://github.com/firebase/firebase-js-sdk/pull/4148) - Fixed a bug that prevented usage of FieldPaths with multiple special characters.

* [`8993f16b8`](https://github.com/firebase/firebase-js-sdk/commit/8993f16b81b4b386f2ac5195950235a6a43ed9bc) [#4136](https://github.com/firebase/firebase-js-sdk/pull/4136) (fixes [#4125](https://github.com/firebase/firebase-js-sdk/issues/4125)) - Fixes an issue that returned invalid `DocumentReference`s in `QuerySnapshot`s.

## 2.0.4

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "2.0.4",
"version": "2.0.5",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
Expand Down Expand Up @@ -110,4 +110,4 @@
],
"reportDir": "./coverage/node"
}
}
}
9 changes: 9 additions & 0 deletions packages/rules-unit-testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @firebase/rules-unit-testing

## 1.1.4

### Patch Changes

- [`3a19f9e69`](https://github.com/firebase/firebase-js-sdk/commit/3a19f9e6987360dbded076937723acb3d1de82c9) [#4093](https://github.com/firebase/firebase-js-sdk/pull/4093) - Fix assertFails not recognising database permission denied error

- Updated dependencies [[`11563b227`](https://github.com/firebase/firebase-js-sdk/commit/11563b227f30c9282c45e4a8128d5679954dcfd1)]:
- [email protected]

## 1.1.3

### Patch 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.1.3",
"version": "1.1.4",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -19,7 +19,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "8.1.1",
"firebase": "8.1.2",
"@firebase/logger": "0.2.6",
"@firebase/util": "0.3.4",
"request": "2.88.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/rxfire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"rxjs": "6.x.x"
},
"devDependencies": {
"firebase": "8.1.1",
"firebase": "8.1.2",
"rollup": "2.33.2",
"@rollup/plugin-commonjs": "15.1.0",
"@rollup/plugin-node-resolve": "9.0.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 @@ -39,7 +39,7 @@
},
"devDependencies": {
"@firebase/app": "0.6.13",
"@firebase/auth": "0.15.2",
"@firebase/auth": "0.15.3",
"rollup": "2.33.2",
"@rollup/plugin-json": "4.1.0",
"rollup-plugin-typescript2": "0.29.0",
Expand Down