Skip to content

Commit

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

### Bug Fixes

* **deployment:** fix mapping value in yaml ([c3a3209](c3a3209))
* pubspec yaml is invalid ([b03e78c](b03e78c))
  • Loading branch information
semantic-release-bot committed Feb 15, 2024
1 parent b03e78c commit 69b868a
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
8 changes: 8 additions & 0 deletions packages/fluorflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.2](https://github.com/smartive/fluorflow/compare/v1.0.1...v1.0.2) (2024-02-15)


### Bug Fixes

* **deployment:** fix mapping value in yaml ([c3a3209](https://github.com/smartive/fluorflow/commit/c3a3209b044d3330d97d2e018b690484e5d4a821))
* pubspec yaml is invalid ([b03e78c](https://github.com/smartive/fluorflow/commit/b03e78cb8b93a181c6863f65811699bdacc8f20a))

## [1.0.1](https://github.com/smartive/fluorflow/compare/v1.0.0...v1.0.1) (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.1
version: 1.0.2
homepage: https://github.com/smartive/fluorflow
repository: https://github.com/smartive/fluorflow.git

Expand Down
8 changes: 8 additions & 0 deletions packages/fluorflow_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.2](https://github.com/smartive/fluorflow/compare/v1.0.1...v1.0.2) (2024-02-15)


### Bug Fixes

* **deployment:** fix mapping value in yaml ([c3a3209](https://github.com/smartive/fluorflow/commit/c3a3209b044d3330d97d2e018b690484e5d4a821))
* pubspec yaml is invalid ([b03e78c](https://github.com/smartive/fluorflow/commit/b03e78cb8b93a181c6863f65811699bdacc8f20a))

## [1.0.1](https://github.com/smartive/fluorflow/compare/v1.0.0...v1.0.1) (2024-02-15)


Expand Down
4 changes: 2 additions & 2 deletions 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.1
version: 1.0.2
homepage: https://github.com/smartive/fluorflow
repository: https://github.com/smartive/fluorflow.git

Expand All @@ -15,7 +15,7 @@ dependencies:
build: ^2.4.1
code_builder: ^4.10.0
dart_style: ^2.3.4
fluorflow: 1.0.1
fluorflow: 1.0.2
glob: ^2.1.2
path: ^1.9.0
recase: ^4.1.0
Expand Down

0 comments on commit 69b868a

Please sign in to comment.