From c51e29f37ca85b5db7bfd8662c1ceea57ac6095b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 23 Feb 2024 10:17:00 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] # [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)) --- packages/fluorflow/CHANGELOG.md | 7 +++++++ packages/fluorflow/pubspec.yaml | 2 +- packages/fluorflow_generator/CHANGELOG.md | 7 +++++++ packages/fluorflow_generator/pubspec.yaml | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) 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