From aff6c4a58f353297ab3edd4744a611547a73edda Mon Sep 17 00:00:00 2001 From: pavanpodila Date: Sun, 23 Jun 2024 16:13:40 +0530 Subject: [PATCH] chore: version upgrades --- packages/system/vyuh_core/CHANGELOG.md | 4 ++++ packages/system/vyuh_core/pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/system/vyuh_core/CHANGELOG.md b/packages/system/vyuh_core/CHANGELOG.md index 72267677..11a666a4 100644 --- a/packages/system/vyuh_core/CHANGELOG.md +++ b/packages/system/vyuh_core/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.4.0 + + - **FEAT**: restoring user selected initialRoute. + ## 1.3.0 - **FEAT**: adding ability to resolve a CMS path from a local path. It's currently one-directional...local->CMS. diff --git a/packages/system/vyuh_core/pubspec.yaml b/packages/system/vyuh_core/pubspec.yaml index c9466a14..74ee2456 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.3.0 +version: 1.4.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