From 9a600948e214a3f67e45883ed5f1f510ab93543a Mon Sep 17 00:00:00 2001 From: Fries_I23 <20661034+FriesI23@users.noreply.github.com> Date: Wed, 24 Jul 2024 20:27:45 +0800 Subject: [PATCH] chore: Bump version to pre-v1.13.4+50 --- configs/contributors.json | 7 ++++++- docs/release.md | 11 ++++++++--- pubspec.yaml | 2 +- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/configs/contributors.json b/configs/contributors.json index 60a836a..98cc7a7 100644 --- a/configs/contributors.json +++ b/configs/contributors.json @@ -61,7 +61,12 @@ } ], "de": [ 3 ], - "fa": [ 5 ], + "fa": [ 5, + { + "name": "ulracte", + "email": "ulracte@users.noreply.hosted.weblate.org" + } + ], "fr": [ 2 ], "es": [ { diff --git a/docs/release.md b/docs/release.md index 0eb0784..5c3fb57 100644 --- a/docs/release.md +++ b/docs/release.md @@ -2,9 +2,14 @@ Title: Pre-Released or Released: v1.2.3+xx --> -# Released v1.13.3+49: +# Pre-Released + +## v1.13.4+50: + +- Add Ukrainian translation (need translate). +- Update Spanish translation, thank for gallegonovato's contribution on weblate. +- Update Persian translation, thank for ulracte's contribution on webldate. + -- Update Spain translation, thank for Andres Blasco Arnáiz and gallegonovato's contribution on weblate. -- Fix show black screen when back from main screen. see these [issues](https://github.com/flutter/flutter/issues?q=is%3Aissue+PopScope+black+is%3Aclosed) for more information. diff --git a/pubspec.yaml b/pubspec.yaml index d45facd..ba70ee2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -20,7 +20,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html # In Windows, build-name is used as the major, minor, and patch parts # of the product and file versions while build-number is used as the build suffix. -version: 1.13.3+49 +version: 1.13.4+50 environment: sdk: ">=3.0.0 <4.0.0"