Skip to content

Commit

Permalink
Merge branch 'master' into feat/currency-geo-data-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
RgnDunes authored May 1, 2024
2 parents dfdb503 + 7846f97 commit da3d1cd
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-zoos-repair.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-icons-tease.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/workflows/js-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
paths:
- 'packages/i18nify-js/**'
- 'packages/i18nify-react/**'
- 'i18nify-data/**'

env:
GITHUB_ACCESS_TOKEN: ${{ secrets.CI_BOT_TOKEN }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,7 @@
"SG": {
"dial_code": "+65",
"format": "xxxx xxxx",
"regex": "^(?:(?:\\+65)|(?:\\(\\+65\\))|(?:65))\\d{4}\\d{4}$"
"regex": "^(?:(?:\\+65)|(?:\\(\\+65\\))|(?:65))?\\d{4}\\d{4}$"
},
"SX": {
"dial_code": "+1",
Expand Down
13 changes: 13 additions & 0 deletions packages/i18nify-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @razorpay/i18nify-js

## 1.9.2

### Patch Changes

- 891908b: Singapore validation bug fixed

## 1.9.1

### Patch Changes

- eb5a756: [fix]: singapore validation regex fixed
- 5083738: fix: text should be treated inValid in isValidPhoneNumber [ATLAS-196]

## 1.9.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18nify-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razorpay/i18nify-js",
"version": "1.9.0",
"version": "1.9.2",
"author": "tarun khanna <[email protected]>",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit da3d1cd

Please sign in to comment.