Merge pull request #1166 from gnosis/hotfix/v2.8.1

Hotfix/v2.8.1
This commit is contained in:
Mikhail Mikheev 2020-07-28 19:04:50 +04:00 committed by GitHub
commit 4977345a4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 254 additions and 917 deletions

View File

@ -14,6 +14,7 @@ env:
REACT_APP_PORTIS_ID: ${{ secrets.REACT_APP_PORTIS_ID }}
REACT_APP_GNOSIS_APPS_URL: ${{ secrets.REACT_APP_GNOSIS_APPS_URL }}
REACT_APP_INTERCOM_ID: ${{ secrets.REACT_APP_INTERCOM_ID }}
REACT_APP_IPFS_GATEWAY: ${{ secrets.REACT_APP_IPFS_GATEWAY }}
jobs:
release:
runs-on: ${{ matrix.os }}
@ -43,7 +44,7 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: 10.16
- run: yarn install --network-concurrency 1
- run: yarn install
- name: Build/Release Desktop App
env:

View File

@ -1,6 +1,6 @@
{
"name": "safe-react",
"version": "2.8.0",
"version": "2.8.1",
"description": "Allowing crypto users manage funds in a safer way",
"website": "https://github.com/gnosis/safe-react#readme",
"bugs": {
@ -217,7 +217,7 @@
"semver": "7.3.2",
"styled-components": "^5.1.1",
"truffle-contract": "4.0.31",
"web3": "1.2.11"
"web3": "1.2.9"
},
"devDependencies": {
"@testing-library/jest-dom": "5.11.1",

1164
yarn.lock

File diff suppressed because it is too large Load Diff