From 5acd42213bbdc7171d186fd8a0e8f595b54d7b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Thu, 19 Dec 2024 16:11:11 +0100 Subject: [PATCH 1/5] fix(icons): JA -> JP Correct country for for Japan is JA, not JP. Fix the Japan country flag. --- packages/icons/manifest.json | 2 +- packages/icons/web/v2/{flag_ja_16.svg => flag_jp_16.svg} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename packages/icons/web/v2/{flag_ja_16.svg => flag_jp_16.svg} (86%) diff --git a/packages/icons/manifest.json b/packages/icons/manifest.json index 6dc164c951..ea19587dbd 100644 --- a/packages/icons/manifest.json +++ b/packages/icons/manifest.json @@ -726,7 +726,7 @@ "size": "16" }, { - "name": "flag_ja", + "name": "flag_jp", "category": "Country flag", "keywords": ["Japan"], "size": "16" diff --git a/packages/icons/web/v2/flag_ja_16.svg b/packages/icons/web/v2/flag_jp_16.svg similarity index 86% rename from packages/icons/web/v2/flag_ja_16.svg rename to packages/icons/web/v2/flag_jp_16.svg index 8251b2b760..64795e196a 100644 --- a/packages/icons/web/v2/flag_ja_16.svg +++ b/packages/icons/web/v2/flag_jp_16.svg @@ -1,5 +1,5 @@ - + From 470ff81906d5217d5a39e3bab4dfcaa3a38fe365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Thu, 19 Dec 2024 16:17:32 +0100 Subject: [PATCH 2/5] keep both --- packages/icons/manifest.json | 7 +++++++ packages/icons/web/v2/flag_ja_16.svg | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 packages/icons/web/v2/flag_ja_16.svg diff --git a/packages/icons/manifest.json b/packages/icons/manifest.json index ea19587dbd..cb39cb0534 100644 --- a/packages/icons/manifest.json +++ b/packages/icons/manifest.json @@ -731,6 +731,13 @@ "keywords": ["Japan"], "size": "16" }, + { + "name": "flag_ja", + "category": "Country flag", + "keywords": ["Japan"], + "size": "16", + "deprecation": "Use the `FlagJp` icon instead." + }, { "name": "flag_lt", "category": "Country flag", diff --git a/packages/icons/web/v2/flag_ja_16.svg b/packages/icons/web/v2/flag_ja_16.svg new file mode 100644 index 0000000000..64795e196a --- /dev/null +++ b/packages/icons/web/v2/flag_ja_16.svg @@ -0,0 +1,5 @@ + + + + + From 11698c2e59de0a97c142e8b6d2259c92ba73450a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Thu, 19 Dec 2024 16:47:01 +0100 Subject: [PATCH 3/5] changeset --- .changeset/lazy-squids-cry.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/lazy-squids-cry.md diff --git a/.changeset/lazy-squids-cry.md b/.changeset/lazy-squids-cry.md new file mode 100644 index 0000000000..2864a6227e --- /dev/null +++ b/.changeset/lazy-squids-cry.md @@ -0,0 +1,5 @@ +--- +"@sumup-oss/icons": major +--- + +Rename Japan country icon from JA to JP From ab25cd372a9e541f8b280f3b8299b0ada852b177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Thu, 19 Dec 2024 17:17:58 +0100 Subject: [PATCH 4/5] Update lazy-squids-cry.md Co-authored-by: sirineJ <112706079+sirineJ@users.noreply.github.com> --- .changeset/lazy-squids-cry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/lazy-squids-cry.md b/.changeset/lazy-squids-cry.md index 2864a6227e..317c1080d7 100644 --- a/.changeset/lazy-squids-cry.md +++ b/.changeset/lazy-squids-cry.md @@ -2,4 +2,4 @@ "@sumup-oss/icons": major --- -Rename Japan country icon from JA to JP +Added a new icon for Japanese flag with correct country code `flag_jp`. Deprecated the old `flag_ja` icon. From 70d0b617e262a8da2b048d1a691194301b79f8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matou=C5=A1=20Dzivjak?= Date: Thu, 19 Dec 2024 17:18:11 +0100 Subject: [PATCH 5/5] Update lazy-squids-cry.md Co-authored-by: sirineJ <112706079+sirineJ@users.noreply.github.com> --- .changeset/lazy-squids-cry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/lazy-squids-cry.md b/.changeset/lazy-squids-cry.md index 317c1080d7..6ddfd0bfb9 100644 --- a/.changeset/lazy-squids-cry.md +++ b/.changeset/lazy-squids-cry.md @@ -1,5 +1,5 @@ --- -"@sumup-oss/icons": major +"@sumup-oss/icons": minor --- Added a new icon for Japanese flag with correct country code `flag_jp`. Deprecated the old `flag_ja` icon.