Skip to content

Commit 16201e1

Browse files
authored
Bugfix/2.14.0 bugfix pass (#920)
1 parent 1fd69c3 commit 16201e1

File tree

5 files changed

+209
-209
lines changed

5 files changed

+209
-209
lines changed

ios/HeliumWallet.xcodeproj/project.pbxproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@
860860
"$(inherited)",
861861
"@executable_path/Frameworks",
862862
);
863-
MARKETING_VERSION = 2.14.0;
863+
MARKETING_VERSION = 2.14.1;
864864
ONLY_ACTIVE_ARCH = NO;
865865
OTHER_LDFLAGS = (
866866
"$(inherited)",
@@ -898,7 +898,7 @@
898898
"$(inherited)",
899899
"@executable_path/Frameworks",
900900
);
901-
MARKETING_VERSION = 2.14.0;
901+
MARKETING_VERSION = 2.14.1;
902902
OTHER_LDFLAGS = (
903903
"$(inherited)",
904904
"-ObjC",
@@ -1085,7 +1085,7 @@
10851085
"@executable_path/Frameworks",
10861086
"@executable_path/../../Frameworks",
10871087
);
1088-
MARKETING_VERSION = 2.14.0;
1088+
MARKETING_VERSION = 2.14.1;
10891089
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
10901090
MTL_FAST_MATH = YES;
10911091
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
@@ -1130,7 +1130,7 @@
11301130
"@executable_path/Frameworks",
11311131
"@executable_path/../../Frameworks",
11321132
);
1133-
MARKETING_VERSION = 2.14.0;
1133+
MARKETING_VERSION = 2.14.1;
11341134
MTL_FAST_MATH = YES;
11351135
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
11361136
PRODUCT_BUNDLE_IDENTIFIER = com.helium.wallet.app.OneSignalNotificationServiceExtension;
@@ -1178,7 +1178,7 @@
11781178
"@executable_path/Frameworks",
11791179
"@executable_path/../../Frameworks",
11801180
);
1181-
MARKETING_VERSION = 2.14.0;
1181+
MARKETING_VERSION = 2.14.1;
11821182
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
11831183
MTL_FAST_MATH = YES;
11841184
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_DEBUG";
@@ -1227,7 +1227,7 @@
12271227
"@executable_path/Frameworks",
12281228
"@executable_path/../../Frameworks",
12291229
);
1230-
MARKETING_VERSION = 2.14.0;
1230+
MARKETING_VERSION = 2.14.1;
12311231
MTL_FAST_MATH = YES;
12321232
OTHER_SWIFT_FLAGS = "$(inherited) -D EXPO_CONFIGURATION_RELEASE";
12331233
PRODUCT_BUNDLE_IDENTIFIER = com.helium.wallet.app.HeliumWalletWidget;

ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2620,7 +2620,7 @@ SPEC CHECKSUMS:
26202620
lottie-ios: a881093fab623c467d3bce374367755c272bdd59
26212621
lottie-react-native: 28e5b80459ee6723917995556657e54b98bb16bc
26222622
maplibre-react-native: 275e81319b9d75e120902a09f4ca07cce9537234
2623-
MultiplatformBleAdapter: b1fddd0d499b96b607e00f0faa8e60648343dc1d
2623+
MultiplatformBleAdapter: ea8bac405ec200d0ca9de0f89afef6f06fb2abbc
26242624
OneSignalXCFramework: 1a3b28dfbff23aabce585796d23c1bef37772774
26252625
RCT-Folly: e78785aa9ba2ed998ea4151e314036f6c49e6d82
26262626
RCTDeprecation: 85b72250b63cfb54f29ca96ceb108cb9ef3c2079
@@ -2665,7 +2665,7 @@ SPEC CHECKSUMS:
26652665
react-native-simple-toast: 59d8b58998dac9f063b46d95f9fd7fd7caab6101
26662666
react-native-slider: bb7eb4732940fab78217e1c096bb647d8b0d1cf3
26672667
react-native-sodium: aa1ff846402c8356a754c0dc20430d8e5acce266
2668-
react-native-udp: 317678b857ce48dbf5b30cfb2fbd3ca4c3300096
2668+
react-native-udp: 9019822bb289526c077f6266f0d1d6ed104777ed
26692669
react-native-video: 94187eb89b128a5304ef26a8add4ae5cc8181dfb
26702670
react-native-webview: 5095dd03fc98a529e44a6bb81aed21062b5f879e
26712671
React-nativeconfig: ecf4dc92c40b97e2b3f0c619938f78bfd6507b08

package.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "helium-wallet",
3-
"version": "2.14.0",
3+
"version": "2.14.1",
44
"private": true,
55
"scripts": {
66
"postinstall": "patch-package && ./node_modules/.bin/rn-nodeify --hack --install && npx jetify",
@@ -30,40 +30,40 @@
3030
"@coral-xyz/anchor": "0.31.0",
3131
"@gorhom/bottom-sheet": "5.1.2",
3232
"@gorhom/portal": "1.0.14",
33-
"@helium/account-fetch-cache": "0.10.13",
34-
"@helium/account-fetch-cache-hooks": "0.10.13",
33+
"@helium/account-fetch-cache": "0.10.14",
34+
"@helium/account-fetch-cache-hooks": "0.10.14",
3535
"@helium/address": "4.10.2",
36-
"@helium/automation-hooks": "^0.10.13",
37-
"@helium/circuit-breaker-sdk": "0.10.13",
36+
"@helium/automation-hooks": "^0.10.14",
37+
"@helium/circuit-breaker-sdk": "0.10.14",
3838
"@helium/cron-sdk": "^0.0.8",
3939
"@helium/crypto-react-native": "4.8.0",
40-
"@helium/currency-utils": "0.10.13",
41-
"@helium/data-credits-sdk": "0.10.13",
42-
"@helium/distributor-oracle": "0.10.13",
43-
"@helium/fanout-sdk": "0.10.13",
44-
"@helium/helium-entity-manager-sdk": "0.10.13",
45-
"@helium/helium-react-hooks": "0.10.13",
46-
"@helium/helium-sub-daos-sdk": "0.10.13",
47-
"@helium/hpl-crons-sdk": "^0.10.13",
40+
"@helium/currency-utils": "0.10.14",
41+
"@helium/data-credits-sdk": "0.10.14",
42+
"@helium/distributor-oracle": "0.10.14",
43+
"@helium/fanout-sdk": "0.10.14",
44+
"@helium/helium-entity-manager-sdk": "0.10.14",
45+
"@helium/helium-react-hooks": "0.10.14",
46+
"@helium/helium-sub-daos-sdk": "0.10.14",
47+
"@helium/hpl-crons-sdk": "^0.10.14",
4848
"@helium/http": "4.7.5",
49-
"@helium/idls": "0.10.13",
50-
"@helium/lazy-distributor-sdk": "0.10.13",
49+
"@helium/idls": "0.10.14",
50+
"@helium/lazy-distributor-sdk": "0.10.14",
5151
"@helium/modular-governance-hooks": "0.1.5",
5252
"@helium/modular-governance-idls": "0.1.5",
53-
"@helium/no-emit-sdk": "0.10.13",
53+
"@helium/no-emit-sdk": "0.10.14",
5454
"@helium/onboarding": "4.14.0",
5555
"@helium/organization-sdk": "0.1.5",
5656
"@helium/proto-ble": "4.0.0",
5757
"@helium/react-native-sdk": "3.1.0",
58-
"@helium/spl-utils": "0.10.13",
58+
"@helium/spl-utils": "0.10.14",
5959
"@helium/state-controller-sdk": "0.1.5",
60-
"@helium/sus": "0.10.13",
60+
"@helium/sus": "0.10.14",
6161
"@helium/transactions": "4.8.1",
62-
"@helium/treasury-management-sdk": "0.10.13",
62+
"@helium/treasury-management-sdk": "0.10.14",
6363
"@helium/tuktuk-idls": "^0.0.8",
6464
"@helium/tuktuk-sdk": "^0.0.8",
65-
"@helium/voter-stake-registry-hooks": "0.10.13",
66-
"@helium/voter-stake-registry-sdk": "0.10.13",
65+
"@helium/voter-stake-registry-hooks": "0.10.14",
66+
"@helium/voter-stake-registry-sdk": "0.10.14",
6767
"@helium/wallet-link": "4.11.0",
6868
"@jup-ag/api": "6.0.6",
6969
"@keystonehq/keystone-sdk": "0.8.0",
@@ -286,11 +286,11 @@
286286
"@types/react": "18",
287287
"react": "18.3.1",
288288
"@solana/wallet-adapter-react": "0.15.33",
289-
"@helium/account-fetch-cache": "0.10.13",
290-
"@helium/account-fetch-cache-hooks": "0.10.13",
291-
"@helium/helium-react-hooks": "0.10.13",
292-
"@helium/voter-stake-registry-hooks": "0.10.13",
293-
"@helium/voter-stake-registry-sdk": "0.10.13",
289+
"@helium/account-fetch-cache": "0.10.14",
290+
"@helium/account-fetch-cache-hooks": "0.10.14",
291+
"@helium/helium-react-hooks": "0.10.14",
292+
"@helium/voter-stake-registry-hooks": "0.10.14",
293+
"@helium/voter-stake-registry-sdk": "0.10.14",
294294
"@helium/modular-governance-hooks": "0.1.5",
295295
"@helium/onboarding": "4.14.0"
296296
},

src/features/collectables/AutomationSetupScreen.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ const AutomationSetupScreen = () => {
314314
flex={1}
315315
variant="transparent"
316316
textInputProps={{
317-
placeholder: duration,
317+
placeholder: duration || '------',
318318
onChangeText: handleDurationChange,
319319
value: duration,
320320
keyboardType: 'decimal-pad',

0 commit comments

Comments
 (0)