Skip to content

Commit e6aaa9c

Browse files
committed
Merge branch 'prepare-version-2.1.0' into 417-component-implementation-of-navigation-button-button-update-v32
2 parents 275ffa7 + b0092da commit e6aaa9c

16 files changed

Lines changed: 45 additions & 45 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ jobs:
122122
with:
123123
fetch-depth: 0
124124

125-
- name: Set up Xcode 26.3.0
126-
run: sudo xcode-select -s /Applications/Xcode_26.3.0.app/Contents/Developer
125+
- name: Set up Xcode 26.4.1
126+
run: sudo xcode-select -s /Applications/Xcode_26.4.1.app/Contents/Developer
127127

128128
- name: Setup environment
129129
uses: ./.github/actions/setup

app/pubspec.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ homepage: https://flutter.unified-design-system.orange.com
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 2.0.0+120
20+
version: 2.1.0+120
2121

2222
environment:
2323
sdk: ^3.9.0
@@ -52,19 +52,19 @@ dependencies:
5252
# URL Lancher.
5353
url_launcher: ^6.0.3
5454
# Core
55-
ouds_core: ^2.0.0
55+
ouds_core: ^2.1.0
5656
# Global raw token
57-
ouds_global_raw_tokens: ^2.0.0
57+
ouds_global_raw_tokens: ^2.1.0
5858
# Orange Theme contract
59-
ouds_theme_contract: ^2.0.0
59+
ouds_theme_contract: ^2.1.0
6060
# Orange Theme
61-
ouds_theme_orange: ^2.0.0
61+
ouds_theme_orange: ^2.1.0
6262
# Orange Compact Theme
63-
ouds_theme_orange_compact: ^2.0.0
63+
ouds_theme_orange_compact: ^2.1.0
6464
# Sosh Theme
65-
ouds_theme_sosh: ^2.0.0
65+
ouds_theme_sosh: ^2.1.0
6666
# Wireframe Theme
67-
ouds_theme_wireframe: ^2.0.0
67+
ouds_theme_wireframe: ^2.1.0
6868

6969
package_info_plus: ^8.3.1
7070
# App Settings

ouds_core/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -174,17 +174,17 @@ It is intended to replace internal frameworks and the previous [ODS](https://git
174174

175175
```yaml
176176
# Core
177-
ouds_core: ^2.0.0
177+
ouds_core: ^2.1.0
178178
# Orange Theme contract
179-
ouds_theme_contract: ^2.0.0
179+
ouds_theme_contract: ^2.1.0
180180
# Orange Theme
181-
ouds_theme_orange: ^2.0.0
181+
ouds_theme_orange: ^2.1.0
182182
# Orange Theme Compact
183-
ouds_theme_orange_compact: ^2.0.0
183+
ouds_theme_orange_compact: ^2.1.0
184184
# Sosh Theme
185-
ouds_theme_sosh: ^2.0.0
185+
ouds_theme_sosh: ^2.1.0
186186
# Wireframe Theme
187-
ouds_theme_wireframe: ^2.0.0
187+
ouds_theme_wireframe: ^2.1.0
188188

189189
dependency_overrides:
190190
intl: ^0.20.2

ouds_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ouds_core
22
description: 'Contains the main elements of the OUDS Flutter library.'
33
repository: https://github.com/Orange-OpenSource/ouds-flutter
44
homepage: https://flutter.unified-design-system.orange.com
5-
version: 2.0.0
5+
version: 2.1.0
66

77
environment:
88
sdk: ^3.9.0
@@ -20,7 +20,7 @@ dependencies:
2020
# Flutter svg
2121
flutter_svg: ^2.2.3
2222
# ouds_theme_contract
23-
ouds_theme_contract: ^2.0.0
23+
ouds_theme_contract: ^2.1.0
2424
# ouds_accessibility_plugin
2525
ouds_accessibility_plugin: ^0.2.0
2626
# phone number handling

ouds_global_raw_tokens/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use **Ouds Global Raw Tokens**, add it as a dependency in your `pubspec.yaml`
1414

1515
```yaml
1616
dependencies:
17-
ouds_global_raw_tokens: ^2.0.0
17+
ouds_global_raw_tokens: ^2.1.0
1818
```
1919
2020
## Additional information

ouds_global_raw_tokens/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ouds_global_raw_tokens
22
description: 'Raw tokens are basic design values (e.g., colors, typography) used to create a flexible and consistent theme'
33
repository: https://github.com/Orange-OpenSource/ouds-flutter
44
homepage: https://flutter.unified-design-system.orange.com
5-
version: 2.0.0
5+
version: 2.1.0
66

77
environment:
88
sdk: ^3.9.0

ouds_theme_contract/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To use **Ouds Theme Contract**, add it as a dependency in your `pubspec.yaml` fi
1414

1515
```yaml
1616
dependencies:
17-
ouds_theme_contract: ^2.0.0
17+
ouds_theme_contract: ^2.1.0
1818
```
1919
2020
## Package Structure

ouds_theme_contract/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ouds_theme_contract
22
description: 'Defines the interface for theming in the OUDS framework, ensuring consistent application of design tokens.'
33
repository: https://github.com/Orange-OpenSource/ouds-flutter
44
homepage: https://flutter.unified-design-system.orange.com
5-
version: 2.0.0
5+
version: 2.1.0
66

77
environment:
88
sdk: ^3.9.0
@@ -14,7 +14,7 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
# Global raw token
17-
ouds_global_raw_tokens: ^2.0.0
17+
ouds_global_raw_tokens: ^2.1.0
1818

1919
dev_dependencies:
2020
flutter_test:

ouds_theme_orange/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependency in your `pubspec.yaml` file.
1515

1616
```yaml
1717
dependencies:
18-
ouds_theme_orange: ^2.0.0
18+
ouds_theme_orange: ^2.1.0
1919
```
2020
2121
## Additional information

ouds_theme_orange/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: ouds_theme_orange
22
description: 'Orange theme implementation for OUDS, with branding-specific design tokens.'
33
repository: https://github.com/Orange-OpenSource/ouds-flutter
44
homepage: https://flutter.unified-design-system.orange.com
5-
version: 2.0.0
5+
version: 2.1.0
66

77
environment:
88
sdk: ^3.9.0
@@ -14,13 +14,13 @@ dependencies:
1414
flutter:
1515
sdk: flutter
1616
# Core
17-
ouds_core: ^2.0.0
17+
ouds_core: ^2.1.0
1818
# Theme contract
19-
ouds_theme_contract: ^2.0.0
19+
ouds_theme_contract: ^2.1.0
2020
# Global raw token
21-
ouds_global_raw_tokens: ^2.0.0
21+
ouds_global_raw_tokens: ^2.1.0
2222

23-
path_provider: ^2.0.0
23+
path_provider: ^2.1.0
2424
http: ^1.6.0
2525

2626
dev_dependencies:

0 commit comments

Comments
 (0)