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

Commit 82eaefe

Browse files
committed
updating version and changelog
1 parent 0a8be25 commit 82eaefe

File tree

4 files changed

+18
-11
lines changed

4 files changed

+18
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/)
1212

1313
### Removed
1414

15+
## [0.3.0-25](https://github.com/balance-io/balance-wallet/releases/tag/v0.3.0-25)
16+
### Added
17+
* WBTC pricing to rely on BTC price feed
18+
* Proper implementation of box shadows
19+
20+
### Changed
21+
* Improved Activity List interactions
22+
* Fix for wrap-around behavior on Activity List
23+
* Better handling for non-token-transfer and non-ETH smart contract interactions
24+
* Fix for multiple push notifications permissions requests on initial WalletConnect connection
25+
1526
## [0.3.0-23](https://github.com/balance-io/balance-wallet/releases/tag/v0.3.0-23)
1627
### Changed
1728
* Fix for app crashing on fresh install for iPhone 6/7

ios/BalanceWallet/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>24</string>
24+
<string>25</string>
2525
<key>CodePushDeploymentKey</key>
2626
<string>$(CODEPUSH_KEY)</string>
2727
<key>ITSAppUsesNonExemptEncryption</key>

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "BalanceWallet",
3-
"version": "0.3.0-24",
3+
"version": "0.3.0-25",
44
"private": true,
55
"scripts": {
66
"start": "node node_modules/react-native/local-cli/cli.js start",
@@ -18,7 +18,7 @@
1818
"@tradle/react-native-http": "^2.0.0",
1919
"assert": "^1.4.1",
2020
"axios": "^0.18.0",
21-
"balance-common": "^0.6.31",
21+
"balance-common": "^0.6.33",
2222
"bignumber.js": "^8.0.2",
2323
"browserify-zlib": "^0.1.4",
2424
"buffer": "^4.9.1",
@@ -197,4 +197,4 @@
197197
"./src/assets/fonts"
198198
]
199199
}
200-
}
200+
}

yarn.lock

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1782,9 +1782,9 @@ bail@^1.0.0:
17821782
version "1.0.3"
17831783
resolved "https://registry.yarnpkg.com/bail/-/bail-1.0.3.tgz#63cfb9ddbac829b02a3128cd53224be78e6c21a3"
17841784

1785-
balance-common@^0.6.31:
1786-
version "0.6.31"
1787-
resolved "https://registry.yarnpkg.com/balance-common/-/balance-common-0.6.31.tgz#112afd144fc057768780f9a953f41f395335e131"
1785+
balance-common@^0.6.33:
1786+
version "0.6.33"
1787+
resolved "https://registry.yarnpkg.com/balance-common/-/balance-common-0.6.33.tgz#ebbf34c6286269406350935f3648863c0b3762f8"
17881788
dependencies:
17891789
axios "^0.18.0"
17901790
bignumber.js "^7.0.1"
@@ -5662,7 +5662,6 @@ lodash.clamp@*:
56625662
56635663
version "4.0.8"
56645664
resolved "https://registry.yarnpkg.com/lodash.debounce/-/lodash.debounce-4.0.8.tgz#82d79bff30a67c4005ffd5e2515300ad9ca4d7af"
5665-
integrity sha1-gteb/zCmfEAF/9XiUVMArZyk168=
56665665

56675666
lodash.pad@^4.1.0:
56685667
version "4.5.1"
@@ -7191,7 +7190,6 @@ prop-types@*, prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.8, prop-
71917190
71927191
version "15.5.8"
71937192
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.8.tgz#6b7b2e141083be38c8595aa51fc55775c7199394"
7194-
integrity sha1-a3suFBCDvjjIWVqlH8VXdccZk5Q=
71957193
dependencies:
71967194
fbjs "^0.8.9"
71977195

@@ -7923,7 +7921,6 @@ recursive-readdir@^2.2.2:
79237921
recyclerlistview@^2.0.0-beta.3:
79247922
version "2.0.0-beta.3"
79257923
resolved "https://registry.yarnpkg.com/recyclerlistview/-/recyclerlistview-2.0.0-beta.3.tgz#9352fcb7596105ddcd071583742649ed7e90f438"
7926-
integrity sha512-+sFNaX+b+nSQwNjV+lfiAMZN7LdRh26M+6cwLIIXb99bdjprtCS3mC4G4v5CwW3Kp6YZTX+qLmO7whJW3aetOA==
79277924
dependencies:
79287925
lodash.debounce "4.0.8"
79297926
prop-types "15.5.8"
@@ -9298,7 +9295,6 @@ trough@^1.0.0:
92989295
92999296
version "0.0.5"
93009297
resolved "https://registry.yarnpkg.com/ts-object-utils/-/ts-object-utils-0.0.5.tgz#95361cdecd7e52167cfc5e634c76345e90a26077"
9301-
integrity sha1-lTYc3s1+UhZ8/F5jTHY0XpCiYHc=
93029298

93039299
tslib@^1.9.0:
93049300
version "1.9.3"

0 commit comments

Comments
 (0)