From 9dbc8cc0b6bc5d919aa81ddf13841d5fb60df181 Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Wed, 27 Sep 2023 18:06:41 +0200 Subject: [PATCH] release: 3.24.0 --- slang/CHANGELOG.md | 1 + slang/pubspec.yaml | 2 +- slang_build_runner/CHANGELOG.md | 4 ++++ slang_build_runner/pubspec.yaml | 4 ++-- slang_flutter/CHANGELOG.md | 4 ++++ slang_flutter/pubspec.yaml | 4 ++-- 6 files changed, 14 insertions(+), 5 deletions(-) diff --git a/slang/CHANGELOG.md b/slang/CHANGELOG.md index 5310e3c4..c4eddb66 100644 --- a/slang/CHANGELOG.md +++ b/slang/CHANGELOG.md @@ -3,6 +3,7 @@ - feat: `slang edit add` respects order in base locale ([@adil192](https://github.com/adil192)) - feat: `slang edit add` works without a specified locale, it will add the string to all locales - feat: use `WidgetsBinding.instance.platformDispatcher` instead of `PlatformDispatcher.instance` in `findDeviceLocale` implementation +- fix: correctly obfuscate line breaks and single quotes ## 3.23.0 diff --git a/slang/pubspec.yaml b/slang/pubspec.yaml index f9a9e0f9..3dc77c34 100644 --- a/slang/pubspec.yaml +++ b/slang/pubspec.yaml @@ -1,6 +1,6 @@ name: slang description: Localization / Internationalization (i18n) solution. Use JSON, YAML or CSV files to create typesafe translations via source generation. -version: 3.23.0 +version: 3.24.0 repository: https://github.com/slang-i18n/slang topics: - i18n diff --git a/slang_build_runner/CHANGELOG.md b/slang_build_runner/CHANGELOG.md index a11f5de9..de9af0a0 100644 --- a/slang_build_runner/CHANGELOG.md +++ b/slang_build_runner/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.24.0 + +- Bump `slang` to `3.24.0` + ## 3.23.0 - Bump `slang` to `3.23.0` diff --git a/slang_build_runner/pubspec.yaml b/slang_build_runner/pubspec.yaml index d80695b1..f7db68d5 100644 --- a/slang_build_runner/pubspec.yaml +++ b/slang_build_runner/pubspec.yaml @@ -1,6 +1,6 @@ name: slang_build_runner description: build_runner integration for slang. This library ensures that slang is recognized by build_runner. -version: 3.23.0 +version: 3.24.0 repository: https://github.com/slang-i18n/slang environment: @@ -11,4 +11,4 @@ dependencies: glob: ^2.0.2 # Use a tight version to ensure that all features are available - slang: '>=3.23.0 <3.24.0' + slang: '>=3.24.0 <3.25.0' diff --git a/slang_flutter/CHANGELOG.md b/slang_flutter/CHANGELOG.md index 8dda6be2..8005f6e5 100644 --- a/slang_flutter/CHANGELOG.md +++ b/slang_flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.24.0 + +- Bump `slang` to `3.24.0` + ## 3.23.0 - Bump `slang` to `3.23.0` diff --git a/slang_flutter/pubspec.yaml b/slang_flutter/pubspec.yaml index d8219daa..86fa0d5e 100644 --- a/slang_flutter/pubspec.yaml +++ b/slang_flutter/pubspec.yaml @@ -1,6 +1,6 @@ name: slang_flutter description: Flutter support for slang. This library provides helpful Flutter API. -version: 3.23.0 +version: 3.24.0 repository: https://github.com/slang-i18n/slang environment: @@ -12,7 +12,7 @@ dependencies: sdk: flutter # Use a tight version to ensure that all features are available - slang: '>=3.23.0 <3.24.0' + slang: '>=3.24.0 <3.25.0' dev_dependencies: flutter_test: