Skip to content

Commit

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

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: tarun khanna <[email protected]>
  • Loading branch information
3 people authored Mar 6, 2024
1 parent 92bbe13 commit fec61b4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 9 deletions.
4 changes: 0 additions & 4 deletions .changeset/witty-beds-thank.md

This file was deleted.

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

## 1.5.0

### Minor Changes

- 92bbe13: feat: Add new Geo module - Country Flag SVG's

## 1.4.4

### 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.4.4",
"version": "1.5.0",
"author": "tarun khanna <[email protected]>",
"license": "MIT",
"main": "lib/cjs/index.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/i18nify-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @razorpay/i18nify-react

## 4.0.3

### Patch Changes

- Updated dependencies [92bbe13]
- @razorpay/i18nify-js@1.5.0

## 4.0.2

### 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.2",
"version": "4.0.3",
"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.4.4"
"@razorpay/i18nify-js": "^1.5.0"
},
"license": "MIT",
"peerDependencies": {
"@razorpay/i18nify-js": "^1.4.4",
"@razorpay/i18nify-js": "^1.5.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@razorpay/i18nify-js": "^1.4.4",
"@razorpay/i18nify-js": "^1.5.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 fec61b4

Please sign in to comment.