From 5b88a1da9aee8373b1be8dbe8e50d4e939eb3222 Mon Sep 17 00:00:00 2001 From: MetaMask Bot Date: Mon, 18 Nov 2019 21:53:48 +0000 Subject: [PATCH 1/2] Version v7.6.0 --- CHANGELOG.md | 2 ++ app/manifest.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22a22f75a..6efc489d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Current Develop Branch +## 7.6.0 Mon Nov 18 2019 + ## 7.5.3 Fri Nov 15 2019 - [#7412](https://github.com/MetaMask/metamask-extension/pull/7412): lock eth-contract-metadata (#7412) - [#7416](https://github.com/MetaMask/metamask-extension/pull/7416): Add eslint import plugin to help detect unresolved paths diff --git a/app/manifest.json b/app/manifest.json index f3fc9ca36..9d0523a2a 100644 --- a/app/manifest.json +++ b/app/manifest.json @@ -1,7 +1,7 @@ { "name": "__MSG_appName__", "short_name": "__MSG_appName__", - "version": "7.5.3", + "version": "7.6.0", "manifest_version": 2, "author": "https://metamask.io", "description": "__MSG_appDescription__", From 7f5d82988075a8fe9a031e3ea944002a6b6545b6 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 18 Nov 2019 14:45:10 -0800 Subject: [PATCH 2/2] Set default height and alignment of notification icon --- ui/app/components/app/home-notification/index.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui/app/components/app/home-notification/index.scss b/ui/app/components/app/home-notification/index.scss index a6f6ecd58..0e081be91 100644 --- a/ui/app/components/app/home-notification/index.scss +++ b/ui/app/components/app/home-notification/index.scss @@ -29,6 +29,11 @@ justify-content: space-between; } + &__icon { + height: 16px; + align-self: center; + } + &__text { font-family: Roboto, 'sans-serif'; font-style: normal;