From a3045bb7736e242c22251bea4fce72da4a407db8 Mon Sep 17 00:00:00 2001 From: Andrii Bodnar Date: Fri, 28 Nov 2025 11:41:43 +0200 Subject: [PATCH] chore: version 0.8.1 --- CHANGELOG.md | 4 ++++ README.md | 2 +- example/pubspec.lock | 2 +- pubspec.yaml | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca7301d..39ba272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.8.1 + +- fix: add undeclared placeholders to the placeholders list + ## 0.8.0 - feat: expose downloaded manifest statically + check if locale is supported according to manifest diff --git a/README.md b/README.md index 65d26e3..7f3ee5a 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ To manage distributions, open the Crowdin project and go to the *Translations* > ```yml dependencies: - crowdin_sdk: ^0.8.0 + crowdin_sdk: ^0.8.1 flutter_localizations: sdk: flutter diff --git a/example/pubspec.lock b/example/pubspec.lock index 2d44f73..269e8d7 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -103,7 +103,7 @@ packages: path: ".." relative: true source: path - version: "0.8.0" + version: "0.8.1" crypto: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index e375379..bdae595 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: crowdin_sdk description: Crowdin Flutter SDK for instant translation delivery Over-The-Air directly to your application -version: 0.8.0 +version: 0.8.1 repository: https://github.com/crowdin/flutter-sdk homepage: https://github.com/crowdin/flutter-sdk