From 4272bb23546958348ef8189984f9e95fe9978ead Mon Sep 17 00:00:00 2001 From: iLTeoooD Date: Mon, 1 Mar 2021 19:24:41 +0100 Subject: [PATCH] Prepare for next release --- CHANGELOG.md | 6 +++++- example/ios/Flutter/flutter_export_environment.sh | 6 +++--- example/pubspec.lock | 6 +++--- pubspec.yaml | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 41ec4b7..0e35697 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -214,4 +214,8 @@ Fix for streams listened twice ## [0.21.0] -Introducing validate and diff actions \ No newline at end of file +Introducing validate and diff actions + +## [0.21.1] + +Fix for #150 \ No newline at end of file diff --git a/example/ios/Flutter/flutter_export_environment.sh b/example/ios/Flutter/flutter_export_environment.sh index fa5eb88..38bcd71 100755 --- a/example/ios/Flutter/flutter_export_environment.sh +++ b/example/ios/Flutter/flutter_export_environment.sh @@ -1,12 +1,12 @@ #!/bin/sh # This is a generated file; do not edit or check into version control. -export "FLUTTER_ROOT=/Users/a34p/Documents/flutter" -export "FLUTTER_APPLICATION_PATH=/Users/a34p/Documents/git/flutter_i18n/example" +export "FLUTTER_ROOT=/home/teo/snap/flutter/common/flutter" +export "FLUTTER_APPLICATION_PATH=/home/teo/Documenti/git/flutter_i18n/example" export "FLUTTER_TARGET=lib/main.dart" export "FLUTTER_BUILD_DIR=build" export "SYMROOT=${SOURCE_ROOT}/../build/ios" export "OTHER_LDFLAGS=$(inherited) -framework Flutter" -export "FLUTTER_FRAMEWORK_DIR=/Users/a34p/Documents/flutter/bin/cache/artifacts/engine/ios" +export "FLUTTER_FRAMEWORK_DIR=/home/teo/snap/flutter/common/flutter/bin/cache/artifacts/engine/ios" export "FLUTTER_BUILD_NAME=1.0.0" export "FLUTTER_BUILD_NUMBER=1" export "DART_OBFUSCATION=false" diff --git a/example/pubspec.lock b/example/pubspec.lock index ed0d167..186e126 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -205,7 +205,7 @@ packages: name: io url: "https://pub.dartlang.org" source: hosted - version: "0.3.4" + version: "0.3.5" js: dependency: transitive description: @@ -401,7 +401,7 @@ packages: name: shelf_web_socket url: "https://pub.dartlang.org" source: hosted - version: "0.2.4" + version: "0.2.4+1" sky_engine: dependency: transitive description: flutter @@ -546,7 +546,7 @@ packages: name: webkit_inspection_protocol url: "https://pub.dartlang.org" source: hosted - version: "0.7.4" + version: "0.7.5" win32: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 1d32244..1ac7a3e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_i18n description: i18n made easy for Flutter. With flutter_i18n you can make your app international, using just a simple .json file! -version: 0.21.0 +version: 0.21.1 homepage: https://github.com/ilteoood/flutter_i18n dependencies: