Skip to content

Commit

Permalink
Add missing changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
ardatan committed Jan 29, 2025
1 parent 5c84824 commit 2a9b522
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .changeset/sixty-stingrays-repeat.md
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"url": "https://github.com/Urigo/graphql-scalars.git"
},
"license": "MIT",
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
"engines": {
"node": ">=10"
},
Expand Down

0 comments on commit 2a9b522

Please sign in to comment.