Skip to content

Commit

Permalink
Release Firebase Emulator UI v1.6.2. (#3653)
Browse files Browse the repository at this point in the history
* Release Firebase Emulator UI v1.6.1.

* Update CHANGELOG.md

* Release v1.6.2.

Co-authored-by: Bryan Kendall <bkend@google.com>
  • Loading branch information
yuchenshi and bkendall committed Aug 11, 2021
1 parent 95e128a commit 41aa0e5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,6 @@
- Fixes Auth Emulator errors when importing many users. (#3577)
- Fixes support for `--except` flag when used for deploying Hosting. (#3397)
- Improves handling of project number identifiers.
- Fixes Emulator UI editing timestamp values in Firestore tab. (#3653)
- Fixes page layout issues on Emulator UI Database tab. (#3653)
- Stops Emulator UI triggering functions on importing JSON to Database by default. (#3653)
14 changes: 7 additions & 7 deletions src/emulator/downloadableEmulators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ export const DownloadDetails: { [s in DownloadableEmulators]: EmulatorDownloadDe
},
},
ui: {
version: "1.6.0",
downloadPath: path.join(CACHE_DIR, "ui-v1.6.0.zip"),
unzipDir: path.join(CACHE_DIR, "ui-v1.6.0"),
binaryPath: path.join(CACHE_DIR, "ui-v1.6.0", "server.bundle.js"),
version: "1.6.2",
downloadPath: path.join(CACHE_DIR, "ui-v1.6.2.zip"),
unzipDir: path.join(CACHE_DIR, "ui-v1.6.2"),
binaryPath: path.join(CACHE_DIR, "ui-v1.6.2", "server.bundle.js"),
opts: {
cacheDir: CACHE_DIR,
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.6.0.zip",
expectedSize: 3718984,
expectedChecksum: "368ce70a50cbb592b2d6af0580e896e0",
remoteUrl: "https://storage.googleapis.com/firebase-preview-drop/emulator/ui-v1.6.2.zip",
expectedSize: 3756236,
expectedChecksum: "e32cc238fd9d952e2bde05f45043e3d4",
namePrefix: "ui",
},
},
Expand Down

0 comments on commit 41aa0e5

Please sign in to comment.