Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2024-02-15)

### Bug Fixes

* **fluorflow:** soften dependency requirements ([3d5440c](3d5440c))
* **generator:** add flutter as dependency ([452564f](452564f))
* **generator:** set base dependencies lower ([f96af64](f96af64))
  • Loading branch information
semantic-release-bot committed Feb 15, 2024
1 parent 452564f commit 1c5a9b1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions packages/fluorflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/fluorflow/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
9 changes: 9 additions & 0 deletions packages/fluorflow_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/fluorflow_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c5a9b1

Please sign in to comment.