Skip to content

Commit

Permalink
Merge pull request MyEtherWallet#4518 from MyEtherWallet/staging
Browse files Browse the repository at this point in the history
release: 🔥 v6.6.15
  • Loading branch information
gamalielhere authored Feb 13, 2023
2 parents 768e6be + 987a2e1 commit 9ca7a77
Show file tree
Hide file tree
Showing 99 changed files with 1,575 additions and 2,027 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
### Release v6.6.15

### ui

* Fix Inconsistent menu item on web/mobile [#4472](https://github.com/MyEtherWallet/MyEtherWallet/pull/4472)
* Fix inconsistent partner's icon height [#4475](https://github.com/MyEtherWallet/MyEtherWallet/pull/4475)
* Add and edit contact address padding increased on mobile and tablet view [#4482](https://github.com/MyEtherWallet/MyEtherWallet/pull/4482)
* Add padding on Interact with contract page on mobile and tablet [#4483](https://github.com/MyEtherWallet/MyEtherWallet/pull/4483)
* Fix Enkrypt typo on landing page [#4485](https://github.com/MyEtherWallet/MyEtherWallet/pull/4485)
* Add padding to top of hardware access mobile view [#4486](https://github.com/MyEtherWallet/MyEtherWallet/pull/4486)
* Mobile view for Ledger was not displaying properly [#4488](https://github.com/MyEtherWallet/MyEtherWallet/pull/4488)
* Fix Buy ETH alignment on invalid amount input [#4510](https://github.com/MyEtherWallet/MyEtherWallet/pull/4510)

### devop

* apply dark theme [#4409](https://github.com/MyEtherWallet/MyEtherWallet/pull/4409)
* Disable Aave deposit button if token balance is 0 [#4459](https://github.com/MyEtherWallet/MyEtherWallet/pull/4459)
* update analytics [#4497](https://github.com/MyEtherWallet/MyEtherWallet/pull/4497)
* sync develop [#4515](https://github.com/MyEtherWallet/MyEtherWallet/pull/4515)

### fix

* Fix mobile links on landing page [#4474](https://github.com/MyEtherWallet/MyEtherWallet/pull/4474)
* Removed unusable fallback [#4478](https://github.com/MyEtherWallet/MyEtherWallet/pull/4478)
* Added error handler to nft manager [#4479](https://github.com/MyEtherWallet/MyEtherWallet/pull/4479)
* Fixed errors on clear [#4480](https://github.com/MyEtherWallet/MyEtherWallet/pull/4480)
* Fix buy-sell network search [#4491](https://github.com/MyEtherWallet/MyEtherWallet/pull/4491)
* fix about us layout issues [#4499](https://github.com/MyEtherWallet/MyEtherWallet/pull/4499)

### Release v6.6.14

### ui
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
* @kvhnuke @gamalielhere @hsurf22 @jmjles @Abyscuit
* @kvhnuke @gamalielhere
package.json @kvhnuke
package-lock.json @kvhnuke
2 changes: 1 addition & 1 deletion fetchLists/lists/tokens.json

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion package-audit.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ const AUDIT_EXCEPTIONS = [
'scss-tokenizer',
'codecov', // no package found
'loader-utils', // breaks building
'json5'
'json5',
'http-cache-semantics',
'cacheable-request'
];
const execute = (command, callback) => {
exec(
Expand Down
Loading

0 comments on commit 9ca7a77

Please sign in to comment.