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

Commit

Permalink
updating version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jinchung committed Feb 15, 2019
1 parent 0a8be25 commit 82eaefe
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 11 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/)

### Removed

## [0.3.0-25](https://github.com/balance-io/balance-wallet/releases/tag/v0.3.0-25)
### Added
* WBTC pricing to rely on BTC price feed
* Proper implementation of box shadows

### Changed
* Improved Activity List interactions
* Fix for wrap-around behavior on Activity List
* Better handling for non-token-transfer and non-ETH smart contract interactions
* Fix for multiple push notifications permissions requests on initial WalletConnect connection

## [0.3.0-23](https://github.com/balance-io/balance-wallet/releases/tag/v0.3.0-23)
### Changed
* Fix for app crashing on fresh install for iPhone 6/7
Expand Down
2 changes: 1 addition & 1 deletion ios/BalanceWallet/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>24</string>
<string>25</string>
<key>CodePushDeploymentKey</key>
<string>$(CODEPUSH_KEY)</string>
<key>ITSAppUsesNonExemptEncryption</key>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "BalanceWallet",
"version": "0.3.0-24",
"version": "0.3.0-25",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand All @@ -18,7 +18,7 @@
"@tradle/react-native-http": "^2.0.0",
"assert": "^1.4.1",
"axios": "^0.18.0",
"balance-common": "^0.6.31",
"balance-common": "^0.6.33",
"bignumber.js": "^8.0.2",
"browserify-zlib": "^0.1.4",
"buffer": "^4.9.1",
Expand Down Expand Up @@ -197,4 +197,4 @@
"./src/assets/fonts"
]
}
}
}
10 changes: 3 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1782,9 +1782,9 @@ bail@^1.0.0:
version "1.0.3"
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.3.tgz#63cfb9ddbac829b02a3128cd53224be78e6c21a3"

balance-common@^0.6.31:
version "0.6.31"
resolved "https://registry.yarnpkg.com/balance-common/-/balance-common-0.6.31.tgz#112afd144fc057768780f9a953f41f395335e131"
balance-common@^0.6.33:
version "0.6.33"
resolved "https://registry.yarnpkg.com/balance-common/-/balance-common-0.6.33.tgz#ebbf34c6286269406350935f3648863c0b3762f8"
dependencies:
axios "^0.18.0"
bignumber.js "^7.0.1"
Expand Down Expand Up @@ -5662,7 +5662,6 @@ lodash.clamp@*:
[email protected]:
version "4.0.8"
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=

lodash.pad@^4.1.0:
version "4.5.1"
Expand Down Expand Up @@ -7191,7 +7190,6 @@ prop-types@*, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8, prop-
[email protected]:
version "15.5.8"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394"
integrity sha1-a3suFBCDvjjIWVqlH8VXdccZk5Q=
dependencies:
fbjs "^0.8.9"

Expand Down Expand Up @@ -7923,7 +7921,6 @@ recursive-readdir@^2.2.2:
recyclerlistview@^2.0.0-beta.3:
version "2.0.0-beta.3"
resolved "https://registry.yarnpkg.com/recyclerlistview/-/recyclerlistview-2.0.0-beta.3.tgz#9352fcb7596105ddcd071583742649ed7e90f438"
integrity sha512-+sFNaX+b+nSQwNjV+lfiAMZN7LdRh26M+6cwLIIXb99bdjprtCS3mC4G4v5CwW3Kp6YZTX+qLmO7whJW3aetOA==
dependencies:
lodash.debounce "4.0.8"
prop-types "15.5.8"
Expand Down Expand Up @@ -9298,7 +9295,6 @@ trough@^1.0.0:
[email protected]:
version "0.0.5"
resolved "https://registry.yarnpkg.com/ts-object-utils/-/ts-object-utils-0.0.5.tgz#95361cdecd7e52167cfc5e634c76345e90a26077"
integrity sha1-lTYc3s1+UhZ8/F5jTHY0XpCiYHc=

tslib@^1.9.0:
version "1.9.3"
Expand Down

0 comments on commit 82eaefe

Please sign in to comment.