From 2a9b522c9e51ee90029e7ea7ff746a6a12525ce6 Mon Sep 17 00:00:00 2001 From: Arda TANRIKULU Date: Wed, 29 Jan 2025 17:53:51 +0300 Subject: [PATCH] Add missing changeset --- .changeset/sixty-stingrays-repeat.md | 9 +++++++++ package.json | 1 + 2 files changed, 10 insertions(+) create mode 100644 .changeset/sixty-stingrays-repeat.md diff --git a/.changeset/sixty-stingrays-repeat.md b/.changeset/sixty-stingrays-repeat.md new file mode 100644 index 000000000..c11383700 --- /dev/null +++ b/.changeset/sixty-stingrays-repeat.md @@ -0,0 +1,9 @@ +--- +'graphql-scalars': patch +--- + +Now the regex updated to support all phone numbers compliant with the E.164 international format +standard, which includes country code (Optional), area codes, and local numbers and extension +(optional). For more information on E.164 formatting, Regex: https://regex101.com/r/nol2F6/1 + +Ex. +62 (21) 9175 5194, 2191755194, +1 123-456-7890 12345, +1 (123) 456-7890 diff --git a/package.json b/package.json index da130c540..39c37482d 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,7 @@ "url": "https://github.com/Urigo/graphql-scalars.git" }, "license": "MIT", + "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e", "engines": { "node": ">=10" },