Skip to content

Commit 26aedee

Browse files
authored
fix: prepare new version 1.1.2 (#620)
- Update Changelog files - Update Pubspec.yaml files - Update Readme Files
1 parent 7030535 commit 26aedee

File tree

23 files changed

+69
-50
lines changed

23 files changed

+69
-50
lines changed

app/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6-
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.1...develop)
6+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.2...develop)
77
### Added
88

99
### Changed
1010

11+
### Fixed
12+
13+
## [1.1.2](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.1...1.1.2) - 2026-03-17
1114
### Fixed
1215
- [Library] Fix `Orange button` multiple line([#611](https://github.com/Orange-OpenSource/ouds-flutter/issues/611))
1316
- [Library] Add deprecated to OrangeTheme ([#610](https://github.com/Orange-OpenSource/ouds-flutter/issues/610))

app/pubspec.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ description: 'A new Flutter project.'
1515
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1616
# In Windows, build-name is used as the major, minor, and patch parts
1717
# of the product and file versions while build-number is used as the build suffix.
18-
version: 1.1.1+120
18+
version: 1.1.2+120
1919

2020
environment:
2121
sdk: ^3.6.0
@@ -55,17 +55,17 @@ dependencies:
5555
# Global raw token
5656
ouds_global_raw_tokens: ^1.1.0
5757
# Core
58-
ouds_core: ^1.1.1
58+
ouds_core: ^1.1.2
5959
# Orange Theme contract
60-
ouds_theme_contract: ^1.1.1
60+
ouds_theme_contract: ^1.1.2
6161
# Orange Theme
62-
ouds_theme_orange: ^1.1.1
62+
ouds_theme_orange: ^1.1.2
6363
# Orange Compact Theme
64-
ouds_theme_orange_compact: ^1.1.1
64+
ouds_theme_orange_compact: ^1.1.2
6565
# Sosh Theme
66-
ouds_theme_sosh: ^1.1.1
66+
ouds_theme_sosh: ^1.1.2
6767
# Wireframe Theme
68-
ouds_theme_wireframe: ^1.1.1
68+
ouds_theme_wireframe: ^1.1.2
6969

7070
package_info_plus: ^8.3.1
7171
# App Settings

ouds_core/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.1...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.2...develop)
88
### Added
99

1010
### Changed
1111

12+
### Fixed
13+
14+
## [1.1.2](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.1...1.1.2) - 2026-03-17
1215
### Fixed
1316
- [Library] Fix `Orange button` multiple line([#611](https://github.com/Orange-OpenSource/ouds-flutter/issues/611))
1417
- [Library] Add deprecated to OrangeTheme ([#610](https://github.com/Orange-OpenSource/ouds-flutter/issues/610))

ouds_core/README.md

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

131131
```yaml
132132
# Core
133-
ouds_core: ^1.1.1
133+
ouds_core: ^1.1.2
134134
# Orange Theme contract
135-
ouds_theme_contract: ^1.1.1
135+
ouds_theme_contract: ^1.1.2
136136
# Orange Theme
137-
ouds_theme_orange: ^1.1.1
137+
ouds_theme_orange: ^1.1.2
138138
# Orange Theme Compact
139-
ouds_theme_orange_compact: ^1.1.1
139+
ouds_theme_orange_compact: ^1.1.2
140140
# Sosh Theme
141-
ouds_theme_sosh: ^1.1.1
141+
ouds_theme_sosh: ^1.1.2
142142
# Wireframe Theme
143-
ouds_theme_wireframe: ^1.1.1
143+
ouds_theme_wireframe: ^1.1.2
144144

145145
dependency_overrides:
146146
intl: ^0.20.2

ouds_core/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ouds_core
22
description: 'Contains the main elements of the OUDS Android library.'
3-
version: 1.1.1
3+
version: 1.1.2
44

55
environment:
66
sdk: ^3.6.0
@@ -18,7 +18,7 @@ dependencies:
1818
# Flutter svg
1919
flutter_svg: ^2.2.3
2020
# ouds_theme_contract
21-
ouds_theme_contract: ^1.1.1
21+
ouds_theme_contract: ^1.1.2
2222
# ouds_accessibility_plugin
2323
ouds_accessibility_plugin: ^0.2.0
2424
# phone number handling

ouds_global_raw_tokens/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.1...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.2...develop)
88

99
### Added
1010

1111
### Changed
1212

1313
### Fixed
1414

15+
## [1.1.2](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.1...1.1.2) - 2026-03-17
16+
1517
## [1.1.1](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.0.0...1.1.1) - 2026-03-06
1618

1719
## [1.0.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...1.0.0) - 2025-12-19

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: ^1.1.1
17+
ouds_global_raw_tokens: ^1.1.2
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
@@ -1,6 +1,6 @@
11
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'
3-
version: 1.1.1
3+
version: 1.1.2
44

55
environment:
66
sdk: ^3.6.0

ouds_theme_contract/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.1...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.2...develop)
88
### Added
99

1010
### Changed
1111

1212
### Fixed
1313

14+
## [1.1.2](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.1...1.1.2) - 2026-03-17
15+
1416
## [1.1.1](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.0.0...1.1.1) - 2026-03-06
1517

1618
### Added

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: ^1.1.1
17+
ouds_theme_contract: ^1.1.2
1818
```
1919
2020
## Package Structure

0 commit comments

Comments
 (0)