diff --git a/packages/fluorflow/CHANGELOG.md b/packages/fluorflow/CHANGELOG.md index 8ab98eb..228eebd 100644 --- a/packages/fluorflow/CHANGELOG.md +++ b/packages/fluorflow/CHANGELOG.md @@ -1 +1,8 @@ +# 1.0.0 (2024-02-15) + + +### Features + +* **fluorflow:** initial version of the released framework ([15e8fb0](https://github.com/smartive/fluorflow/commit/15e8fb0bc906c211726e9e89a77380bcbd47b2f8)) + # 0.0.0-development diff --git a/packages/fluorflow/pubspec.yaml b/packages/fluorflow/pubspec.yaml index 5b36aa2..9abcd1e 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: 0.0.0-development +version: 1.0.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 8ab98eb..228eebd 100644 --- a/packages/fluorflow_generator/CHANGELOG.md +++ b/packages/fluorflow_generator/CHANGELOG.md @@ -1 +1,8 @@ +# 1.0.0 (2024-02-15) + + +### Features + +* **fluorflow:** initial version of the released framework ([15e8fb0](https://github.com/smartive/fluorflow/commit/15e8fb0bc906c211726e9e89a77380bcbd47b2f8)) + # 0.0.0-development diff --git a/packages/fluorflow_generator/pubspec.yaml b/packages/fluorflow_generator/pubspec.yaml index 9de85df..ac3e33d 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: 0.0.0-development +version: 1.0.0 homepage: https://github.com/smartive/fluorflow repository: https://github.com/smartive/fluorflow.git