diff --git a/packages/fluorflow/CHANGELOG.md b/packages/fluorflow/CHANGELOG.md index da139fa..003b150 100644 --- a/packages/fluorflow/CHANGELOG.md +++ b/packages/fluorflow/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/smartive/fluorflow/compare/v1.1.0...v1.2.0) (2024-02-23) + + +### Features + +* allow barrier dismiss in dialogs ([#3](https://github.com/smartive/fluorflow/issues/3)) ([efe034f](https://github.com/smartive/fluorflow/commit/efe034fe18f33174a057e8dc378a0f522a64d407)) + # [1.1.0](https://github.com/smartive/fluorflow/compare/v1.0.5...v1.1.0) (2024-02-21) diff --git a/packages/fluorflow/pubspec.yaml b/packages/fluorflow/pubspec.yaml index cc42d96..4febbca 100644 --- a/packages/fluorflow/pubspec.yaml +++ b/packages/fluorflow/pubspec.yaml @@ -1,6 +1,6 @@ name: fluorflow description: An MVVM framework for Flutter to build scalable and maintainable applications. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/smartive/fluorflow repository: https://github.com/smartive/fluorflow.git diff --git a/packages/fluorflow_generator/CHANGELOG.md b/packages/fluorflow_generator/CHANGELOG.md index da139fa..003b150 100644 --- a/packages/fluorflow_generator/CHANGELOG.md +++ b/packages/fluorflow_generator/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/smartive/fluorflow/compare/v1.1.0...v1.2.0) (2024-02-23) + + +### Features + +* allow barrier dismiss in dialogs ([#3](https://github.com/smartive/fluorflow/issues/3)) ([efe034f](https://github.com/smartive/fluorflow/commit/efe034fe18f33174a057e8dc378a0f522a64d407)) + # [1.1.0](https://github.com/smartive/fluorflow/compare/v1.0.5...v1.1.0) (2024-02-21) diff --git a/packages/fluorflow_generator/pubspec.yaml b/packages/fluorflow_generator/pubspec.yaml index db5278d..970fa8d 100644 --- a/packages/fluorflow_generator/pubspec.yaml +++ b/packages/fluorflow_generator/pubspec.yaml @@ -1,6 +1,6 @@ name: fluorflow_generator description: Code Generator for the FluorFlow package. -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/smartive/fluorflow repository: https://github.com/smartive/fluorflow.git