From adce5c9a9486949bd9b35a22066dda2e08703b7e Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Wed, 18 Sep 2024 10:44:25 +0530 Subject: [PATCH] chore(release): publish packages - vyuh_core@1.16.0 --- apps/vyuh_demo/pubspec.yaml | 6 +++--- features/feature_sample/pubspec.yaml | 4 ++-- .../sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml | 2 +- packages/system/vyuh_core/CHANGELOG.md | 4 ++++ packages/system/vyuh_core/pubspec.yaml | 2 +- packages/system/vyuh_extension_content/pubspec.yaml | 2 +- packages/system/vyuh_feature_developer/pubspec.yaml | 2 +- packages/system/vyuh_feature_system/pubspec.yaml | 2 +- 8 files changed, 14 insertions(+), 10 deletions(-) diff --git a/apps/vyuh_demo/pubspec.yaml b/apps/vyuh_demo/pubspec.yaml index 12b7dffc..783c9ade 100644 --- a/apps/vyuh_demo/pubspec.yaml +++ b/apps/vyuh_demo/pubspec.yaml @@ -19,9 +19,9 @@ dependencies: flutter_sanity_portable_text: ^1.0.0 # Vyuh Framework - vyuh_core: ^1.0.0 - vyuh_extension_content: ^1.0.0 - vyuh_feature_developer: ^1.0.0 + vyuh_core: ^1.16.0 + vyuh_extension_content: ^1.6.0 + vyuh_feature_developer: ^1.3.4 vyuh_feature_system: ^1.22.4 # Features diff --git a/features/feature_sample/pubspec.yaml b/features/feature_sample/pubspec.yaml index 2226d613..aa454c8c 100644 --- a/features/feature_sample/pubspec.yaml +++ b/features/feature_sample/pubspec.yaml @@ -14,9 +14,9 @@ dependencies: json_annotation: ^4.8.1 mobx: ^2.3.0+1 flutter_mobx: ^2.2.0+2 - vyuh_core: ^1.0.0 + vyuh_core: ^1.16.0 vyuh_feature_system: ^1.22.4 - vyuh_extension_content: ^1.0.0 + vyuh_extension_content: ^1.6.0 dev_dependencies: flutter_test: diff --git a/packages/sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml b/packages/sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml index 726fccd4..a9752b3d 100644 --- a/packages/sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml +++ b/packages/sanity/vyuh_plugin_content_provider_sanity/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: flutter: sdk: flutter sanity_client: ^1.3.0 - vyuh_core: ^1.14.0 + vyuh_core: ^1.16.0 vyuh_cache: ^1.3.0 cached_network_image: ^3.3.1 diff --git a/packages/system/vyuh_core/CHANGELOG.md b/packages/system/vyuh_core/CHANGELOG.md index c1457c63..3b41f212 100644 --- a/packages/system/vyuh_core/CHANGELOG.md +++ b/packages/system/vyuh_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.16.0 + + - Breaking change with the use of PluginDescriptor to describe plugins. The use of PluginType enum has been removed to be more opended with plugins + ## 1.15.0 - **FEAT**: added a transitionsBuilder parameter to the default route page builder. diff --git a/packages/system/vyuh_core/pubspec.yaml b/packages/system/vyuh_core/pubspec.yaml index 31b2b532..4fb18fb4 100644 --- a/packages/system/vyuh_core/pubspec.yaml +++ b/packages/system/vyuh_core/pubspec.yaml @@ -1,6 +1,6 @@ name: vyuh_core description: The core library for the Vyuh framework which contains the base types and runtime. -version: 1.15.0 +version: 1.16.0 homepage: https://vyuh.tech repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_core issue_tracker: https://github.com/vyuh-tech/vyuh/issues diff --git a/packages/system/vyuh_extension_content/pubspec.yaml b/packages/system/vyuh_extension_content/pubspec.yaml index b81e1681..0fc92731 100644 --- a/packages/system/vyuh_extension_content/pubspec.yaml +++ b/packages/system/vyuh_extension_content/pubspec.yaml @@ -22,7 +22,7 @@ dependencies: flutter_mobx: ^2.2.0+2 mobx: ^2.3.0+1 json_annotation: ^4.9.0 - vyuh_core: ^1.14.0 + vyuh_core: ^1.16.0 flutter_sanity_portable_text: ^1.3.0 dev_dependencies: diff --git a/packages/system/vyuh_feature_developer/pubspec.yaml b/packages/system/vyuh_feature_developer/pubspec.yaml index 81750382..e100b8fe 100644 --- a/packages/system/vyuh_feature_developer/pubspec.yaml +++ b/packages/system/vyuh_feature_developer/pubspec.yaml @@ -21,7 +21,7 @@ dependencies: go_router: ^14.0.1 flutter_sticky_header: ^0.6.5 collection: ^1.18.0 - vyuh_core: ^1.14.0 + vyuh_core: ^1.16.0 vyuh_extension_content: ^1.6.0 dev_dependencies: diff --git a/packages/system/vyuh_feature_system/pubspec.yaml b/packages/system/vyuh_feature_system/pubspec.yaml index 3da3bc8f..93a6644c 100644 --- a/packages/system/vyuh_feature_system/pubspec.yaml +++ b/packages/system/vyuh_feature_system/pubspec.yaml @@ -28,7 +28,7 @@ dependencies: logger: ^2.0.2+1 go_router: ^14.0.1 flutter_sanity_portable_text: ^1.3.0 - vyuh_core: ^1.14.0 + vyuh_core: ^1.16.0 vyuh_extension_content: ^1.6.0 json_path: ^0.7.1 url_launcher: ^6.3.0