@egovernments/digit-ui-module-core 1.9.22-cms → 1.9.23-cms
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/dist/index.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,8 @@
|
|
|
1
1
|
# Changelog
|
|
2
|
+
## [1.9.23-cms] [05-MAY-2026]
|
|
3
|
+
- **Feature**: Added country code support for mobile numbers in citizen Login flow and UserProfile.
|
|
4
|
+
- **Refactor**: Updated CitizenSideBar and StaticCitizenSideBar to correctly reflect and handle profile updates with country codes.
|
|
5
|
+
|
|
2
6
|
## [1.9.22-cms] [14-APR-2026]
|
|
3
7
|
- **Refactor**: Simplified citizen login preferred language save flow.
|
|
4
8
|
- Removed the `/user-preference/v1/_search` pre-fetch call on OTP success — no longer fetches existing preferences before upsert.
|