Skip to content

Commit e50be1c

Browse files
committed
Merge branch 'release' into master
Release 7.17.0
2 parents e117354 + 3f579a4 commit e50be1c

File tree

16 files changed

+51
-31
lines changed

16 files changed

+51
-31
lines changed

.changeset/clean-numbers-flow.md

-9
This file was deleted.

.changeset/smooth-shirts-teach.md

-2
This file was deleted.

.changeset/strange-lions-dress.md

-5
This file was deleted.

integration/browserify/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test:ci": "node ../../scripts/run_tests_in_ci.js"
99
},
1010
"devDependencies": {
11-
"firebase": "7.16.1",
11+
"firebase": "7.17.0",
1212
"@babel/core": "7.10.4",
1313
"@babel/preset-env": "7.10.4",
1414
"browserify": "16.5.1",

integration/firebase-typings/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:ci": "node ../../scripts/run_tests_in_ci.js"
88
},
99
"devDependencies": {
10-
"firebase": "7.16.1",
10+
"firebase": "7.17.0",
1111
"typescript": "3.9.6"
1212
}
1313
}

integration/messaging/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test:manual": "mocha --exit"
99
},
1010
"devDependencies": {
11-
"firebase": "7.16.1",
11+
"firebase": "7.17.0",
1212
"chai": "4.2.0",
1313
"chromedriver": "83.0.1",
1414
"express": "4.17.1",

integration/typescript/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"test:ci": "node ../../scripts/run_tests_in_ci.js"
88
},
99
"devDependencies": {
10-
"firebase": "7.16.1",
10+
"firebase": "7.17.0",
1111
"@babel/core": "7.10.4",
1212
"@babel/preset-env": "7.10.4",
1313
"@types/chai": "4.2.11",

integration/webpack/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test:ci": "node ../../scripts/run_tests_in_ci.js"
99
},
1010
"devDependencies": {
11-
"firebase": "7.16.1",
11+
"firebase": "7.17.0",
1212
"@babel/core": "7.10.4",
1313
"@babel/preset-env": "7.10.4",
1414
"chai": "4.2.0",

packages/analytics/CHANGELOG.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# @firebase/analytics
22

3-
## 0.3.9
4-
### Patch Changes
3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [`02419ce8`](https://github.com/firebase/firebase-js-sdk/commit/02419ce8470141f012d9ce425a6a4a4aa912e480) [#3165](https://github.com/firebase/firebase-js-sdk/pull/3165) - Issue 2393 fix - analytics module
58

9+
- Added a public method `isSupported` to Analytics module which returns true if current browser context supports initialization of analytics module.
10+
- Added runtime checks to Analytics module that validate if cookie is enabled in current browser and if current browser environment supports indexedDB functionalities.
611

12+
## 0.3.9
13+
14+
### Patch Changes
715

816
- [`a754645e`](https://github.com/firebase/firebase-js-sdk/commit/a754645ec2be1b8c205f25f510196eee298b0d6e) [#3297](https://github.com/firebase/firebase-js-sdk/pull/3297) Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency typescript to v3.9.5
917

packages/analytics/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/analytics",
3-
"version": "0.3.9",
3+
"version": "0.4.0",
44
"description": "A analytics package for new firebase packages",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -56,4 +56,4 @@
5656
],
5757
"reportDir": "./coverage/node"
5858
}
59-
}
59+
}

packages/firebase/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# firebase
22

3+
## 7.17.0
4+
5+
### Minor Changes
6+
7+
- [`02419ce8`](https://github.com/firebase/firebase-js-sdk/commit/02419ce8470141f012d9ce425a6a4a4aa912e480) [#3165](https://github.com/firebase/firebase-js-sdk/pull/3165) - Issue 2393 fix - analytics module
8+
9+
- Added a public method `isSupported` to Analytics module which returns true if current browser context supports initialization of analytics module.
10+
- Added runtime checks to Analytics module that validate if cookie is enabled in current browser and if current browser environment supports indexedDB functionalities.
11+
12+
### Patch Changes
13+
14+
- Updated dependencies [[`02419ce8`](https://github.com/firebase/firebase-js-sdk/commit/02419ce8470141f012d9ce425a6a4a4aa912e480), [`ee33ebf7`](https://github.com/firebase/firebase-js-sdk/commit/ee33ebf726b1dc31ab4817e7a1923f7b2757e17c)]:
15+
- @firebase/analytics@0.4.0
16+
- @firebase/storage@0.3.40
17+
318
## 7.16.1
419

520
### Patch Changes

packages/firebase/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "firebase",
3-
"version": "7.16.1",
3+
"version": "7.17.0",
44
"description": "Firebase JavaScript library for web and Node.js",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"license": "Apache-2.0",
@@ -54,10 +54,10 @@
5454
"@firebase/installations": "0.4.14",
5555
"@firebase/messaging": "0.6.20",
5656
"@firebase/polyfill": "0.3.36",
57-
"@firebase/storage": "0.3.39",
57+
"@firebase/storage": "0.3.40",
5858
"@firebase/performance": "0.3.9",
5959
"@firebase/remote-config": "0.1.25",
60-
"@firebase/analytics": "0.3.9",
60+
"@firebase/analytics": "0.4.0",
6161
"@firebase/util": "0.2.50"
6262
},
6363
"devDependencies": {

packages/storage/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
#Unreleased
22

3+
## 0.3.40
4+
5+
### Patch Changes
6+
7+
- [`ee33ebf7`](https://github.com/firebase/firebase-js-sdk/commit/ee33ebf726b1dc31ab4817e7a1923f7b2757e17c) [#3414](https://github.com/firebase/firebase-js-sdk/pull/3414) - Error messages for backend errors now include the backend's reponse message.
8+
39
## 0.3.39
410

511
### Patch Changes

packages/storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/storage",
3-
"version": "0.3.39",
3+
"version": "0.3.40",
44
"description": "",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",

packages/testing/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @firebase/testing
22

3+
## 0.20.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`02419ce8`](https://github.com/firebase/firebase-js-sdk/commit/02419ce8470141f012d9ce425a6a4a4aa912e480)]:
8+
9+
310
## 0.20.7
411

512
### Patch Changes

packages/testing/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@firebase/testing",
3-
"version": "0.20.7",
3+
"version": "0.20.8",
44
"description": "",
55
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
66
"main": "dist/index.cjs.js",
@@ -19,7 +19,7 @@
1919
},
2020
"license": "Apache-2.0",
2121
"dependencies": {
22-
"firebase": "7.16.1",
22+
"firebase": "7.17.0",
2323
"@firebase/logger": "0.2.6",
2424
"@firebase/util": "0.2.50",
2525
"request": "2.88.2"

0 commit comments

Comments
 (0)