Skip to content

Commit a87676b

Browse files
authored
Util version bump (#3472)
1 parent 18e5dea commit a87676b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.changeset/short-cars-scream.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@firebase/analytics': patch
3+
'@firebase/util': minor
4+
'firebase': patch
5+
---
6+
7+
- Fix an error where an analytics PR included a change to `@firebase/util`, but
8+
the util package was not properly included in the changeset for a patch bump.
9+
10+
- `@firebase/util` adds environment check methods `isIndexedDBAvailable`
11+
`validateIndexedDBOpenable`, and `areCookiesEnabled`.

packages/analytics/index.ts

-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ registerAnalytics(firebase as _FirebaseNamespace);
102102
declare module '@firebase/app-types' {
103103
interface FirebaseNamespace {
104104
analytics(app?: FirebaseApp): FirebaseAnalytics;
105-
isSupported(): Promise<boolean>;
106105
}
107106
interface FirebaseApp {
108107
analytics(): FirebaseAnalytics;

0 commit comments

Comments
 (0)