Skip to content

Commit e3d1c99

Browse files
Update firebase emulator ui to 1.11.6 (#5769)
* Update firebase emulator ui to 1.11.6 * changelist * Lint --------- Co-authored-by: joehan <joehanley@google.com>
1 parent 4f9f275 commit e3d1c99

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
- Upgrade Firestore emulator to 1.17.4
33
- Web Frameworks will no longer try to deploy unsupported versions of NodeJS to Cloud Functions (#5733)
44
- Adding experimental support for deploying Flutter Web applications to Firebase Hosting (#5332)
5+
- Release Emulator Suite UI v1.11.6 (#5769)
56
- Adds function emulator support for v2 firestore triggers (#5685)
67
- Improvements for developers using Next 13's app directory (#5691)
78
- Resolve timeouts when bundling Next.js applications for Cloud Functions (#5691)

src/emulator/downloadableEmulators.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
4545
ui: experiments.isEnabled("emulatoruisnapshot")
4646
? { version: "SNAPSHOT", expectedSize: -1, expectedChecksum: "" }
4747
: {
48-
version: "1.11.5",
48+
version: "1.11.6",
4949
expectedSize: 3063444,
50-
expectedChecksum: "4045fef65cf71fb9d83b01fb8b160141",
50+
expectedChecksum: "14b971f4ed4909f348e647db7114d62b",
5151
},
5252
pubsub: {
5353
version: "0.7.1",

0 commit comments

Comments
 (0)