Skip to content

Commit

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

* [chore]: version fixes

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: tarun khanna <tarun.khanna@razorpay.com>
  • Loading branch information
3 people authored Jul 30, 2024
1 parent 87faac9 commit d68f0e2
Showing 7 changed files with 23 additions and 18 deletions.
6 changes: 0 additions & 6 deletions .changeset/cold-cups-whisper.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/orange-moose-hang.md

This file was deleted.

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

## 1.12.1

### Patch Changes

- 87faac9: [chore]: mock changes to trigger release
- a10a4a9: playground package set as private to fix changeset release

## 1.11.0

### Minor Changes
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.11.0",
"version": "1.12.1",
"author": "tarun khanna <tarun.khanna@razorpay.com>",
"license": "MIT",
"contributors": [
4 changes: 2 additions & 2 deletions packages/i18nify-playground/package.json
Original file line number Diff line number Diff line change
@@ -30,8 +30,8 @@
"@mui/lab": "^5.0.0-alpha.147",
"@mui/material": "^5.15.6",
"@mui/x-date-pickers": "^6.19.4",
"@razorpay/i18nify-js": "^1.11.0",
"@razorpay/i18nify-react": "^4.0.10",
"@razorpay/i18nify-js": "^1.12.1",
"@razorpay/i18nify-react": "^4.0.12",
"apexcharts": "^3.43.0",
"date-fns": "^2.30.0",
"dayjs": "^1.11.10",
10 changes: 10 additions & 0 deletions packages/i18nify-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @razorpay/i18nify-react

## 4.0.12

### Patch Changes

- 87faac9: [chore]: mock changes to trigger release
- a10a4a9: playground package set as private to fix changeset release
- Updated dependencies [87faac9]
- Updated dependencies [a10a4a9]
- @razorpay/i18nify-js@1.12.1

## 4.0.10

### Patch Changes
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.10",
"version": "4.0.12",
"description": "",
"author": "tarun khanna <tarun.khanna@razorpay.com>",
"main": "lib/cjs/index.js",
@@ -26,13 +26,13 @@
},
"license": "MIT",
"peerDependencies": {
"@razorpay/i18nify-js": "^1.11.0",
"@razorpay/i18nify-js": "^1.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@razorpay/i18nify-js": "^1.11.0",
"@razorpay/i18nify-js": "^1.12.1",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.5",

0 comments on commit d68f0e2

Please sign in to comment.