Skip to content

Commit

Permalink
Release - 1.1.0 (#137)
Browse files Browse the repository at this point in the history
* updated version and changelog

* added iOS import
  • Loading branch information
sethkfman authored Aug 16, 2022
1 parent af2b547 commit cb69d4c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## Current Main Branch

## 1.1.0 - Aug 15, 2022
- [#136](https://github.com/MetaMask/metamask-mobile/pull/136): [UPDATE] Disable iOS links

## 1.0.1 - Jul 22, 2022
- [#134](https://github.com/MetaMask/dapps/pull/134): [FIX] - remove categories filter for iOS

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@metamask/dapps",
"license": "ISC",
"version": "1.0.1",
"version": "1.1.0",
"private": true,
"resolutions": {
"**/optimist/minimist": "^1.2.5",
Expand Down
1 change: 1 addition & 0 deletions src/data/all-dapps.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { library } from '@fortawesome/fontawesome-svg-core'
import { isIOS } from 'react-device-detect';
import { faCreditCard,faDice, faCommentAlt, faMoneyBillWave, faNewspaper, faWrench, faExchangeAlt, faStore } from '@fortawesome/free-solid-svg-icons'
library.add(faCreditCard, faDice, faCommentAlt, faMoneyBillWave, faNewspaper, faWrench, faExchangeAlt, faStore)

Expand Down

0 comments on commit cb69d4c

Please sign in to comment.