Skip to content

Commit

Permalink
Update Emulator UI to v1.12.0. (#7194)
Browse files Browse the repository at this point in the history
Co-authored-by: joehan <joehanley@google.com>
  • Loading branch information
yuchenshi and joehan committed May 20, 2024
1 parent d6d8028 commit fcc84ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Upgrades the pubsub dependency to address a `npm audit` issue. (#7122)
- Fix path issue in Windows deployments for Next.js SSR (#7148)
- Update Emulator Suite UI logo
6 changes: 3 additions & 3 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ const EMULATOR_UPDATE_DETAILS: { [s in DownloadableEmulators]: EmulatorUpdateDet
ui: experiments.isEnabled("emulatoruisnapshot")
? { version: "SNAPSHOT", expectedSize: -1, expectedChecksum: "" }
: {
version: "1.11.8",
expectedSize: 3523907,
expectedChecksum: "49f6dc1911dda9d10df62a6c09aaf9a0",
version: "1.12.0",
expectedSize: 3498195,
expectedChecksum: "af39891f4d24fb52af73556bc765b8dd",
},
pubsub: {
version: "0.8.2",
Expand Down

0 comments on commit fcc84ce

Please sign in to comment.