Skip to content

Commit 1bffdd9

Browse files
committed
fix: missing documentation update for token version
Signed-off-by: Pierre-Yves Lapersonne <[email protected]>
1 parent 4179883 commit 1bffdd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OUDS/Core/OUDS/Sources/_OUDS.docc/_OUDS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The iOS library of *Orange Unified Design System*, the new design system unified
44

55
<!-- NOTE: Do not forget to update tokens version -->
66
```
7-
🧬 Core version: 1.1.0
7+
🧬 Core version: 1.5.0
88
```
99

1010
## Overview

docs_release/updateTokensLibraryVersion.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ test_existence_of_file "$COMPONENT_TOKENS_MARKDOWN_FILE"
136136
udpate_value_at_pattern_in_file $themeCoreOudsVersion "$CORE_VERSION_PATTERN" "$COMPONENT_TOKENS_MARKDOWN_FILE"
137137

138138
test_existence_of_file "$CORE_THEME_MARKDOWN_FILE"
139-
udpate_value_at_pattern_in_file $themeCoreOudsVersion "$CORE_VERSION_PATTERN " "$CORE_THEME_MARKDOWN_FILE"
139+
udpate_value_at_pattern_in_file $themeCoreOudsVersion "$CORE_VERSION_PATTERN" "$CORE_THEME_MARKDOWN_FILE"
140140

141141
test_existence_of_file "$ORANGE_THEME_MARKDOWN_FILE"
142142
udpate_value_at_pattern_in_file $themeBrandOrangeVersion "$THEME_VERSION_PATTERN" "$ORANGE_THEME_MARKDOWN_FILE"

0 commit comments

Comments
 (0)