Skip to content
This repository has been archived by the owner on Jul 31, 2022. It is now read-only.

Commit

Permalink
v2.0.0 - Upgraded dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bratan committed May 3, 2022
1 parent d6d21fb commit 31786f4
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 9 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,8 @@

## 2.1.0

- Added camel case support
- Added camel case support

## 2.2.0

- Upgraded dependencies
1 change: 1 addition & 0 deletions example/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ targets:
$default:
sources:
include:
- $package$
- assets/i18n/**
- lib/**
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ dependencies:
dev_dependencies:
flutter_translate_gen:
path: ../
build_runner: ^2.1.5
build_runner: ^2.1.10
14 changes: 7 additions & 7 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
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

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
build_runner: ^2.1.10

0 comments on commit 31786f4

Please sign in to comment.