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
2 people authored and GarrettBurroughs committed Jun 20, 2024
1 parent f151d2e commit 31097b8
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 +1,2 @@
- 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 31097b8

Please sign in to comment.