Skip to content

Commit

Permalink
chore: release 4.1.5 (#190)
Browse files Browse the repository at this point in the history
* chore: bump up 4.1.5

* docs: add line
  • Loading branch information
wasabeef authored Jan 13, 2022
1 parent aca6c69 commit 66e3515
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 10 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 4.1.5

**Bug fix**
- [#187](https://github.com/FlutterGen/flutter_gen/issues/187) Update dependencies.
- analyzer

## 4.1.4

**Feature**
Expand Down
4 changes: 2 additions & 2 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -215,14 +215,14 @@ packages:
path: "../packages/core"
relative: true
source: path
version: "4.1.4"
version: "4.1.5"
flutter_gen_runner:
dependency: "direct dev"
description:
path: "../packages/runner"
relative: true
source: path
version: "4.1.4"
version: "4.1.5"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
2 changes: 1 addition & 1 deletion packages/command/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ packages:
path: "../core"
relative: true
source: path
version: "4.1.4"
version: "4.1.5"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/command/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_gen

description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
version: 4.1.4
version: 4.1.5
homepage: https://github.com/FlutterGen/flutter_gen
repository: https://github.com/FlutterGen/flutter_gen
documentation: https://github.com/FlutterGen/flutter_gen
Expand All @@ -14,7 +14,7 @@ executables:
fluttergen: flutter_gen_command

dependencies:
flutter_gen_core: ^4.1.4
flutter_gen_core: ^4.1.5
args: '>=2.0.0 <3.0.0'

dev_dependencies:
Expand Down
2 changes: 1 addition & 1 deletion packages/core/lib/version.gen.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/// DO NOT MODIFY BY HAND, Generated by version_gen
String packageVersion = '4.1.4';
String packageVersion = '4.1.5';
2 changes: 1 addition & 1 deletion packages/core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_gen_core

description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
version: 4.1.4
version: 4.1.5
homepage: https://github.com/FlutterGen/flutter_gen
repository: https://github.com/FlutterGen/flutter_gen
documentation: https://github.com/FlutterGen/flutter_gen
Expand Down
2 changes: 1 addition & 1 deletion packages/runner/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ packages:
path: "../core"
relative: true
source: path
version: "4.1.4"
version: "4.1.5"
flutter_lints:
dependency: "direct dev"
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/runner/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_gen_runner

description: The Flutter code generator for your assets, fonts, colors, … — Get rid of all String-based APIs.
version: 4.1.4
version: 4.1.5
homepage: https://github.com/FlutterGen/flutter_gen
repository: https://github.com/FlutterGen/flutter_gen
documentation: https://github.com/FlutterGen/flutter_gen
Expand All @@ -11,7 +11,7 @@ environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
flutter_gen_core: ^4.1.4
flutter_gen_core: ^4.1.5
build: '>=2.0.0 <3.0.0'

dev_dependencies:
Expand Down

0 comments on commit 66e3515

Please sign in to comment.