From 7313e059030737ee59962bb370118b7d98d34a7f Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Sun, 30 Jun 2024 18:20:21 +0530 Subject: [PATCH] chore: version upgrades --- packages/system/vyuh_core/CHANGELOG.md | 5 +++++ packages/system/vyuh_core/pubspec.yaml | 2 +- packages/system/vyuh_feature_system/CHANGELOG.md | 4 ++++ packages/system/vyuh_feature_system/pubspec.yaml | 2 +- 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/packages/system/vyuh_core/CHANGELOG.md b/packages/system/vyuh_core/CHANGELOG.md index 90524ea0..48963431 100644 --- a/packages/system/vyuh_core/CHANGELOG.md +++ b/packages/system/vyuh_core/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.9.3 + + - **FIX**: keeping the route build for all modes. + - **FIX**: better handling of keys in pages. + ## 1.9.2 - **FIX**: better handling of keys in pages. diff --git a/packages/system/vyuh_core/pubspec.yaml b/packages/system/vyuh_core/pubspec.yaml index 730fe2c0..3d62fb6f 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.9.2 +version: 1.9.3 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_feature_system/CHANGELOG.md b/packages/system/vyuh_feature_system/CHANGELOG.md index de5e7d76..cf008b0e 100644 --- a/packages/system/vyuh_feature_system/CHANGELOG.md +++ b/packages/system/vyuh_feature_system/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.13.4 + + - **FIX**: better handling of keys in pages. + ## 1.13.3 - **FIX**: better handling of keys in pages. diff --git a/packages/system/vyuh_feature_system/pubspec.yaml b/packages/system/vyuh_feature_system/pubspec.yaml index 6fc22527..f2a56d76 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.13.3 +version: 1.13.4 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