Skip to content

Commit 751ee5c

Browse files
Upcoming Release Changes (#2721)
* chore(release): update monorepo packages versions * Update changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 2a9b522 commit 751ee5c

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

.changeset/sixty-stingrays-repeat.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## CHANGELOG moved to [GitHub releases](https://github.com/Urigo/graphql-scalars/releases)
22

3+
## 1.24.1
4+
5+
### Patch Changes
6+
7+
- [`#2719`](https://github.com/Urigo/graphql-scalars/pull/2719) Thanks
8+
[@nthombare-mdsol](https://github.com/nthombare-mdsol)! - Now the regex updated to support all
9+
phone numbers compliant with the E.164 international format standard, which includes country code
10+
(Optional), area codes, and local numbers and extension (optional). For more information on E.164
11+
formatting, Regex: https://regex101.com/r/nol2F6/1
12+
13+
Ex. +62 (21) 9175 5194, 2191755194, +1 123-456-7890 12345, +1 (123) 456-7890
14+
315
## 1.24.0
416

517
### Minor Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-scalars",
3-
"version": "1.24.0",
3+
"version": "1.24.1",
44
"type": "module",
55
"description": "A collection of scalar types not included in base GraphQL.",
66
"repository": {

0 commit comments

Comments
 (0)