Skip to content

Commit

Permalink
build(i18nify): update version (#145)
Browse files Browse the repository at this point in the history
* build(i18nify): update version

* [chore]: version fixed for i18nify-react

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rzpcibot and github-actions[bot] authored May 21, 2024
1 parent 3803afe commit 59b17ae
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 14 deletions.
5 changes: 0 additions & 5 deletions .changeset/few-deers-agree.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-rules-thank.md

This file was deleted.

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

## 1.10.0

### Minor Changes

- 08342e6: add new api for masked contact number in phone number module

### Patch Changes

- 3803afe: currency symbol placement evaluation in formatNumberToParts

## 1.9.3

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

## 4.0.9

### Patch Changes

- Updated dependencies [08342e6]
- Updated dependencies [3803afe]
- @razorpay/i18nify-js@1.10.0

## 4.0.8

### Patch Changes
Expand Down
6 changes: 3 additions & 3 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.8",
"version": "4.0.9",
"description": "",
"author": "tarun khanna <[email protected]>",
"main": "lib/cjs/index.js",
Expand All @@ -26,13 +26,13 @@
},
"license": "MIT",
"peerDependencies": {
"@razorpay/i18nify-js": "^1.9.3",
"@razorpay/i18nify-js": "^1.10.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@razorpay/i18nify-js": "^1.9.3",
"@razorpay/i18nify-js": "^1.10.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 59b17ae

Please sign in to comment.