Skip to content

Commit

Permalink
Merge branch 'release'
Browse files Browse the repository at this point in the history
Release 8.8.0
  • Loading branch information
hsubox76 committed Jul 22, 2021
2 parents d56ab5c + 161311b commit e72e351
Show file tree
Hide file tree
Showing 24 changed files with 79 additions and 50 deletions.
6 changes: 0 additions & 6 deletions .changeset/curly-shrimps-wait.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/nasty-hats-hope.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/nine-needles-compare.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/thirty-suits-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wet-pets-travel.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.7.1",
"firebase": "8.8.0",
"@types/chai": "4.2.14",
"@types/mocha": "8.2.3",
"chai": "4.3.4",
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.28",
"@firebase/firestore": "2.3.8",
"@firebase/firestore": "2.3.9",
"@types/mocha": "8.2.3",
"gulp": "4.0.2",
"gulp-filter": "7.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.7.1",
"firebase": "8.8.0",
"chai": "4.3.4",
"chromedriver": "91.0.0",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion packages-exp/analytics-compat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"dependencies": {
"@firebase/component": "0.5.4",
"@firebase/analytics-exp": "0.0.900",
"@firebase/analytics-types": "0.4.0",
"@firebase/analytics-types": "0.5.0",
"@firebase/util": "1.1.0",
"tslib": "^2.1.0"
},
Expand Down
6 changes: 3 additions & 3 deletions packages-exp/firebase-exp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,11 +229,11 @@
"@firebase/app-check-compat": "0.0.900",
"@firebase/auth-exp": "0.0.900",
"@firebase/auth-compat": "0.0.900",
"@firebase/database": "0.10.7",
"@firebase/database": "0.10.8",
"@firebase/functions-exp": "0.0.900",
"@firebase/functions-compat": "0.0.900",
"@firebase/firestore": "2.3.8",
"@firebase/storage": "0.5.6",
"@firebase/firestore": "2.3.9",
"@firebase/storage": "0.6.0",
"@firebase/performance-exp": "0.0.900",
"@firebase/performance-compat": "0.0.900",
"@firebase/remote-config-exp": "0.0.900",
Expand Down
9 changes: 7 additions & 2 deletions packages/analytics-types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# @firebase/analytics-types

## 0.4.0
## 0.5.0

### Minor Changes

- [`02586c975`](https://github.com/firebase/firebase-js-sdk/commit/02586c9754318b01a0051561d2c7c4906059b5af) [#5070](https://github.com/firebase/firebase-js-sdk/pull/5070) - Add `firebase_screen` and `firebase_screen_class` to `logEvent()` overload for `screen_view` events.

## 0.4.0

### Minor Changes

- [`fb3b095e4`](https://github.com/firebase/firebase-js-sdk/commit/fb3b095e4b7c8f57fdb3172bc039c84576abf290) [#2800](https://github.com/firebase/firebase-js-sdk/pull/2800) - Analytics now dynamically fetches the app's Measurement ID from the Dynamic Config backend
- [`fb3b095e4`](https://github.com/firebase/firebase-js-sdk/commit/fb3b095e4b7c8f57fdb3172bc039c84576abf290) [#2800](https://github.com/firebase/firebase-js-sdk/pull/2800) - Analytics now dynamically fetches the app's Measurement ID from the Dynamic Config backend
instead of depending on the local Firebase config. It will fall back to any `measurementId`
value found in the local config if the Dynamic Config fetch fails.
2 changes: 1 addition & 1 deletion packages/analytics-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics-types",
"version": "0.4.0",
"version": "0.5.0",
"description": "@firebase/analytics Types",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"license": "Apache-2.0",
Expand Down
7 changes: 7 additions & 0 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/analytics

## 0.6.15

### Patch Changes

- Updated dependencies [[`02586c975`](https://github.com/firebase/firebase-js-sdk/commit/02586c9754318b01a0051561d2c7c4906059b5af)]:
- @firebase/analytics-types@0.5.0

## 0.6.14

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/analytics",
"version": "0.6.14",
"version": "0.6.15",
"description": "A analytics package for new firebase packages",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand All @@ -26,7 +26,7 @@
"@firebase/app-types": "0.x"
},
"dependencies": {
"@firebase/analytics-types": "0.4.0",
"@firebase/analytics-types": "0.5.0",
"@firebase/installations": "0.4.30",
"@firebase/logger": "0.2.6",
"@firebase/util": "1.1.0",
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.8

### Patch Changes

- [`fb3e35965`](https://github.com/firebase/firebase-js-sdk/commit/fb3e35965b23f88e318dd877fabade16cdcb6385) [#5146](https://github.com/firebase/firebase-js-sdk/pull/5146) - Fix sending of auth tokens on node.

## 0.10.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/database",
"version": "0.10.7",
"version": "0.10.8",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down
18 changes: 18 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# firebase

## 8.8.0

### Minor Changes

- [`b3caa5158`](https://github.com/firebase/firebase-js-sdk/commit/b3caa515846d2bfcf4a95dedff69f08d503cbfc2) [#5149](https://github.com/firebase/firebase-js-sdk/pull/5149) - Add NodeJS support to Cloud Storage for Firebase. This release changes the `main` field in package.json to point to a Node specific build. If you are building a bundle for borwser usage, please make sure that your bundler uses the `browser` field (the default).

* [`02586c975`](https://github.com/firebase/firebase-js-sdk/commit/02586c9754318b01a0051561d2c7c4906059b5af) [#5070](https://github.com/firebase/firebase-js-sdk/pull/5070) - Add `firebase_screen` and `firebase_screen_class` to `logEvent()` overload for `screen_view` events.

### Patch Changes

- [`2cd9d7c39`](https://github.com/firebase/firebase-js-sdk/commit/2cd9d7c394dd0c84f285fbcfa4b0a5d79509451f) [#5147](https://github.com/firebase/firebase-js-sdk/pull/5147) (fixes [#5047](https://github.com/firebase/firebase-js-sdk/issues/5047)) - Fixed an issue that prevented Timestamps from being used via `update()` when connected to the Emulator

- Updated dependencies [[`b3caa5158`](https://github.com/firebase/firebase-js-sdk/commit/b3caa515846d2bfcf4a95dedff69f08d503cbfc2), [`b51be1da3`](https://github.com/firebase/firebase-js-sdk/commit/b51be1da318a8f79ff159bcb8be9797d192519fd), [`2cd9d7c39`](https://github.com/firebase/firebase-js-sdk/commit/2cd9d7c394dd0c84f285fbcfa4b0a5d79509451f), [`fb3e35965`](https://github.com/firebase/firebase-js-sdk/commit/fb3e35965b23f88e318dd877fabade16cdcb6385)]:
- @firebase/storage@0.6.0
- @firebase/firestore@2.3.9
- @firebase/database@0.10.8
- @firebase/analytics@0.6.15

## 8.7.1

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/firebase/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "firebase",
"version": "8.7.1",
"version": "8.8.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,16 +47,16 @@
"@firebase/app": "0.6.28",
"@firebase/app-types": "0.6.2",
"@firebase/auth": "0.16.8",
"@firebase/database": "0.10.7",
"@firebase/firestore": "2.3.8",
"@firebase/database": "0.10.8",
"@firebase/firestore": "2.3.9",
"@firebase/functions": "0.6.13",
"@firebase/installations": "0.4.30",
"@firebase/messaging": "0.7.14",
"@firebase/polyfill": "0.3.36",
"@firebase/storage": "0.5.6",
"@firebase/storage": "0.6.0",
"@firebase/performance": "0.4.16",
"@firebase/remote-config": "0.1.41",
"@firebase/analytics": "0.6.14",
"@firebase/analytics": "0.6.15",
"@firebase/app-check": "0.2.0",
"@firebase/util": "1.1.0"
},
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.3.9

### Patch Changes

- [`b51be1da3`](https://github.com/firebase/firebase-js-sdk/commit/b51be1da318a8f79ff159bcb8be9797d192519fd) [#5166](https://github.com/firebase/firebase-js-sdk/pull/5166) (fixes [#4076](https://github.com/firebase/firebase-js-sdk/issues/4076)) - The SDK no longer accesses IndexedDB during a page unload event on Safari 14. This aims to reduce the occurrence of an IndexedDB bug in Safari (https://bugs.webkit.org/show_bug.cgi?id=226547).

* [`2cd9d7c39`](https://github.com/firebase/firebase-js-sdk/commit/2cd9d7c394dd0c84f285fbcfa4b0a5d79509451f) [#5147](https://github.com/firebase/firebase-js-sdk/pull/5147) (fixes [#5047](https://github.com/firebase/firebase-js-sdk/issues/5047)) - Fixed an issue that prevented Timestamps from being used via `update()` when connected to the Emulator

## 2.3.8

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/firestore/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/firestore",
"version": "2.3.8",
"version": "2.3.9",
"engines": {
"node": "^8.13.0 || >=10.10.0"
},
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.11

### Patch Changes

- Updated dependencies [[`b3caa5158`](https://github.com/firebase/firebase-js-sdk/commit/b3caa515846d2bfcf4a95dedff69f08d503cbfc2), [`02586c975`](https://github.com/firebase/firebase-js-sdk/commit/02586c9754318b01a0051561d2c7c4906059b5af), [`2cd9d7c39`](https://github.com/firebase/firebase-js-sdk/commit/2cd9d7c394dd0c84f285fbcfa4b0a5d79509451f)]:
- firebase@8.8.0

## 1.3.10

### 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.3.10",
"version": "1.3.11",
"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.7.1",
"firebase": "8.8.0",
"@firebase/component": "0.5.4",
"@firebase/logger": "0.2.6",
"@firebase/util": "1.1.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
#Unreleased

## 0.6.0

### Minor Changes

- [`b3caa5158`](https://github.com/firebase/firebase-js-sdk/commit/b3caa515846d2bfcf4a95dedff69f08d503cbfc2) [#5149](https://github.com/firebase/firebase-js-sdk/pull/5149) - Add NodeJS support to Cloud Storage for Firebase. This release changes the `main` field in package.json to point to a Node specific build. If you are building a bundle for borwser usage, please make sure that your bundler uses the `browser` field (the default).

## 0.5.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/storage",
"version": "0.5.6",
"version": "0.6.0",
"description": "",
"author": "Firebase <firebase-support@google.com> (https://firebase.google.com/)",
"main": "dist/index.node.cjs.js",
Expand Down

0 comments on commit e72e351

Please sign in to comment.