Skip to content

Commit e7af113

Browse files
committed
2 parents 672b0fb + 1290849 commit e7af113

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 4.2.1
1+
## 4.2.1, 4.2.1+1
22

33
**Bug fix**
44
- [#236](https://github.com/FlutterGen/flutter_gen/issues/236) The crypto package 3.0.2 conflict in flutter_gen_runner 4.2.0 with integration_test.
@@ -44,7 +44,7 @@
4444
- Update to Flutter 3.0.1
4545

4646

47-
## 4.1.6
47+
## 4.1.6, 4.1.6+1
4848

4949
**Feature**
5050
- [#199](https://github.com/FlutterGen/flutter_gen/pull/199) [#201](https://github.com/FlutterGen/flutter_gen/pull/201) Expose some parameters of SvgPicture (flutter_svg).

packages/command/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_gen
22

33
description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
4-
version: 4.2.1
4+
version: 4.2.1+1
55
homepage: https://github.com/FlutterGen/flutter_gen
66
repository: https://github.com/FlutterGen/flutter_gen
77
documentation: https://github.com/FlutterGen/flutter_gen
@@ -14,7 +14,7 @@ executables:
1414
fluttergen: flutter_gen_command
1515

1616
dependencies:
17-
flutter_gen_core: ^4.2.1
17+
flutter_gen_core: 4.2.1+1
1818
args: '>=2.0.0 <3.0.0'
1919

2020
dev_dependencies:

packages/core/lib/version.gen.dart

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 = '4.2.0';
2+
String packageVersion = '4.2.1+1';

packages/core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: flutter_gen_core
22

33
description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
4-
version: 4.2.1
4+
version: 4.2.1+1
55
homepage: https://github.com/FlutterGen/flutter_gen
66
repository: https://github.com/FlutterGen/flutter_gen
77
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,7 +1,7 @@
11
name: flutter_gen_runner
22

33
description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
4-
version: 4.2.1
4+
version: 4.2.1+1
55
homepage: https://github.com/FlutterGen/flutter_gen
66
repository: https://github.com/FlutterGen/flutter_gen
77
documentation: https://github.com/FlutterGen/flutter_gen
@@ -11,7 +11,7 @@ environment:
1111
sdk: '>=2.14.0 <3.0.0'
1212

1313
dependencies:
14-
flutter_gen_core: ^4.2.1
14+
flutter_gen_core: 4.2.1+1
1515
build: '>=2.0.0 <3.0.0'
1616
collection: '>=1.15.0 <2.0.0'
1717
crypto: '>=3.0.0 <4.0.0'

0 commit comments

Comments
 (0)