Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into feat/currency-geo-d…
Browse files Browse the repository at this point in the history
…ata-migration
  • Loading branch information
RgnDunes committed Apr 29, 2024
2 parents 42b8869 + 632803c commit 77eefa5
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 20 deletions.
5 changes: 0 additions & 5 deletions .changeset/nine-carpets-doubt.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-seals-matter.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/stupid-starfishes-hammer.md

This file was deleted.

12 changes: 12 additions & 0 deletions packages/i18nify-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @razorpay/i18nify-js

## 1.9.0

### Minor Changes

- 472f8aa: Feat: Geo-contextual module

### Patch Changes

- 774d07b: Feat: static configs in phone module replaced with i18nify-data
- 3f406fb: Feat: Added an alias of i18nify-data to allow static imports of json within js package
- Feat: Phone number engine modified (dialcode or countryCode treated as mandatory)

## 1.8.1

### Patch 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.8.1",
"version": "1.9.0",
"author": "tarun khanna <[email protected]>",
"license": "MIT",
"contributors": [
Expand Down
9 changes: 9 additions & 0 deletions packages/i18nify-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @razorpay/i18nify-react

## 4.0.7

### Patch Changes

- Updated dependencies [774d07b]
- Updated dependencies [3f406fb]
- Updated dependencies [472f8aa]
- @razorpay/i18nify-js@1.9.0

## 4.0.6

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/i18nify-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razorpay/i18nify-react",
"version": "4.0.6",
"version": "4.0.7",
"description": "",
"author": "tarun khanna <[email protected]>",
"main": "lib/cjs/index.js",
Expand All @@ -25,17 +25,17 @@
"prepare": "yarn build"
},
"dependencies": {
"@razorpay/i18nify-js": "^1.8.0"
"@razorpay/i18nify-js": "^1.9.0"
},
"license": "MIT",
"peerDependencies": {
"@razorpay/i18nify-js": "^1.8.0",
"@razorpay/i18nify-js": "^1.9.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@razorpay/i18nify-js": "^1.8.0",
"@razorpay/i18nify-js": "^1.9.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",
Expand Down

0 comments on commit 77eefa5

Please sign in to comment.