Skip to content

Commit 19b3018

Browse files
authored
chore(version): prepare new version 1.3.0 (#742)
1 parent b7b8dc6 commit 19b3018

9 files changed

Lines changed: 53 additions & 10 deletions

File tree

app/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,13 @@
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.2.0...develop)
6+
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...develop)
8+
### Added
9+
### Changed
10+
### Fixed
11+
12+
## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
713
### Added
814
- [DemoApp][Library] Create component - `Bottom sheet` ([#671](https://github.com/Orange-OpenSource/ouds-flutter/issues/671))
915
- [DemoApp][Library] Create component - `Alert message` ([#670](https://github.com/Orange-OpenSource/ouds-flutter/issues/670))

app/ios/Podfile.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ PODS:
44
- Flutter (1.0.0)
55
- package_info_plus (0.4.5):
66
- Flutter
7+
- path_provider_foundation (0.0.1):
8+
- Flutter
9+
- FlutterMacOS
710
- url_launcher_ios (0.0.1):
811
- Flutter
912
- webview_flutter_wkwebview (0.0.1):
@@ -14,6 +17,7 @@ DEPENDENCIES:
1417
- app_settings (from `.symlinks/plugins/app_settings/ios`)
1518
- Flutter (from `Flutter`)
1619
- package_info_plus (from `.symlinks/plugins/package_info_plus/ios`)
20+
- path_provider_foundation (from `.symlinks/plugins/path_provider_foundation/darwin`)
1721
- url_launcher_ios (from `.symlinks/plugins/url_launcher_ios/ios`)
1822
- webview_flutter_wkwebview (from `.symlinks/plugins/webview_flutter_wkwebview/darwin`)
1923

@@ -24,6 +28,8 @@ EXTERNAL SOURCES:
2428
:path: Flutter
2529
package_info_plus:
2630
:path: ".symlinks/plugins/package_info_plus/ios"
31+
path_provider_foundation:
32+
:path: ".symlinks/plugins/path_provider_foundation/darwin"
2733
url_launcher_ios:
2834
:path: ".symlinks/plugins/url_launcher_ios/ios"
2935
webview_flutter_wkwebview:
@@ -33,6 +39,7 @@ SPEC CHECKSUMS:
3339
app_settings: 58017cd26b604ae98c3e65acbdd8ba173703cc82
3440
Flutter: cabc95a1d2626b1b06e7179b784ebcf0c0cde467
3541
package_info_plus: c0502532a26c7662a62a356cebe2692ec5fe4ec4
42+
path_provider_foundation: 0b743cbb62d8e47eab856f09262bb8c1ddcfe6ba
3643
url_launcher_ios: bb13df5870e8c4234ca12609d04010a21be43dfa
3744
webview_flutter_wkwebview: 29eb20d43355b48fe7d07113835b9128f84e3af4
3845

ouds_core/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.2.0...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...develop)
8+
### Added
9+
### Changed
10+
### Fixed
11+
12+
## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
813
### Added
914
- [Library] Create component - `Bottom sheet` ([#671](https://github.com/Orange-OpenSource/ouds-flutter/issues/671))
1015
- [Library] Create component - `Alert message` ([#670](https://github.com/Orange-OpenSource/ouds-flutter/issues/670))

ouds_global_raw_tokens/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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.2.0...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...develop)
88
### Added
9-
109
### Changed
11-
1210
### Fixed
1311

12+
## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
13+
1414
## [1.2.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.1.2...1.2.0) - 2026-04-21
1515
### Added
1616
### Changed

ouds_theme_contract/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.2.0...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...develop)
8+
### Added
9+
### Changed
10+
### Fixed
11+
12+
## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
813
### Added
914

1015
### Changed

ouds_theme_orange/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.2.0...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...develop)
8+
### Added
9+
### Changed
10+
### Fixed
11+
12+
## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
813
### Added
914

1015
### Changed

ouds_theme_orange_compact/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.2.0...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...develop)
8+
### Added
9+
### Changed
10+
### Fixed
11+
12+
## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
813
### Added
914

1015
### Changed

ouds_theme_sosh/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.2.0...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...develop)
8+
### Added
9+
### Changed
10+
### Fixed
11+
12+
## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
813
### Added
914

1015
### Changed

ouds_theme_wireframe/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ 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.2.0...develop)
7+
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.3.0...develop)
8+
### Added
9+
### Changed
10+
### Fixed
11+
12+
## [1.3.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/1.2.0...1.3.0) - 2026-05-08
813
### Added
914

1015
### Changed

0 commit comments

Comments
 (0)