From e66899f8d29abe10207309e4706618eba3fa017f Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Thu, 8 Aug 2024 15:27:55 +0530 Subject: [PATCH] chore: version upgrades --- packages/system/vyuh_cache/CHANGELOG.md | 4 ++++ packages/system/vyuh_cache/pubspec.yaml | 2 +- packages/system/vyuh_core/CHANGELOG.md | 4 ++++ packages/system/vyuh_core/pubspec.yaml | 2 +- packages/system/vyuh_extension_content/CHANGELOG.md | 4 ++++ packages/system/vyuh_extension_content/pubspec.yaml | 4 ++-- packages/system/vyuh_feature_developer/pubspec.yaml | 4 ++-- packages/system/vyuh_feature_system/CHANGELOG.md | 4 ++++ packages/system/vyuh_feature_system/pubspec.yaml | 6 +++--- 9 files changed, 25 insertions(+), 9 deletions(-) diff --git a/packages/system/vyuh_cache/CHANGELOG.md b/packages/system/vyuh_cache/CHANGELOG.md index ecd0f28..b40543e 100644 --- a/packages/system/vyuh_cache/CHANGELOG.md +++ b/packages/system/vyuh_cache/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.3.0 + + - **FEAT**: added a BuildContext parameter to all loaders and error views. This helps in using the Theme from the context. + ## 1.2.4 - **REFACTOR**: deps upgrade. diff --git a/packages/system/vyuh_cache/pubspec.yaml b/packages/system/vyuh_cache/pubspec.yaml index 81042bb..3d44d89 100644 --- a/packages/system/vyuh_cache/pubspec.yaml +++ b/packages/system/vyuh_cache/pubspec.yaml @@ -1,6 +1,6 @@ name: vyuh_cache description: A generic caching package for Vyuh -version: 1.2.4 +version: 1.3.0 homepage: https://vyuh.tech repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_cache issue_tracker: https://github.com/vyuh-tech/vyuh/issues diff --git a/packages/system/vyuh_core/CHANGELOG.md b/packages/system/vyuh_core/CHANGELOG.md index 86f8ee4..6f360c0 100644 --- a/packages/system/vyuh_core/CHANGELOG.md +++ b/packages/system/vyuh_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.13.0 + + - **FEAT**: added a BuildContext parameter to all loaders and error views. This helps in using the Theme from the context. + ## 1.12.0 - **FEAT**: renaming PageRouteScaffold to RouteScaffold. Added a SingleItemRouteScaffold for showing only the first item in a body region, a common use case. diff --git a/packages/system/vyuh_core/pubspec.yaml b/packages/system/vyuh_core/pubspec.yaml index e1ec43d..7c5ca3a 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.12.0 +version: 1.13.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/CHANGELOG.md b/packages/system/vyuh_extension_content/CHANGELOG.md index b450a38..d3073ea 100644 --- a/packages/system/vyuh_extension_content/CHANGELOG.md +++ b/packages/system/vyuh_extension_content/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.6.0 + + - **FEAT**: added a BuildContext parameter to all loaders and error views. This helps in using the Theme from the context. + ## 1.5.0 - **FEAT**: adding delay action. diff --git a/packages/system/vyuh_extension_content/pubspec.yaml b/packages/system/vyuh_extension_content/pubspec.yaml index 7414dbf..535c832 100644 --- a/packages/system/vyuh_extension_content/pubspec.yaml +++ b/packages/system/vyuh_extension_content/pubspec.yaml @@ -1,6 +1,6 @@ name: vyuh_extension_content description: An extension for the Vyuh framework for creating CMS integrations -version: 1.5.0 +version: 1.6.0 homepage: https://vyuh.tech repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_extension_content issue_tracker: https://github.com/vyuh-tech/vyuh/issues @@ -22,7 +22,7 @@ dependencies: flutter_mobx: ^2.2.0+2 mobx: ^2.3.0+1 json_annotation: ^4.9.0 - vyuh_core: ^1.12.0 + vyuh_core: ^1.13.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 7611e92..11e6b57 100644 --- a/packages/system/vyuh_feature_developer/pubspec.yaml +++ b/packages/system/vyuh_feature_developer/pubspec.yaml @@ -21,8 +21,8 @@ dependencies: go_router: ^14.0.1 flutter_sticky_header: ^0.6.5 collection: ^1.18.0 - vyuh_core: ^1.12.0 - vyuh_extension_content: ^1.5.0 + vyuh_core: ^1.13.0 + vyuh_extension_content: ^1.6.0 dev_dependencies: flutter_test: diff --git a/packages/system/vyuh_feature_system/CHANGELOG.md b/packages/system/vyuh_feature_system/CHANGELOG.md index 1553019..b190d1a 100644 --- a/packages/system/vyuh_feature_system/CHANGELOG.md +++ b/packages/system/vyuh_feature_system/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.20.0 + + - **FEAT**: added a BuildContext parameter to all loaders and error views. This helps in using the Theme from the context. + ## 1.19.1 - **FIX**: better rendering of json path api config. diff --git a/packages/system/vyuh_feature_system/pubspec.yaml b/packages/system/vyuh_feature_system/pubspec.yaml index c0289b7..2ee54a0 100644 --- a/packages/system/vyuh_feature_system/pubspec.yaml +++ b/packages/system/vyuh_feature_system/pubspec.yaml @@ -1,6 +1,6 @@ name: vyuh_feature_system description: Provides the essential building blocks for a CMS-driven UI -version: 1.19.1 +version: 1.20.0 homepage: https://vyuh.tech repository: https://github.com/vyuh-tech/vyuh/tree/main/packages/system/vyuh_feature_system issue_tracker: https://github.com/vyuh-tech/vyuh/issues @@ -28,8 +28,8 @@ dependencies: logger: ^2.0.2+1 go_router: ^14.0.1 flutter_sanity_portable_text: ^1.3.0 - vyuh_core: ^1.12.0 - vyuh_extension_content: ^1.5.0 + vyuh_core: ^1.13.0 + vyuh_extension_content: ^1.6.0 json_path: ^0.7.1 url_launcher: ^6.3.0 nanoid: ^1.0.0