Skip to content
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

Version Packages #3936

Merged
merged 1 commit into from Oct 15, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 0 additions & 6 deletions .changeset/clean-toes-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/early-elephants-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/long-hornets-scream.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/ninety-kings-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-brooms-search.md

This file was deleted.

11 changes: 0 additions & 11 deletions .changeset/yellow-turkeys-lay.md

This file was deleted.

2 changes: 1 addition & 1 deletion integration/firebase/package.json
Expand Up @@ -7,7 +7,7 @@
"test:ci": "node ../../scripts/run_tests_in_ci.js -s test"
},
"devDependencies": {
"firebase": "7.23.0",
"firebase": "7.24.0",
"@babel/core": "7.11.6",
"@babel/preset-env": "7.11.5",
"@types/chai": "4.2.13",
Expand Down
2 changes: 1 addition & 1 deletion integration/firestore/package.json
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@firebase/app": "0.6.11",
"@firebase/firestore": "1.17.3",
"@firebase/firestore": "1.18.0",
"@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
Expand Up @@ -9,7 +9,7 @@
"test:manual": "mocha --exit"
},
"devDependencies": {
"firebase": "7.23.0",
"firebase": "7.24.0",
"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
Expand Up @@ -40,7 +40,7 @@
"@firebase/app-exp": "0.0.800",
"@firebase/app-compat": "0.0.800",
"@firebase/functions-exp": "0.0.800",
"@firebase/firestore": "1.17.3",
"@firebase/firestore": "1.18.0",
"@firebase/performance-exp": "0.0.800"
},
"devDependencies": {
Expand Down
10 changes: 10 additions & 0 deletions packages/auth/CHANGELOG.md
@@ -1,5 +1,15 @@
# @firebase/auth

## 0.15.0

### Minor Changes

- [`eeb1dfa4f`](https://github.com/firebase/firebase-js-sdk/commit/eeb1dfa4f629dc5cf328e4b4a224369c0670c312) [#3810](https://github.com/firebase/firebase-js-sdk/pull/3810) - Add ability to configure the SDK to communicate with the Firebase Auth emulator.

### Patch Changes

- [`916770f3c`](https://github.com/firebase/firebase-js-sdk/commit/916770f3cfc0ca9eae92fbf33558b7175cf2cf78) [#3934](https://github.com/firebase/firebase-js-sdk/pull/3934) - Add a validation for useEmulator URL.

## 0.14.9

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/auth",
"version": "0.14.9",
"version": "0.15.0",
"main": "dist/auth.js",
"browser": "dist/auth.js",
"module": "dist/auth.esm.js",
Expand Down
17 changes: 17 additions & 0 deletions packages/firebase/CHANGELOG.md
@@ -1,5 +1,22 @@
# firebase

## 7.24.0

### Minor Changes

- [`eeb1dfa4f`](https://github.com/firebase/firebase-js-sdk/commit/eeb1dfa4f629dc5cf328e4b4a224369c0670c312) [#3810](https://github.com/firebase/firebase-js-sdk/pull/3810) - Add ability to configure the SDK to communicate with the Firebase Auth emulator.

* [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When
enabled, the SDK's underlying transport (WebChannel) automatically detects if
long-polling should be used. This is very similar to
`experimentalForceLongPolling`, but only uses long-polling if required.

### Patch Changes

- Updated dependencies [[`eeb1dfa4f`](https://github.com/firebase/firebase-js-sdk/commit/eeb1dfa4f629dc5cf328e4b4a224369c0670c312), [`916770f3c`](https://github.com/firebase/firebase-js-sdk/commit/916770f3cfc0ca9eae92fbf33558b7175cf2cf78), [`2bea0a367`](https://github.com/firebase/firebase-js-sdk/commit/2bea0a367da8de06bae29e1459b7cbe3cdfde540), [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc)]:
- @firebase/auth@0.15.0
- @firebase/firestore@1.18.0

## 7.23.0

### Minor Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/firebase/package.json
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "7.23.0",
"version": "7.24.0",
"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 @@ -47,9 +47,9 @@
"dependencies": {
"@firebase/app": "0.6.11",
"@firebase/app-types": "0.6.1",
"@firebase/auth": "0.14.9",
"@firebase/auth": "0.15.0",
"@firebase/database": "0.6.13",
"@firebase/firestore": "1.17.3",
"@firebase/firestore": "1.18.0",
"@firebase/functions": "0.5.1",
"@firebase/installations": "0.4.17",
"@firebase/messaging": "0.7.1",
Expand Down
9 changes: 9 additions & 0 deletions packages/firestore-types/CHANGELOG.md
@@ -1,5 +1,14 @@
# @firebase/firestore-types

## 1.14.0

### Minor Changes

- [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When
enabled, the SDK's underlying transport (WebChannel) automatically detects if
long-polling should be used. This is very similar to
`experimentalForceLongPolling`, but only uses long-polling if required.

## 1.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore-types/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore-types",
"version": "1.13.0",
"version": "1.14.0",
"description": "@firebase/firestore Types",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
17 changes: 17 additions & 0 deletions packages/firestore/CHANGELOG.md
@@ -1,5 +1,22 @@
# @firebase/firestore

## 1.18.0

### Minor Changes

- [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When
enabled, the SDK's underlying transport (WebChannel) automatically detects if
long-polling should be used. This is very similar to
`experimentalForceLongPolling`, but only uses long-polling if required.

### Patch Changes

- [`2bea0a367`](https://github.com/firebase/firebase-js-sdk/commit/2bea0a367da8de06bae29e1459b7cbe3cdfde540) [#3919](https://github.com/firebase/firebase-js-sdk/pull/3919) - Fixed a potential issue in our internal queue that could have allowed API calls to be executed out of order.

- Updated dependencies [[`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc)]:
- @firebase/firestore-types@1.14.0
- @firebase/webchannel-wrapper@0.4.0

## 1.17.3

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/firestore/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "1.17.3",
"version": "1.18.0",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
Expand Down Expand Up @@ -61,10 +61,10 @@
],
"dependencies": {
"@firebase/component": "0.1.19",
"@firebase/firestore-types": "1.13.0",
"@firebase/firestore-types": "1.14.0",
"@firebase/logger": "0.2.6",
"@firebase/util": "0.3.2",
"@firebase/webchannel-wrapper": "0.3.0",
"@firebase/webchannel-wrapper": "0.4.0",
"@grpc/grpc-js": "^1.0.0",
"@grpc/proto-loader": "^0.5.0",
"node-fetch": "2.6.1",
Expand Down
11 changes: 11 additions & 0 deletions packages/rules-unit-testing/CHANGELOG.md
@@ -1,5 +1,16 @@
# @firebase/rules-unit-testing

## 1.0.8

### Patch Changes

- [`cb28261e0`](https://github.com/firebase/firebase-js-sdk/commit/cb28261e0e3ef2f6a45badeb883888a6c0bdbed2) [#3923](https://github.com/firebase/firebase-js-sdk/pull/3923) (fixes [#3920](https://github.com/firebase/firebase-js-sdk/issues/3920)) - Do not delete uid property from user auth object in initializeTestApp()

* [`fe0ae19a9`](https://github.com/firebase/firebase-js-sdk/commit/fe0ae19a91fca422bf071ca4dfc4737daf848c59) [#3915](https://github.com/firebase/firebase-js-sdk/pull/3915) - Fix custom claims in rules-unit-testing

* Updated dependencies [[`eeb1dfa4f`](https://github.com/firebase/firebase-js-sdk/commit/eeb1dfa4f629dc5cf328e4b4a224369c0670c312), [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc)]:
- firebase@7.24.0

## 1.0.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/rules-unit-testing/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/rules-unit-testing",
"version": "1.0.7",
"version": "1.0.8",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -19,7 +19,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "7.23.0",
"firebase": "7.24.0",
"@firebase/logger": "0.2.6",
"@firebase/util": "0.3.2",
"request": "2.88.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/rxfire/package.json
Expand Up @@ -43,7 +43,7 @@
"rxjs": "6.x.x"
},
"devDependencies": {
"firebase": "7.23.0",
"firebase": "7.24.0",
"rollup": "2.29.0",
"@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
Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@firebase/app": "0.6.11",
"@firebase/auth": "0.14.9",
"@firebase/auth": "0.15.0",
"rollup": "2.29.0",
"rollup-plugin-typescript2": "0.27.3",
"typescript": "4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion packages/testing/package.json
Expand Up @@ -19,7 +19,7 @@
},
"license": "Apache-2.0",
"dependencies": {
"firebase": "7.23.0",
"firebase": "7.24.0",
"@firebase/logger": "0.2.6",
"@firebase/util": "0.3.2",
"request": "2.88.2"
Expand Down
12 changes: 10 additions & 2 deletions packages/webchannel-wrapper/CHANGELOG.md
@@ -1,10 +1,18 @@
# @firebase/webchannel-wrapper

## 0.3.0
## 0.4.0

### Minor Changes

- [`4f997bce1`](https://github.com/firebase/firebase-js-sdk/commit/4f997bce102be272b76836b6bcba96ea7de857bc) [#3724](https://github.com/firebase/firebase-js-sdk/pull/3724) - Adds a new `experimentalAutoDetectLongPolling` to FirestoreSettings. When
enabled, the SDK's underlying transport (WebChannel) automatically detects if
long-polling should be used. This is very similar to
`experimentalForceLongPolling`, but only uses long-polling if required.

## 0.3.0

### Minor Changes

- [`7f0860a4`](https://github.com/firebase/firebase-js-sdk/commit/7f0860a4ced76da8492ae44d2267a2f1cc58eccb) [#3372](https://github.com/firebase/firebase-js-sdk/pull/3372) - Upgrade to the latest version of Google Closure Library and Compiler. This dependency will be
- [`7f0860a4`](https://github.com/firebase/firebase-js-sdk/commit/7f0860a4ced76da8492ae44d2267a2f1cc58eccb) [#3372](https://github.com/firebase/firebase-js-sdk/pull/3372) - Upgrade to the latest version of Google Closure Library and Compiler. This dependency will be
necessary for future updates to the @firebase/firestore package. Developers will not need to
make any changes to their code to handle this change.
2 changes: 1 addition & 1 deletion packages/webchannel-wrapper/package.json
@@ -1,6 +1,6 @@
{
"name": "@firebase/webchannel-wrapper",
"version": "0.3.0",
"version": "0.4.0",
"description": "A wrapper of the webchannel packages from closure-library for use outside of a closure compiled application",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.js",
Expand Down