From 31786f464b31ebbe5da421b2594d5fc9371d164b Mon Sep 17 00:00:00 2001 From: Florin Bratan Date: Tue, 3 May 2022 20:47:01 +0200 Subject: [PATCH] v2.0.0 - Upgraded dependencies --- CHANGELOG.md | 6 +++++- example/build.yaml | 1 + example/pubspec.yaml | 2 +- pubspec.yaml | 14 +++++++------- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e6f616..524857b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,4 +25,8 @@ ## 2.1.0 -- Added camel case support \ No newline at end of file +- Added camel case support + +## 2.2.0 + +- Upgraded dependencies \ No newline at end of file diff --git a/example/build.yaml b/example/build.yaml index b476479..a0656c9 100644 --- a/example/build.yaml +++ b/example/build.yaml @@ -2,5 +2,6 @@ targets: $default: sources: include: + - $package$ - assets/i18n/** - lib/** diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 880b045..023d826 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -12,4 +12,4 @@ dependencies: dev_dependencies: flutter_translate_gen: path: ../ - build_runner: ^2.1.5 + build_runner: ^2.1.10 diff --git a/pubspec.yaml b/pubspec.yaml index 85d2757..327c90d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_translate_gen description: Statically-typed localization keys generator for flutter_translate. -version: 2.1.0 +version: 2.2.0 homepage: https://leadcode.dev repository: https://github.com/bratan/flutter_translate_gen @@ -8,16 +8,16 @@ environment: sdk: ">=2.12.0 <3.0.0" dependencies: - analyzer: ^1.7.2 - async: ^2.8.2 - build: ^2.1.1 + analyzer: ^4.0.0 + async: ^2.9.0 + build: ^2.3.0 code_builder: ^4.1.0 dart_casing: ^2.0.0 - dart_style: ^2.0.0 + dart_style: ^2.2.3 dart_utils: ^2.0.0 flutter_translate_annotations: ^2.1.0 glob: ^2.0.2 - source_gen: ^1.0.0 + source_gen: ^1.2.2 dev_dependencies: - build_runner: ^2.1.5 \ No newline at end of file + build_runner: ^2.1.10 \ No newline at end of file