From b43972e47cf2a781f2d1da5ba90fc7adf09c3165 Mon Sep 17 00:00:00 2001 From: Tarun Khanna Date: Tue, 30 Jul 2024 13:29:34 +0530 Subject: [PATCH 1/2] [chore]: mock changes for triggering release (#169) * [chore]: mock changes for triggering release * Create selfish-jars-sin.md --- .changeset/selfish-jars-sin.md | 5 +++++ packages/i18nify-js/README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/selfish-jars-sin.md diff --git a/.changeset/selfish-jars-sin.md b/.changeset/selfish-jars-sin.md new file mode 100644 index 00000000..f5e3cc4e --- /dev/null +++ b/.changeset/selfish-jars-sin.md @@ -0,0 +1,5 @@ +--- +"@razorpay/i18nify-js": patch +--- + +[chore]: mock changes for triggering release diff --git a/packages/i18nify-js/README.md b/packages/i18nify-js/README.md index 59a979a0..42e7399a 100644 --- a/packages/i18nify-js/README.md +++ b/packages/i18nify-js/README.md @@ -25,7 +25,7 @@ Go on, code conqueror, the adventure awaits! ### Core Module -Welcome to the command center for your i18n experience! This module serves as the control hub, housing the essential functions to manage your i18n settings seamlessly. This module offers a trio of functions to handle all your i18n needs. Whether it's checking the current state, customizing settings, or starting afresh, this module has got you covered in managing your i18n world!🚀 +Welcome to the command center for your i18n experience! This module serves as the control hub, housing the essential functions to manage your i18n settings seamlessly. This module offers a trio of functions to handle all your i18n needs. Whether it's checking the current state, customizing settings, or starting afresh, this module has got you covered in managing your i18n world! 🚀 #### Functions From f6e02c26ca0fbae4ad6bc05a5685de14e88efbd8 Mon Sep 17 00:00:00 2001 From: rzpcibot <64553331+rzpcibot@users.noreply.github.com> Date: Tue, 30 Jul 2024 13:32:53 +0530 Subject: [PATCH 2/2] build(i18nify): update version (#170) Co-authored-by: github-actions[bot] --- .changeset/selfish-jars-sin.md | 5 ----- packages/i18nify-js/CHANGELOG.md | 6 ++++++ packages/i18nify-js/package.json | 2 +- packages/i18nify-playground/package.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/selfish-jars-sin.md diff --git a/.changeset/selfish-jars-sin.md b/.changeset/selfish-jars-sin.md deleted file mode 100644 index f5e3cc4e..00000000 --- a/.changeset/selfish-jars-sin.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@razorpay/i18nify-js": patch ---- - -[chore]: mock changes for triggering release diff --git a/packages/i18nify-js/CHANGELOG.md b/packages/i18nify-js/CHANGELOG.md index c1e90143..d5867ddf 100644 --- a/packages/i18nify-js/CHANGELOG.md +++ b/packages/i18nify-js/CHANGELOG.md @@ -1,5 +1,11 @@ # @razorpay/i18nify-js +## 1.12.2 + +### Patch Changes + +- b43972e: [chore]: mock changes for triggering release + ## 1.12.1 ### Patch Changes diff --git a/packages/i18nify-js/package.json b/packages/i18nify-js/package.json index 944db8f3..12d6c886 100644 --- a/packages/i18nify-js/package.json +++ b/packages/i18nify-js/package.json @@ -1,6 +1,6 @@ { "name": "@razorpay/i18nify-js", - "version": "1.12.1", + "version": "1.12.2", "author": "tarun khanna ", "license": "MIT", "contributors": [ diff --git a/packages/i18nify-playground/package.json b/packages/i18nify-playground/package.json index 37d021ea..c23320a7 100644 --- a/packages/i18nify-playground/package.json +++ b/packages/i18nify-playground/package.json @@ -30,7 +30,7 @@ "@mui/lab": "^5.0.0-alpha.147", "@mui/material": "^5.15.6", "@mui/x-date-pickers": "^6.19.4", - "@razorpay/i18nify-js": "^1.12.1", + "@razorpay/i18nify-js": "^1.12.2", "@razorpay/i18nify-react": "^4.0.12", "apexcharts": "^3.43.0", "date-fns": "^2.30.0",