Skip to content

Version Packages #3449

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
Jul 23, 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
9 changes: 0 additions & 9 deletions .changeset/clean-numbers-flow.md

This file was deleted.

2 changes: 0 additions & 2 deletions .changeset/smooth-shirts-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/strange-lions-dress.md

This file was deleted.

2 changes: 1 addition & 1 deletion integration/browserify/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:ci": "node ../../scripts/run_tests_in_ci.js"
},
"devDependencies": {
"firebase": "7.16.1",
"firebase": "7.17.0",
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"browserify": "16.5.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/firebase-typings/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"
},
"devDependencies": {
"firebase": "7.16.1",
"firebase": "7.17.0",
"typescript": "3.9.6"
}
}
2 changes: 1 addition & 1 deletion integration/messaging/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:manual": "mocha --exit"
},
"devDependencies": {
"firebase": "7.16.1",
"firebase": "7.17.0",
"chai": "4.2.0",
"chromedriver": "83.0.1",
"express": "4.17.1",
Expand Down
2 changes: 1 addition & 1 deletion integration/typescript/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"
},
"devDependencies": {
"firebase": "7.16.1",
"firebase": "7.17.0",
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"@types/chai": "4.2.11",
Expand Down
2 changes: 1 addition & 1 deletion integration/webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"test:ci": "node ../../scripts/run_tests_in_ci.js"
},
"devDependencies": {
"firebase": "7.16.1",
"firebase": "7.17.0",
"@babel/core": "7.10.4",
"@babel/preset-env": "7.10.4",
"chai": "4.2.0",
Expand Down
12 changes: 10 additions & 2 deletions packages/analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# @firebase/analytics

## 0.3.9
### Patch Changes
## 0.4.0

### Minor Changes

- [`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

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

## 0.3.9

### Patch Changes

- [`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

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.3.9",
"version": "0.4.0",
"description": "A analytics package for new firebase packages",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down Expand Up @@ -56,4 +56,4 @@
],
"reportDir": "./coverage/node"
}
}
}
15 changes: 15 additions & 0 deletions packages/firebase/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# firebase

## 7.17.0

### Minor Changes

- [`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

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

### Patch Changes

- Updated dependencies [[`02419ce8`](https://github.com/firebase/firebase-js-sdk/commit/02419ce8470141f012d9ce425a6a4a4aa912e480), [`ee33ebf7`](https://github.com/firebase/firebase-js-sdk/commit/ee33ebf726b1dc31ab4817e7a1923f7b2757e17c)]:
- @firebase/[email protected]
- @firebase/[email protected]

## 7.16.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": "7.16.1",
"version": "7.17.0",
"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 @@ -54,10 +54,10 @@
"@firebase/installations": "0.4.14",
"@firebase/messaging": "0.6.20",
"@firebase/polyfill": "0.3.36",
"@firebase/storage": "0.3.39",
"@firebase/storage": "0.3.40",
"@firebase/performance": "0.3.9",
"@firebase/remote-config": "0.1.25",
"@firebase/analytics": "0.3.9",
"@firebase/analytics": "0.4.0",
"@firebase/util": "0.2.50"
},
"devDependencies": {
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.3.40

### Patch Changes

- [`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.

## 0.3.39

### 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.3.39",
"version": "0.3.40",
"description": "",
"author": "Firebase <[email protected]> (https://firebase.google.com/)",
"main": "dist/index.cjs.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/testing/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @firebase/testing

## 0.20.8

### Patch Changes

- Updated dependencies [[`02419ce8`](https://github.com/firebase/firebase-js-sdk/commit/02419ce8470141f012d9ce425a6a4a4aa912e480)]:
- [email protected]

## 0.20.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/testing/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@firebase/testing",
"version": "0.20.7",
"version": "0.20.8",
"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": "7.16.1",
"firebase": "7.17.0",
"@firebase/logger": "0.2.6",
"@firebase/util": "0.2.50",
"request": "2.88.2"
Expand Down