From c2cb3ada6d28d84f7ab75827c2e2a0d3dc8dae84 Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Thu, 30 May 2024 10:15:46 +0200 Subject: [PATCH 1/2] Add `topics` to package intl `pubspec.yaml` --- pkgs/intl/pubspec.yaml | 4 ++++ 1 file changed, 4 insertions(+) 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 From 2bf2633e913e2a175ae4b29d776053718cf5f70c Mon Sep 17 00:00:00 2001 From: Sarah Zakarias Date: Tue, 4 Jun 2024 07:55:55 +0000 Subject: [PATCH 2/2] changelog entry --- pkgs/intl/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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.