Skip to content

Commit

Permalink
Merge 756f99a into 18e5dea
Browse files Browse the repository at this point in the history
  • Loading branch information
hsubox76 committed Jul 24, 2020
2 parents 18e5dea + 756f99a commit 72770c3
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .changeset/short-cars-scream.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@firebase/analytics': patch
'@firebase/util': minor
'firebase': patch
---

- Fix an error where an analytics PR included a change to `@firebase/util`, but
the util package was not properly included in the changeset for a patch bump.

- `@firebase/util` adds environment check methods `isIndexedDBAvailable`
`validateIndexedDBOpenable`, and `areCookiesEnabled`.
1 change: 0 additions & 1 deletion packages/analytics/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ registerAnalytics(firebase as _FirebaseNamespace);
declare module '@firebase/app-types' {
interface FirebaseNamespace {
analytics(app?: FirebaseApp): FirebaseAnalytics;
isSupported(): Promise<boolean>;
}
interface FirebaseApp {
analytics(): FirebaseAnalytics;
Expand Down

0 comments on commit 72770c3

Please sign in to comment.