Skip to content

Commit 328547b

Browse files
authored
πŸ”– 5.14.1 (#752)
1 parent c839ac2 commit 328547b

5 files changed

Lines changed: 12 additions & 6 deletions

File tree

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 5.14.1
2+
3+
**Development**
4+
5+
- Fix package root resolution after build_runner 2.14.0 AOT changes. by [@Carapacik](https://github.com/Carapacik)
6+
17
## 5.14.0
28

39
**Feature**

β€Žpackages/command/pubspec.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_gen
22
description: The Flutter code generator for your assets, fonts, colors, … β€” Get rid of all String-based APIs.
3-
version: 5.14.0
3+
version: 5.14.1
44
homepage: https://github.com/FlutterGen/flutter_gen
55
repository: https://github.com/FlutterGen/flutter_gen/tree/main/packages/command
66
documentation: https://github.com/FlutterGen/flutter_gen
@@ -13,7 +13,7 @@ executables:
1313
fluttergen: flutter_gen_command
1414

1515
dependencies:
16-
flutter_gen_core: 5.14.0
16+
flutter_gen_core: 5.14.1
1717

1818
args: ^2.0.0
1919
glob: ^2.1.3
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/// DO NOT MODIFY BY HAND, Generated by version_gen
2-
String packageVersion = '5.14.0';
2+
String packageVersion = '5.14.1';

β€Žpackages/core/pubspec.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_gen_core
22
description: The Flutter code generator for your assets, fonts, colors, … β€” Get rid of all String-based APIs.
3-
version: 5.14.0
3+
version: 5.14.1
44
homepage: https://github.com/FlutterGen/flutter_gen
55
repository: https://github.com/FlutterGen/flutter_gen/tree/main/packages/core
66
documentation: https://github.com/FlutterGen/flutter_gen

β€Žpackages/runner/pubspec.yamlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: flutter_gen_runner
22
description: The Flutter code generator for your assets, fonts, colors, … β€” Get rid of all String-based APIs.
3-
version: 5.14.0
3+
version: 5.14.1
44
homepage: https://github.com/FlutterGen/flutter_gen
55
repository: https://github.com/FlutterGen/flutter_gen/tree/main/packages/runner
66
documentation: https://github.com/FlutterGen/flutter_gen
@@ -10,7 +10,7 @@ environment:
1010
sdk: ^3.4.0
1111

1212
dependencies:
13-
flutter_gen_core: 5.14.0
13+
flutter_gen_core: 5.14.1
1414
build: ^4.0.0
1515
build_config: ^1.1.2
1616
collection: ^1.17.0

0 commit comments

Comments
Β (0)