diff --git a/packages/fluorflow/CHANGELOG.md b/packages/fluorflow/CHANGELOG.md index 003b150..9f3dc0b 100644 --- a/packages/fluorflow/CHANGELOG.md +++ b/packages/fluorflow/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/smartive/fluorflow/compare/v1.2.0...v1.2.1) (2024-03-06) + + +### Bug Fixes + +* allow record types as params and return types ([#4](https://github.com/smartive/fluorflow/issues/4)) ([fc946a5](https://github.com/smartive/fluorflow/commit/fc946a5b576c644c75a6c7c80302cf800b09b8f5)) + # [1.2.0](https://github.com/smartive/fluorflow/compare/v1.1.0...v1.2.0) (2024-02-23) diff --git a/packages/fluorflow/pubspec.yaml b/packages/fluorflow/pubspec.yaml index 4febbca..27cd552 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.2.0 +version: 1.2.1 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 003b150..9f3dc0b 100644 --- a/packages/fluorflow_generator/CHANGELOG.md +++ b/packages/fluorflow_generator/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://github.com/smartive/fluorflow/compare/v1.2.0...v1.2.1) (2024-03-06) + + +### Bug Fixes + +* allow record types as params and return types ([#4](https://github.com/smartive/fluorflow/issues/4)) ([fc946a5](https://github.com/smartive/fluorflow/commit/fc946a5b576c644c75a6c7c80302cf800b09b8f5)) + # [1.2.0](https://github.com/smartive/fluorflow/compare/v1.1.0...v1.2.0) (2024-02-23) diff --git a/packages/fluorflow_generator/pubspec.yaml b/packages/fluorflow_generator/pubspec.yaml index 970fa8d..906edde 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.2.0 +version: 1.2.1 homepage: https://github.com/smartive/fluorflow repository: https://github.com/smartive/fluorflow.git