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 = "";