Skip to content

Commit 2a9b522

Browse files
committed
Add missing changeset
1 parent 5c84824 commit 2a9b522

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.changeset/sixty-stingrays-repeat.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'graphql-scalars': patch
3+
---
4+
5+
Now the regex updated to support all phone numbers compliant with the E.164 international format
6+
standard, which includes country code (Optional), area codes, and local numbers and extension
7+
(optional). For more information on E.164 formatting, Regex: https://regex101.com/r/nol2F6/1
8+
9+
Ex. +62 (21) 9175 5194, 2191755194, +1 123-456-7890 12345, +1 (123) 456-7890

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"url": "https://github.com/Urigo/graphql-scalars.git"
99
},
1010
"license": "MIT",
11+
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
1112
"engines": {
1213
"node": ">=10"
1314
},

0 commit comments

Comments
 (0)