diff --git a/analysis_options.yaml b/analysis_options.yaml index eb0b103..03cc8c1 100644 --- a/analysis_options.yaml +++ b/analysis_options.yaml @@ -10,5 +10,4 @@ analyzer: linter: rules: - directives_ordering - - public_member_api_docs diff --git a/packages/system/vyuh_feature_system/CHANGELOG.md b/packages/system/vyuh_feature_system/CHANGELOG.md index ec21f14..be61a3c 100644 --- a/packages/system/vyuh_feature_system/CHANGELOG.md +++ b/packages/system/vyuh_feature_system/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.16.0 + + - **FEAT**: adding button layout. + ## 1.15.7 - **FIX**: making the title optional. diff --git a/packages/system/vyuh_feature_system/pubspec.yaml b/packages/system/vyuh_feature_system/pubspec.yaml index dcee8d9..d6448af 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.15.7 +version: 1.16.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