Skip to content

Commit

Permalink
Release 0.4.1 (#220)
Browse files Browse the repository at this point in the history
Release of version 0.4.1
See below the full CHANGELOG details.

Fixed
- [Demoapp] App crash on color token page opening ([#215](#215))

Co-authored-by: Ludovic Pinel <[email protected]>
  • Loading branch information
pylapp and ludovic35 authored Oct 21, 2024
2 parents c8da6ec + f026cda commit 29124a0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased](https://github.com/Orange-OpenSource/ouds-ios/compare/0.4.0...develop)
## [0.4.1](https://github.com/Orange-OpenSource/ouds-ios/compare/0.4.0...0.4.1) - 2024-10-21

### Fixed

- [Demoapp] App crash on color token page opening ([#215](https://github.com/Orange-OpenSource/ouds-ios/issues/215))

## [0.4.0](https://github.com/Orange-OpenSource/ouds-ios/compare/0.3.0...0.4.0) - 2024-10-18

Expand Down
8 changes: 4 additions & 4 deletions Showcase/Showcase.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -976,7 +976,7 @@
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_ASSET_PATHS = "\"Showcase/Preview Content\"";
DEVELOPMENT_TEAM = MG2LSJNJB6;
ENABLE_PREVIEWS = YES;
Expand All @@ -992,7 +992,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
PRODUCT_BUNDLE_IDENTIFIER = "com.orange.ouds.demoapp-debug";
PRODUCT_NAME = "OUDS Showcase";
SUPPORTED_PLATFORMS = "iphoneos iphonesimulator";
Expand All @@ -1014,7 +1014,7 @@
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 11;
CURRENT_PROJECT_VERSION = 12;
DEVELOPMENT_ASSET_PATHS = "\"Showcase/Preview Content\"";
DEVELOPMENT_TEAM = "";
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = MG2LSJNJB6;
Expand All @@ -1031,7 +1031,7 @@
"$(inherited)",
"@executable_path/Frameworks",
);
MARKETING_VERSION = 0.4.0;
MARKETING_VERSION = 0.4.1;
PRODUCT_BUNDLE_IDENTIFIER = com.orange.ouds.demoapp;
PRODUCT_NAME = "OUDS Showcase";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extension NamedColor {
case colorBackgroundBrandPrimary
// NOTE: #124 - Following case(s) is / are not managed because not defined values!
// case colorBackgroundBrandSecondary
case colorBackgroundBrandTertiary
// case colorBackgroundBrandTertiary
case colorBackgroundStatusNeutral
case colorBackgroundStatusNeutralOnBackgroundEmphasized
case colorBackgroundStatusPositiveMuted
Expand Down Expand Up @@ -62,8 +62,8 @@ extension NamedColor {
// NOTE: #124 - Following case(s) is / are not managed because not defined values!
// case .colorBackgroundBrandSecondary:
// return theme.colorBackgroundBrandSecondary
case .colorBackgroundBrandTertiary:
return theme.colorBackgroundBrandTertiary
// case .colorBackgroundBrandTertiary:
// return theme.colorBackgroundBrandTertiary
case .colorBackgroundStatusNeutral:
return theme.colorBackgroundStatusNeutral
case .colorBackgroundStatusNeutralOnBackgroundEmphasized:
Expand Down

0 comments on commit 29124a0

Please sign in to comment.