From 1c5a9b1eb322f639e926516c087dcd673c861e7b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 15 Feb 2024 14:51:23 +0000 Subject: [PATCH] chore(release): 1.0.4 [skip ci] ## [1.0.4](https://github.com/smartive/fluorflow/compare/v1.0.3...v1.0.4) (2024-02-15) ### Bug Fixes * **fluorflow:** soften dependency requirements ([3d5440c](https://github.com/smartive/fluorflow/commit/3d5440c205404bd36fbe06ed3f769342c2b23031)) * **generator:** add flutter as dependency ([452564f](https://github.com/smartive/fluorflow/commit/452564f626660c0ff4c9f86a35bfee32a4219819)) * **generator:** set base dependencies lower ([f96af64](https://github.com/smartive/fluorflow/commit/f96af6443440296313e5c39aaab8630f83d223e4)) --- packages/fluorflow/CHANGELOG.md | 9 +++++++++ packages/fluorflow/pubspec.yaml | 2 +- packages/fluorflow_generator/CHANGELOG.md | 9 +++++++++ packages/fluorflow_generator/pubspec.yaml | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/packages/fluorflow/CHANGELOG.md b/packages/fluorflow/CHANGELOG.md index 5f0e930..4f9db2c 100644 --- a/packages/fluorflow/CHANGELOG.md +++ b/packages/fluorflow/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.4](https://github.com/smartive/fluorflow/compare/v1.0.3...v1.0.4) (2024-02-15) + + +### Bug Fixes + +* **fluorflow:** soften dependency requirements ([3d5440c](https://github.com/smartive/fluorflow/commit/3d5440c205404bd36fbe06ed3f769342c2b23031)) +* **generator:** add flutter as dependency ([452564f](https://github.com/smartive/fluorflow/commit/452564f626660c0ff4c9f86a35bfee32a4219819)) +* **generator:** set base dependencies lower ([f96af64](https://github.com/smartive/fluorflow/commit/f96af6443440296313e5c39aaab8630f83d223e4)) + ## [1.0.3](https://github.com/smartive/fluorflow/compare/v1.0.2...v1.0.3) (2024-02-15) diff --git a/packages/fluorflow/pubspec.yaml b/packages/fluorflow/pubspec.yaml index 3de36cd..1b50d3f 100644 --- a/packages/fluorflow/pubspec.yaml +++ b/packages/fluorflow/pubspec.yaml @@ -3,7 +3,7 @@ description: >- An MVVM framework for Flutter that allows easy to use MVVM based views in Flutter apps. The package shines in combination with the generator (fluorflow_generator) to generate extension methods for bottom sheets, routings, dialogs and services. -version: 1.0.3 +version: 1.0.4 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 5f0e930..4f9db2c 100644 --- a/packages/fluorflow_generator/CHANGELOG.md +++ b/packages/fluorflow_generator/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.4](https://github.com/smartive/fluorflow/compare/v1.0.3...v1.0.4) (2024-02-15) + + +### Bug Fixes + +* **fluorflow:** soften dependency requirements ([3d5440c](https://github.com/smartive/fluorflow/commit/3d5440c205404bd36fbe06ed3f769342c2b23031)) +* **generator:** add flutter as dependency ([452564f](https://github.com/smartive/fluorflow/commit/452564f626660c0ff4c9f86a35bfee32a4219819)) +* **generator:** set base dependencies lower ([f96af64](https://github.com/smartive/fluorflow/commit/f96af6443440296313e5c39aaab8630f83d223e4)) + ## [1.0.3](https://github.com/smartive/fluorflow/compare/v1.0.2...v1.0.3) (2024-02-15) diff --git a/packages/fluorflow_generator/pubspec.yaml b/packages/fluorflow_generator/pubspec.yaml index 54726ca..c97877b 100644 --- a/packages/fluorflow_generator/pubspec.yaml +++ b/packages/fluorflow_generator/pubspec.yaml @@ -3,7 +3,7 @@ description: >- Generator (build runner generator) for the fluorflow package. This is the companion package that helps with generating extension methods for bottom sheets, routings, dialogs and services. -version: 1.0.3 +version: 1.0.4 homepage: https://github.com/smartive/fluorflow repository: https://github.com/smartive/fluorflow.git