Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #448 from balance-io/latest
Browse files Browse the repository at this point in the history
Deploy v0.8.2 [Stable]
  • Loading branch information
jinchung authored Nov 20, 2018
2 parents 1fec894 + 608a9d3 commit fbfbb94
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 143 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Removed

## [0.8.2](https://github.com/balance-io/balance-manager/releases/tag/0.8.2)
### Removed
* Removed CryptoCompare API key for current balances prices

## [0.8.1](https://github.com/balance-io/balance-manager/releases/tag/0.8.1)
### Changed
* Fix for send confirm toggle logic
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "balance-manager",
"description": "Ethereum Wallet Manager Interface for MetaMask, Ledger, Trezor and WalletConnect",
"version": "0.8.1",
"version": "0.8.2",
"author": "Pedro Gomes <pedro@balance.io>",
"license": "GPL-3",
"homepage": "https://manager.balance.io",
Expand All @@ -17,7 +17,7 @@
"@ledgerhq/hw-app-eth": "^4.7.3",
"@ledgerhq/hw-transport-u2f": "^4.7.3",
"axios": "^0.18.0",
"balance-common": "^0.5.20",
"balance-common": "^0.5.24-removeccapikey",
"bignumber.js": "^7.0.1",
"bowser": "^2.0.0-alpha.4",
"ethereumjs-tx": "^1.3.4",
Expand Down
Loading

0 comments on commit fbfbb94

Please sign in to comment.