Skip to content

Commit

Permalink
chore(release): 3.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.1.0](v3.0.1...v3.1.0) (2024-05-13)

### Features

* **navigation:** add platform specific page builder ([#8](#8)) ([03a69bd](03a69bd))
* **navigation:** add possibility for config of max history limit ([#7](#7)) ([3349f8d](3349f8d))
* **navigation:** expose the previous route in navigation service ([#9](#9)) ([087cea6](087cea6))
  • Loading branch information
semantic-release-bot committed May 13, 2024
1 parent 087cea6 commit 4e23920
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 @@
# [3.1.0](https://github.com/smartive/fluorflow/compare/v3.0.1...v3.1.0) (2024-05-13)


### Features

* **navigation:** add platform specific page builder ([#8](https://github.com/smartive/fluorflow/issues/8)) ([03a69bd](https://github.com/smartive/fluorflow/commit/03a69bd384b12529a325722adce37f21aab97104))
* **navigation:** add possibility for config of max history limit ([#7](https://github.com/smartive/fluorflow/issues/7)) ([3349f8d](https://github.com/smartive/fluorflow/commit/3349f8dafbd8296b730cd78ebfc27ae7a1669f0e))
* **navigation:** expose the previous route in navigation service ([#9](https://github.com/smartive/fluorflow/issues/9)) ([087cea6](https://github.com/smartive/fluorflow/commit/087cea635145eefee600ef8375ebe39ce02e4ae3))

## [3.0.1](https://github.com/smartive/fluorflow/compare/v3.0.0...v3.0.1) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/fluorflow/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluorflow
description: An MVVM framework for Flutter to build scalable and maintainable applications.
version: 3.0.1
version: 3.1.0
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 @@
# [3.1.0](https://github.com/smartive/fluorflow/compare/v3.0.1...v3.1.0) (2024-05-13)


### Features

* **navigation:** add platform specific page builder ([#8](https://github.com/smartive/fluorflow/issues/8)) ([03a69bd](https://github.com/smartive/fluorflow/commit/03a69bd384b12529a325722adce37f21aab97104))
* **navigation:** add possibility for config of max history limit ([#7](https://github.com/smartive/fluorflow/issues/7)) ([3349f8d](https://github.com/smartive/fluorflow/commit/3349f8dafbd8296b730cd78ebfc27ae7a1669f0e))
* **navigation:** expose the previous route in navigation service ([#9](https://github.com/smartive/fluorflow/issues/9)) ([087cea6](https://github.com/smartive/fluorflow/commit/087cea635145eefee600ef8375ebe39ce02e4ae3))

## [3.0.1](https://github.com/smartive/fluorflow/compare/v3.0.0...v3.0.1) (2024-05-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/fluorflow_generator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: fluorflow_generator
description: Code Generator for the FluorFlow package.
version: 3.0.1
version: 3.1.0
homepage: https://github.com/smartive/fluorflow
repository: https://github.com/smartive/fluorflow.git

Expand Down

0 comments on commit 4e23920

Please sign in to comment.