Skip to content

Commit 174bd72

Browse files
committed
change version
1 parent 5aa062e commit 174bd72

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

flutter_modular/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [4.4.1] - 2022-02-18
1+
## [4.5.0] - 2022-02-22
22

33
- @Deprecated: `.modular()` extension.
44
Use instead:
@@ -9,7 +9,13 @@
99
);
1010
1111
```
12-
- Fix bugs.
12+
- Added `Modular.setInitialRoute`.
13+
- Added `Modular.setObservers`.
14+
- Added `Modular.setNavigatorKey`.
15+
16+
## [4.4.1] - 2022-02-18
17+
18+
- Fix bugs in lints.
1319

1420
## [4.4.0+1] - 2022-01-22
1521

flutter_modular/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_modular
22
description: Smart project structure with dependency injection and route management
3-
version: 4.4.1
3+
version: 4.5.0
44
homepage: https://github.com/Flutterando/modular
55

66
environment:

0 commit comments

Comments
 (0)