From 080c74284b9439220c84114d67fef78debafb8a9 Mon Sep 17 00:00:00 2001 From: Jeanne <25933880+fleuryj@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:25:36 +0200 Subject: [PATCH] Release 1.2.1 --- ReleaseNotes.md | 12 ++++++++++++ .../project.pbxproj | 4 ++-- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a8cc4adb7..cdde6710d 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,5 +1,17 @@ # Release Notes SBBDesignSystemMobileSwiftUI for iOS & SwiftUI +## v1.2.1 - 8 July 2024 +### Features +* SBBLoadingIndicator: now also exists in size `.tiny` + +### Improvements +* SBBListItem: rightImage can also be displayed as is (without circle) +* Update icons to 0.1.82 + +### Bugfix +* SBBTextArea and SBBTextField accessibility + + ## v1.2.0 - 3 May 2024 ### Features * New components: diff --git a/SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj b/SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj index c6099bbf5..f68713e72 100644 --- a/SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj +++ b/SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj @@ -1724,7 +1724,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.0; + MARKETING_VERSION = 1.2.1; PRODUCT_BUNDLE_IDENTIFIER = ch.sbb.DesignSystemMobileSwiftUIDemo; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = ""; @@ -1749,7 +1749,7 @@ "$(inherited)", "@executable_path/Frameworks", ); - MARKETING_VERSION = 1.2.0; + MARKETING_VERSION = 1.2.1; PRODUCT_BUNDLE_IDENTIFIER = ch.sbb.DesignSystemMobileSwiftUIDemo; PRODUCT_NAME = "$(TARGET_NAME)"; PROVISIONING_PROFILE_SPECIFIER = "";