diff --git a/pkgs/intl/CHANGELOG.md b/pkgs/intl/CHANGELOG.md index 30f46ce1..b527dd81 100644 --- a/pkgs/intl/CHANGELOG.md +++ b/pkgs/intl/CHANGELOG.md @@ -8,6 +8,7 @@ * Require Dart `^3.3` * Require `package:web` `^0.5.0`. * Support compiling to WASM + * Add topics to `pubspec.yaml` ## 0.19.0 * Update to CLDR v44. diff --git a/pkgs/intl/pubspec.yaml b/pkgs/intl/pubspec.yaml index 7756d22a..fc84b96d 100644 --- a/pkgs/intl/pubspec.yaml +++ b/pkgs/intl/pubspec.yaml @@ -6,6 +6,10 @@ description: >- internationalization issues. repository: https://github.com/dart-lang/i18n/tree/main/pkgs/intl +topics: + - i18n + - intl + environment: sdk: ^3.3.0