diff --git a/slang/pubspec.yaml b/slang/pubspec.yaml index 3dc77c34..0703638a 100644 --- a/slang/pubspec.yaml +++ b/slang/pubspec.yaml @@ -1,10 +1,11 @@ name: slang description: Localization / Internationalization (i18n) solution. Use JSON, YAML or CSV files to create typesafe translations via source generation. -version: 3.24.0 +version: 3.25.0 repository: https://github.com/slang-i18n/slang topics: - i18n - localization + - internationalization - translation screenshots: - description: The slang logo. diff --git a/slang_build_runner/CHANGELOG.md b/slang_build_runner/CHANGELOG.md index de9af0a0..28ffee22 100644 --- a/slang_build_runner/CHANGELOG.md +++ b/slang_build_runner/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.25.0 + +- Bump `slang` to `3.25.0` + ## 3.24.0 - Bump `slang` to `3.24.0` diff --git a/slang_build_runner/pubspec.yaml b/slang_build_runner/pubspec.yaml index f7db68d5..23f8b697 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.24.0 +version: 3.25.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.24.0 <3.25.0' + slang: '>=3.25.0 <3.26.0' diff --git a/slang_flutter/CHANGELOG.md b/slang_flutter/CHANGELOG.md index 8005f6e5..6c1828f4 100644 --- a/slang_flutter/CHANGELOG.md +++ b/slang_flutter/CHANGELOG.md @@ -1,3 +1,7 @@ +## 3.25.0 + +- Bump `slang` to `3.25.0` + ## 3.24.0 - Bump `slang` to `3.24.0` diff --git a/slang_flutter/pubspec.yaml b/slang_flutter/pubspec.yaml index 2684313f..868ee711 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.24.0 +version: 3.25.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.24.0 <3.25.0' + slang: '>=3.25.0 <3.26.0' dev_dependencies: flutter_test: