From 180a5a9bc2ab0eec3412fdd35268ee09923b010f Mon Sep 17 00:00:00 2001 From: Francisco Gindre Date: Wed, 6 Jul 2022 14:38:50 -0300 Subject: [PATCH] - [#387] Build 0.0.1-32 for design review (#388) Closes #387 --- CHANGELOG.md | 11 +++++++---- secant.xcodeproj/project.pbxproj | 4 ++-- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28748e8..2c7a8f9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,13 @@ # Changelog +## 0.0.1 build 32 +- [#73] [Scaffold] Profile Screen (#386) +- [#384] Update to ComposableArchitecture 0.38.2 (#385) ## 0.0.1 build 31 - [#362] [scaffold] Pending Transaction Details (#381) -- [96] [Scaffold] Received Transaction Details (#378) -- [98] [Scaffold] Full Wallet History (#376) -- [375] Update ComposableArchitecure to 0.37.0 (#377) -- [327] Navigation/Routing for the deeplinks (#371) +- [#96] [Scaffold] Received Transaction Details (#378) +- [#98] [Scaffold] Full Wallet History (#376) +- [#375] Update ComposableArchitecure to 0.37.0 (#377) +- [#327] Navigation/Routing for the deeplinks (#371) ## 0.0.1 build 29 - [#358] Xcode project broken (#360) diff --git a/secant.xcodeproj/project.pbxproj b/secant.xcodeproj/project.pbxproj index 1f5c7ec..93c3a77 100644 --- a/secant.xcodeproj/project.pbxproj +++ b/secant.xcodeproj/project.pbxproj @@ -1771,7 +1771,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 31; + CURRENT_PROJECT_VERSION = 32; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO; @@ -1796,7 +1796,7 @@ ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon; ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor; CODE_SIGN_STYLE = Automatic; - CURRENT_PROJECT_VERSION = 31; + CURRENT_PROJECT_VERSION = 32; DEVELOPMENT_ASSET_PATHS = "\"secant/Preview Content\""; DEVELOPMENT_TEAM = RLPRR8CPQG; ENABLE_BITCODE = NO;