From fbf4a97253de868971b85a494736f8d5b5cf0ea1 Mon Sep 17 00:00:00 2001 From: Ahmed Amine Zribi Date: Mon, 11 May 2026 13:46:45 +0100 Subject: [PATCH] chore(version): prepare version 2.0 --- app/pubspec.yaml | 16 ++++---- ouds_core/README.md | 12 +++--- ouds_core/pubspec.yaml | 4 +- ouds_global_raw_tokens/README.md | 2 +- ouds_global_raw_tokens/pubspec.yaml | 2 +- ouds_theme_contract/README.md | 2 +- ouds_theme_contract/pubspec.yaml | 4 +- ouds_theme_orange/README.md | 2 +- ouds_theme_orange/pubspec.yaml | 8 ++-- ouds_theme_orange_compact/README.md | 2 +- ouds_theme_orange_compact/pubspec.yaml | 10 ++--- ouds_theme_sosh/README.md | 2 +- ouds_theme_sosh/pubspec.yaml | 8 ++-- ouds_theme_wireframe/README.md | 2 +- ouds_theme_wireframe/pubspec.yaml | 8 ++-- pubspec.lock | 56 ++++++-------------------- 16 files changed, 54 insertions(+), 86 deletions(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index ca8f387b6..2c2fee461 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -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: 1.3.0+120 +version: 2.0.0+120 environment: sdk: ^3.9.0 @@ -50,19 +50,19 @@ dependencies: # URL Lancher. url_launcher: ^6.0.3 # Core - ouds_core: ^1.3.0 + ouds_core: ^2.0.0 # Global raw token - ouds_global_raw_tokens: ^1.3.0 + ouds_global_raw_tokens: ^2.0.0 # Orange Theme contract - ouds_theme_contract: ^1.3.0 + ouds_theme_contract: ^2.0.0 # Orange Theme - ouds_theme_orange: ^1.3.0 + ouds_theme_orange: ^2.0.0 # Orange Compact Theme - ouds_theme_orange_compact: ^1.3.0 + ouds_theme_orange_compact: ^2.0.0 # Sosh Theme - ouds_theme_sosh: ^1.3.0 + ouds_theme_sosh: ^2.0.0 # Wireframe Theme - ouds_theme_wireframe: ^1.3.0 + ouds_theme_wireframe: ^2.0.0 package_info_plus: ^8.3.1 # App Settings diff --git a/ouds_core/README.md b/ouds_core/README.md index 0c759b1e4..efb87d079 100644 --- a/ouds_core/README.md +++ b/ouds_core/README.md @@ -146,17 +146,17 @@ It is intended to replace internal frameworks and the previous [ODS](https://git ```yaml # Core - ouds_core: ^1.3.0 + ouds_core: ^2.0.0 # Orange Theme contract - ouds_theme_contract: ^1.3.0 + ouds_theme_contract: ^2.0.0 # Orange Theme - ouds_theme_orange: ^1.3.0 + ouds_theme_orange: ^2.0.0 # Orange Theme Compact - ouds_theme_orange_compact: ^1.3.0 + ouds_theme_orange_compact: ^2.0.0 # Sosh Theme - ouds_theme_sosh: ^1.3.0 + ouds_theme_sosh: ^2.0.0 # Wireframe Theme - ouds_theme_wireframe: ^1.3.0 + ouds_theme_wireframe: ^2.0.0 dependency_overrides: intl: ^0.20.2 diff --git a/ouds_core/pubspec.yaml b/ouds_core/pubspec.yaml index 080f9236a..cb54a1d8f 100644 --- a/ouds_core/pubspec.yaml +++ b/ouds_core/pubspec.yaml @@ -1,6 +1,6 @@ name: ouds_core description: 'Contains the main elements of the OUDS Android library.' -version: 1.3.0 +version: 2.0.0 environment: sdk: ^3.9.0 @@ -18,7 +18,7 @@ dependencies: # Flutter svg flutter_svg: ^2.2.3 # ouds_theme_contract - ouds_theme_contract: ^1.3.0 + ouds_theme_contract: ^2.0.0 # ouds_accessibility_plugin ouds_accessibility_plugin: ^0.2.0 # phone number handling diff --git a/ouds_global_raw_tokens/README.md b/ouds_global_raw_tokens/README.md index b0f96acd6..d6e48be73 100644 --- a/ouds_global_raw_tokens/README.md +++ b/ouds_global_raw_tokens/README.md @@ -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: ^1.3.0 + ouds_global_raw_tokens: ^2.0.0 ``` ## Additional information diff --git a/ouds_global_raw_tokens/pubspec.yaml b/ouds_global_raw_tokens/pubspec.yaml index 0ad5f59eb..9ef328bc3 100644 --- a/ouds_global_raw_tokens/pubspec.yaml +++ b/ouds_global_raw_tokens/pubspec.yaml @@ -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: 1.3.0 +version: 2.0.0 environment: sdk: ^3.9.0 diff --git a/ouds_theme_contract/README.md b/ouds_theme_contract/README.md index 49f4560e6..b17b3fef0 100644 --- a/ouds_theme_contract/README.md +++ b/ouds_theme_contract/README.md @@ -14,7 +14,7 @@ To use **Ouds Theme Contract**, add it as a dependency in your `pubspec.yaml` fi ```yaml dependencies: - ouds_theme_contract: ^1.3.0 + ouds_theme_contract: ^2.0.0 ``` ## Package Structure diff --git a/ouds_theme_contract/pubspec.yaml b/ouds_theme_contract/pubspec.yaml index bc05cecb0..97ab23799 100644 --- a/ouds_theme_contract/pubspec.yaml +++ b/ouds_theme_contract/pubspec.yaml @@ -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: 1.3.0 +version: 2.0.0 environment: sdk: ^3.9.0 @@ -11,7 +11,7 @@ resolution: workspace dependencies: flutter: sdk: flutter - ouds_global_raw_tokens: ^1.3.0 + ouds_global_raw_tokens: ^2.0.0 dev_dependencies: flutter_test: diff --git a/ouds_theme_orange/README.md b/ouds_theme_orange/README.md index 8214d465b..6f2d547fa 100644 --- a/ouds_theme_orange/README.md +++ b/ouds_theme_orange/README.md @@ -15,7 +15,7 @@ dependency in your `pubspec.yaml` file. ```yaml dependencies: - ouds_theme_orange: ^1.3.0 + ouds_theme_orange: ^2.0.0 ``` ## Additional information diff --git a/ouds_theme_orange/pubspec.yaml b/ouds_theme_orange/pubspec.yaml index a396ae8e3..5c5a8ac43 100644 --- a/ouds_theme_orange/pubspec.yaml +++ b/ouds_theme_orange/pubspec.yaml @@ -1,6 +1,6 @@ name: ouds_theme_orange description: 'Orange theme implementation for OUDS, with branding-specific design tokens.' -version: 1.3.0 +version: 2.0.0 environment: sdk: ^3.9.0 @@ -11,9 +11,9 @@ resolution: workspace dependencies: flutter: sdk: flutter - ouds_core: ^1.3.0 - ouds_theme_contract: ^1.3.0 - ouds_global_raw_tokens: ^1.3.0 + ouds_core: ^2.0.0 + ouds_theme_contract: ^2.0.0 + ouds_global_raw_tokens: ^2.0.0 path_provider: ^2.0.0 http: ^1.6.0 diff --git a/ouds_theme_orange_compact/README.md b/ouds_theme_orange_compact/README.md index 66d9f4faf..6e6de7de2 100644 --- a/ouds_theme_orange_compact/README.md +++ b/ouds_theme_orange_compact/README.md @@ -14,7 +14,7 @@ To use **Theme Orange Compact**, add it as a dependency in your `pubspec.yaml` f ```yaml dependencies: - ouds_theme_orange_compact: ^1.3.0 + ouds_theme_orange_compact: ^2.0.0 ``` ## Other OUDS Libraries diff --git a/ouds_theme_orange_compact/pubspec.yaml b/ouds_theme_orange_compact/pubspec.yaml index 2173bb18f..cef714fee 100644 --- a/ouds_theme_orange_compact/pubspec.yaml +++ b/ouds_theme_orange_compact/pubspec.yaml @@ -1,6 +1,6 @@ name: ouds_theme_orange_compact description: 'Orange Compact theme implementation for OUDS, with branding-specific design tokens optimized for compact displays.' -version: 1.3.0 +version: 2.0.0 environment: sdk: ^3.9.0 @@ -11,10 +11,10 @@ resolution: workspace dependencies: flutter: sdk: flutter - ouds_core: ^1.3.0 - ouds_theme_contract: ^1.3.0 - ouds_global_raw_tokens: ^1.3.0 - ouds_theme_orange: ^1.3.0 + ouds_core: ^2.0.0 + ouds_theme_contract: ^2.0.0 + ouds_global_raw_tokens: ^2.0.0 + ouds_theme_orange: ^2.0.0 dev_dependencies: flutter_test: sdk: flutter diff --git a/ouds_theme_sosh/README.md b/ouds_theme_sosh/README.md index c8e4501c9..5fb56842c 100644 --- a/ouds_theme_sosh/README.md +++ b/ouds_theme_sosh/README.md @@ -14,7 +14,7 @@ To use **Theme Sosh**, add it as a dependency in your `pubspec.yaml` file. ```yaml dependencies: - ouds_theme_sosh: ^1.3.0 + ouds_theme_sosh: ^2.0.0 ``` ## Other OUDS Libraries diff --git a/ouds_theme_sosh/pubspec.yaml b/ouds_theme_sosh/pubspec.yaml index 814f6f113..3dbe3d25d 100644 --- a/ouds_theme_sosh/pubspec.yaml +++ b/ouds_theme_sosh/pubspec.yaml @@ -1,6 +1,6 @@ name: ouds_theme_sosh description: 'Sosh theme implementation for OUDS, with branding-specific design tokens.' -version: 1.3.0 +version: 2.0.0 environment: sdk: ^3.9.0 @@ -11,9 +11,9 @@ resolution: workspace dependencies: flutter: sdk: flutter - ouds_core: ^1.3.0 - ouds_theme_contract: ^1.3.0 - ouds_global_raw_tokens: ^1.3.0 + ouds_core: ^2.0.0 + ouds_theme_contract: ^2.0.0 + ouds_global_raw_tokens: ^2.0.0 dev_dependencies: flutter_test: diff --git a/ouds_theme_wireframe/README.md b/ouds_theme_wireframe/README.md index b200f2f5d..56810d13a 100644 --- a/ouds_theme_wireframe/README.md +++ b/ouds_theme_wireframe/README.md @@ -14,7 +14,7 @@ To use **Theme Wireframe**, add it as a dependency in your `pubspec.yaml` file. ```yaml dependencies: - ouds_theme_wireframe: ^1.3.0 + ouds_theme_wireframe: ^2.0.0 ``` ## Other OUDS Libraries diff --git a/ouds_theme_wireframe/pubspec.yaml b/ouds_theme_wireframe/pubspec.yaml index fa7ae1fc3..b986bbd97 100644 --- a/ouds_theme_wireframe/pubspec.yaml +++ b/ouds_theme_wireframe/pubspec.yaml @@ -1,6 +1,6 @@ name: ouds_theme_wireframe description: 'Wireframe theme implementation for OUDS, with branding-specific design tokens.' -version: 1.3.0 +version: 2.0.0 environment: sdk: ^3.9.0 @@ -11,9 +11,9 @@ resolution: workspace dependencies: flutter: sdk: flutter - ouds_core: ^1.3.0 - ouds_theme_contract: ^1.3.0 - ouds_global_raw_tokens: ^1.3.0 + ouds_core: ^2.0.0 + ouds_theme_contract: ^2.0.0 + ouds_global_raw_tokens: ^2.0.0 dev_dependencies: flutter_test: diff --git a/pubspec.lock b/pubspec.lock index 60604724d..8a5e12e0b 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -65,14 +65,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.1.2" - code_assets: - dependency: transitive - description: - name: code_assets - sha256: "83ccdaa064c980b5596c35dd64a8d3ecc68620174ab9b90b6343b753aa721687" - url: "https://pub.dev" - source: hosted - version: "1.0.0" collection: dependency: transitive description: @@ -213,14 +205,6 @@ packages: url: "https://pub.dev" source: hosted version: "2.1.3" - hooks: - dependency: transitive - description: - name: hooks - sha256: "7a08a0d684cb3b8fb604b78455d5d352f502b68079f7b80b831c62220ab0a4f6" - url: "https://pub.dev" - source: hosted - version: "1.0.1" html: dependency: transitive description: @@ -321,18 +305,10 @@ packages: dependency: transitive description: name: meta - sha256: "23f08335362185a5ea2ad3a4e597f1375e78bce8a040df5c600c8d3552ef2394" - url: "https://pub.dev" - source: hosted - version: "1.17.0" - native_toolchain_c: - dependency: transitive - description: - name: native_toolchain_c - sha256: "89e83885ba09da5fdf2cdacc8002a712ca238c28b7f717910b34bcd27b0d03ac" + sha256: e3641ec5d63ebf0d9b41bd43201a66e3fc79a65db5f61fc181f04cd27aab950c url: "https://pub.dev" source: hosted - version: "0.17.4" + version: "1.16.0" nested: dependency: transitive description: @@ -341,14 +317,6 @@ packages: url: "https://pub.dev" source: hosted version: "1.0.0" - objective_c: - dependency: transitive - description: - name: objective_c - sha256: "100a1c87616ab6ed41ec263b083c0ef3261ee6cd1dc3b0f35f8ddfa4f996fe52" - url: "https://pub.dev" - source: hosted - version: "9.3.0" package_config: dependency: transitive description: @@ -417,10 +385,10 @@ packages: dependency: transitive description: name: path_provider_foundation - sha256: "2a376b7d6392d80cd3705782d2caa734ca4727776db0b6ec36ef3f1855197699" + sha256: "6d13aece7b3f5c5a9731eaf553ff9dcbc2eff41087fd2df587fd0fed9a3eb0c4" url: "https://pub.dev" source: hosted - version: "2.6.0" + version: "2.5.1" path_provider_linux: dependency: transitive description: @@ -542,10 +510,10 @@ packages: dependency: transitive description: name: test_api - sha256: ab2726c1a94d3176a45960b6234466ec367179b87dd74f1611adb1f3b5fb9d55 + sha256: "522f00f556e73044315fa4585ec3270f1808a4b186c936e612cab0b565ff1e00" url: "https://pub.dev" source: hosted - version: "0.7.7" + version: "0.7.6" typed_data: dependency: transitive description: @@ -574,10 +542,10 @@ packages: dependency: transitive description: name: url_launcher_ios - sha256: b1aca26728b7cc7a3af971bb6f601554a8ae9df2e0a006de8450ba06a17ad36a + sha256: cfde38aa257dae62ffe79c87fab20165dfdf6988c1d31b58ebf59b9106062aad url: "https://pub.dev" source: hosted - version: "6.4.0" + version: "6.3.6" url_launcher_linux: dependency: transitive description: @@ -606,10 +574,10 @@ packages: dependency: transitive description: name: url_launcher_web - sha256: d0412fcf4c6b31ecfdb7762359b7206ffba3bbffd396c6d9f9c4616ece476c1f + sha256: "4bd2b7b4dc4d4d0b94e5babfffbca8eac1a126c7f3d6ecbc1a11013faa3abba2" url: "https://pub.dev" source: hosted - version: "2.4.2" + version: "2.4.1" url_launcher_windows: dependency: transitive description: @@ -739,5 +707,5 @@ packages: source: hosted version: "3.1.3" sdks: - dart: ">=3.10.3 <4.0.0" - flutter: ">=3.38.4" + dart: ">=3.9.0 <4.0.0" + flutter: ">=3.35.0"