From 50057258f8404e9ff05d646ccb532ed75dc4b663 Mon Sep 17 00:00:00 2001 From: Ilias Trichopoulos Date: Mon, 19 Feb 2024 19:47:27 +0800 Subject: [PATCH] Bump mobile wallet version to 1.0.6 --- .changeset/bright-melons-matter.md | 5 ----- .changeset/late-suits-peel.md | 5 ----- .changeset/real-masks-invite.md | 5 ----- .changeset/silver-cherries-film.md | 5 ----- .changeset/thirty-crews-lie.md | 5 ----- apps/mobile-wallet/CHANGELOG.md | 10 ++++++++++ apps/mobile-wallet/android/app/build.gradle | 2 +- apps/mobile-wallet/app.config.js | 2 +- apps/mobile-wallet/ios/Alephium/Info.plist | 2 +- apps/mobile-wallet/package.json | 2 +- 10 files changed, 14 insertions(+), 29 deletions(-) delete mode 100644 .changeset/bright-melons-matter.md delete mode 100644 .changeset/late-suits-peel.md delete mode 100644 .changeset/real-masks-invite.md delete mode 100644 .changeset/silver-cherries-film.md delete mode 100644 .changeset/thirty-crews-lie.md diff --git a/.changeset/bright-melons-matter.md b/.changeset/bright-melons-matter.md deleted file mode 100644 index 79ada50193..0000000000 --- a/.changeset/bright-melons-matter.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alephium/mobile-wallet": patch ---- - -Fix display of failed transactions diff --git a/.changeset/late-suits-peel.md b/.changeset/late-suits-peel.md deleted file mode 100644 index e65b8aed4d..0000000000 --- a/.changeset/late-suits-peel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@alephium/mobile-wallet': patch ---- - -Fix connecting to devnet through WalletConnect diff --git a/.changeset/real-masks-invite.md b/.changeset/real-masks-invite.md deleted file mode 100644 index 12100ed483..0000000000 --- a/.changeset/real-masks-invite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alephium/mobile-wallet": patch ---- - -Add button to open camera from WalletConnect pairings modal diff --git a/.changeset/silver-cherries-film.md b/.changeset/silver-cherries-film.md deleted file mode 100644 index 2f0e5b9250..0000000000 --- a/.changeset/silver-cherries-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alephium/mobile-wallet": patch ---- - -Fix display of received transactions that were displayed as moved diff --git a/.changeset/thirty-crews-lie.md b/.changeset/thirty-crews-lie.md deleted file mode 100644 index a2111da767..0000000000 --- a/.changeset/thirty-crews-lie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@alephium/mobile-wallet": patch ---- - -Display token prices diff --git a/apps/mobile-wallet/CHANGELOG.md b/apps/mobile-wallet/CHANGELOG.md index 89589c8f27..5311b4a9dd 100644 --- a/apps/mobile-wallet/CHANGELOG.md +++ b/apps/mobile-wallet/CHANGELOG.md @@ -1,5 +1,15 @@ # @alephium/mobile-wallet +## 1.0.6 + +### Patch Changes + +- 782daee: Fix display of failed transactions +- 9eb2ca9: Fix connecting to devnet through WalletConnect +- 28f2703: Add button to open camera from WalletConnect pairings modal +- d409af2: Fix display of received transactions that were displayed as moved +- 66edd8a: Display token prices + ## 1.0.5 ### Patch Changes diff --git a/apps/mobile-wallet/android/app/build.gradle b/apps/mobile-wallet/android/app/build.gradle index 46fae7520e..a34640b487 100644 --- a/apps/mobile-wallet/android/app/build.gradle +++ b/apps/mobile-wallet/android/app/build.gradle @@ -87,7 +87,7 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion versionCode 1 - versionName "1.0.5" + versionName "1.0.6" buildConfigField("boolean", "REACT_NATIVE_UNSTABLE_USE_RUNTIME_SCHEDULER_ALWAYS", (findProperty("reactNative.unstable_useRuntimeSchedulerAlways") ?: true).toString()) } diff --git a/apps/mobile-wallet/app.config.js b/apps/mobile-wallet/app.config.js index 485c1001ab..4e80940658 100644 --- a/apps/mobile-wallet/app.config.js +++ b/apps/mobile-wallet/app.config.js @@ -20,7 +20,7 @@ export default { expo: { name: 'Alephium', slug: 'alephium-mobile-wallet', - version: '1.0.5', + version: '1.0.6', orientation: 'portrait', icon: './assets/icon.png', scheme: ['wc', 'alephium'], diff --git a/apps/mobile-wallet/ios/Alephium/Info.plist b/apps/mobile-wallet/ios/Alephium/Info.plist index ec7beecd1d..9101e56224 100644 --- a/apps/mobile-wallet/ios/Alephium/Info.plist +++ b/apps/mobile-wallet/ios/Alephium/Info.plist @@ -23,7 +23,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 1.0.5 + 1.0.6 CFBundleSignature ???? CFBundleURLTypes diff --git a/apps/mobile-wallet/package.json b/apps/mobile-wallet/package.json index 6d95cdd3c2..8614cac123 100644 --- a/apps/mobile-wallet/package.json +++ b/apps/mobile-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@alephium/mobile-wallet", - "version": "1.0.5", + "version": "1.0.6", "private": true, "main": "index.ts", "scripts": {