Skip to content

Commit

Permalink
Release 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fleuryj committed Jul 8, 2024
1 parent fe67057 commit 080c742
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions SBBDesignSystemMobileSwiftUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand All @@ -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 = "";
Expand Down

0 comments on commit 080c742

Please sign in to comment.