Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion app/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
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-flutter/compare/0.7.0...develop)

## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.5.0...develop)

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

### Added
- [DemoApp][Library] Create component - `Password Input` ([#397](https://github.com/Orange-OpenSource/ouds-flutter/issues/#397))
Expand Down
14 changes: 7 additions & 7 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: 'A new Flutter project.'
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.6.0+120
version: 0.7.0+120

environment:
sdk: ^3.6.0
Expand Down Expand Up @@ -53,17 +53,17 @@ dependencies:
# URL Lancher.
url_launcher: ^6.0.3
# Global raw token
ouds_global_raw_tokens: ^0.6.0
ouds_global_raw_tokens: ^0.7.0
# Core
ouds_core: ^0.6.0
ouds_core: ^0.7.0
# Orange Theme contract
ouds_theme_contract: ^0.6.0
ouds_theme_contract: ^0.7.0
# Orange Theme
ouds_theme_orange: ^0.6.0
ouds_theme_orange: ^0.7.0
# Sosh Theme
ouds_theme_sosh: ^0.6.0
ouds_theme_sosh: ^0.7.0
# Wireframe Theme
ouds_theme_wireframe: ^0.6.0
ouds_theme_wireframe: ^0.7.0

package_info_plus: ^8.3.1
# App Settings
Expand Down
5 changes: 4 additions & 1 deletion ouds_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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-flutter/compare/0.5.0...develop)
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)


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

### Added
- [Library] Create component - `Password Input` ([#397](https://github.com/Orange-OpenSource/ouds-flutter/issues/397))
Expand Down
8 changes: 4 additions & 4 deletions ouds_core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ It is intended to replace internal frameworks and the previous [ODS](https://git

```Dart
# Core
ouds_core: ^0.6.0
ouds_core: ^0.7.0
# Orange Theme contract
ouds_theme_contract: ^0.6.0
ouds_theme_contract: ^0.7.0
# Orange Theme
ouds_theme_orange: ^0.6.0
ouds_theme_orange: ^0.7.0
# Sosh Theme
ouds_theme_sosh: ^0.6.0
ouds_theme_sosh: ^0.7.0

dependency_overrides:
intl: ^0.20.2
Expand Down
4 changes: 2 additions & 2 deletions ouds_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_core
description: 'Contains the main elements of the OUDS Android library.'
version: 0.6.0
version: 0.7.0

environment:
sdk: ^3.6.0
Expand All @@ -18,7 +18,7 @@ dependencies:
# Flutter svg
flutter_svg: ^2.2.3
# ouds_theme_contract
ouds_theme_contract: ^0.6.0
ouds_theme_contract: ^0.7.0
# ouds_accessibility_plugin
ouds_accessibility_plugin: ^0.1.0
dev_dependencies:
Expand Down
5 changes: 4 additions & 1 deletion ouds_global_raw_tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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-flutter/compare/0.5.0...develop)
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)


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

### Changed
- [Library] Update tokens 1.9.0 `Bar` and `Effect` ([#493](https://github.com/Orange-OpenSource/ouds-flutter/issues/493))
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Ouds Global Raw Tokens**, add it as a dependency in your `pubspec.yaml`

```yaml
dependencies:
ouds_global_raw_tokens: ^0.6.0
ouds_global_raw_tokens: ^0.7.0
```

## Additional information
Expand Down
2 changes: 1 addition & 1 deletion ouds_global_raw_tokens/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_global_raw_tokens
description: 'Raw tokens are basic design values (e.g., colors, typography) used to create a flexible and consistent theme'
version: 0.6.0
version: 0.7.0

environment:
sdk: ^3.6.0
Expand Down
5 changes: 4 additions & 1 deletion ouds_theme_contract/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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-flutter/compare/0.5.0...develop)
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)


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

### Added
- [Library] Tokens: `link` and `linkMono` ([#390](https://github.com/Orange-OpenSource/ouds-flutter/issues/#390))
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Ouds Theme Contract**, add it as a dependency in your `pubspec.yaml` fi

```yaml
dependencies:
ouds_theme_contract: ^0.6.0
ouds_theme_contract: ^0.7.0
```

## Package Structure
Expand Down
4 changes: 2 additions & 2 deletions ouds_theme_contract/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_contract
description: 'Defines the interface for theming in the OUDS framework, ensuring consistent application of design tokens.'
version: 0.6.0
version: 0.7.0

environment:
sdk: ^3.6.0
Expand All @@ -11,7 +11,7 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_global_raw_tokens: ^0.6.0
ouds_global_raw_tokens: ^0.7.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 4 additions & 1 deletion ouds_theme_orange/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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-flutter/compare/0.5.0...develop)
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)


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

### Added
- [Library] Tokens: `link` and `linkMono` ([#390](https://github.com/Orange-OpenSource/ouds-flutter/issues/#390))
Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_orange/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_orange: ^0.6.0
ouds_theme_orange: ^0.7.0
```

## Additional information
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_orange/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_orange
description: 'Orange theme implementation for OUDS, with branding-specific design tokens.'
version: 0.6.0
version: 0.7.0

environment:
sdk: ^3.6.0
Expand All @@ -11,9 +11,9 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^0.6.0
ouds_theme_contract: ^0.6.0
ouds_global_raw_tokens: ^0.6.0
ouds_core: ^0.7.0
ouds_theme_contract: ^0.7.0
ouds_global_raw_tokens: ^0.7.0

dev_dependencies:
flutter_test:
Expand Down
4 changes: 3 additions & 1 deletion ouds_theme_sosh/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ 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-flutter/compare/0.5.0...develop)
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)


## [0.7.0](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.5.0...0.7.0) - 2025-12-01
### Added
- [Library] Tokens: `link` and `linkMono` ([#390](https://github.com/Orange-OpenSource/ouds-flutter/issues/#390))

Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_sosh/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Theme Sosh**, add it as a dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_sosh: ^0.6.0
ouds_theme_sosh: ^0.7.0
```

## Other OUDS Libraries
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_sosh/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_sosh
description: 'Sosh theme implementation for OUDS, with branding-specific design tokens.'
version: 0.6.0
version: 0.7.0

environment:
sdk: ^3.6.0
Expand All @@ -11,9 +11,9 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^0.6.0
ouds_theme_contract: ^0.6.0
ouds_global_raw_tokens: ^0.6.0
ouds_core: ^0.7.0
ouds_theme_contract: ^0.7.0
ouds_global_raw_tokens: ^0.7.0

dev_dependencies:
flutter_test:
Expand Down
5 changes: 4 additions & 1 deletion ouds_theme_wireframe/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ 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-flutter/compare/0.5.0...develop)
## [Unreleased](https://github.com/Orange-OpenSource/ouds-flutter/compare/0.7.0...develop)


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

### Added

Expand Down
2 changes: 1 addition & 1 deletion ouds_theme_wireframe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ To use **Theme Wireframe**, add it as a dependency in your `pubspec.yaml` file.

```yaml
dependencies:
ouds_theme_wireframe: ^0.6.0
ouds_theme_wireframe: ^0.7.0
```

## Other OUDS Libraries
Expand Down
8 changes: 4 additions & 4 deletions ouds_theme_wireframe/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ouds_theme_wireframe
description: 'Wireframe theme implementation for OUDS, with branding-specific design tokens.'
version: 0.6.0
version: 0.7.0

environment:
sdk: ^3.6.0
Expand All @@ -11,9 +11,9 @@ resolution: workspace
dependencies:
flutter:
sdk: flutter
ouds_core: ^0.6.0
ouds_theme_contract: ^0.6.0
ouds_global_raw_tokens: ^0.6.0
ouds_core: ^0.7.0
ouds_theme_contract: ^0.7.0
ouds_global_raw_tokens: ^0.7.0

dev_dependencies:
flutter_test:
Expand Down
Loading