Skip to content

Commit

Permalink
Updated package release version to 2.1.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwado-tech committed Sep 20, 2024
1 parent 73aad74 commit e05c4a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/git_package_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
java_version: 17
flutter_channel: 'stable'
ruby_version: '2.7.5'
release_version: '2.1.2'
release_version: '2.1.3'

jobs:
git_package_release:
Expand Down
4 changes: 4 additions & 0 deletions l10n_mapper_generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@

* Use dynamic import for `L10nMapperGenerator` in generated `AppLocalizationsMapper`. Thanks to @SERDUN in [PR-26](https://github.com/kwado-tech/l10n_mapper/pull/26)

## 2.1.3

* Fixes bug with placeholder wrong formatting resulting to inconsistencies with placeholder and translation-key objects as mentioned [here](https://github.com/kwado-tech/l10n_mapper/issues/25)

2 changes: 1 addition & 1 deletion l10n_mapper_generator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: l10n_mapper_generator
description: A dart package to generate localization-mapper to support parsing
dynamic translation keys (as flutter-localizations package does not yet
support this).
version: 2.1.2
version: 2.1.3
homepage: https://github.com/kwado-tech/l10n_mapper/tree/main/l10n_mapper_generator
repository: https://github.com/kwado-tech/l10n_mapper/tree/main/l10n_mapper_generator

Expand Down

0 comments on commit e05c4a7

Please sign in to comment.