Skip to content

Commit

Permalink
build(i18nify): update version (#61)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
rzpcibot and github-actions[bot] authored Jan 31, 2024
1 parent bb2a1d7 commit f8b1e78
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 10 deletions.
5 changes: 0 additions & 5 deletions .changeset/wild-mails-exercise.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.3.0

### Minor Changes

- bb2a1d7: [fix]: generic type from CURRENCIES list removed

## 1.2.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.2.0",
"version": "1.3.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

## 3.0.0

### Patch Changes

- Updated dependencies [bb2a1d7]
- @razorpay/i18nify-js@1.3.0

## 2.0.0

### Minor 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": "2.0.0",
"version": "3.0.0",
"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.2.0"
"@razorpay/i18nify-js": "^1.3.0"
},
"license": "MIT",
"peerDependencies": {
"@razorpay/i18nify-js": "^1.2.0",
"@razorpay/i18nify-js": "^1.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@razorpay/i18nify-js": "^1.2.0",
"@razorpay/i18nify-js": "^1.3.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 f8b1e78

Please sign in to comment.