@egovernments/digit-ui-module-core 1.9.0-rc1 → 1.9.0
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 +7 -2
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## [1.9.0] [
|
|
3
|
+
## [1.9.0] [28-October-2025]
|
|
4
4
|
|
|
5
5
|
### 🚀 Major Feature Release - Enhanced Authentication & Multi-Tenant Support
|
|
6
6
|
|
|
@@ -105,8 +105,13 @@
|
|
|
105
105
|
- `defaultLanding`: Customizable landing page routing
|
|
106
106
|
- MDMS-based configuration for login, privacy, and module settings
|
|
107
107
|
|
|
108
|
+
## [1.9.0-rc2] [27-Oct-2025]
|
|
109
|
+
- Test Build for release after master merge
|
|
108
110
|
|
|
109
|
-
## [1.
|
|
111
|
+
## [1.9.0-rc1] [27-Oct-2025]
|
|
112
|
+
- Test Build for release
|
|
113
|
+
|
|
114
|
+
## [1.8.57] [28-October-2025]
|
|
110
115
|
|
|
111
116
|
### New Features:
|
|
112
117
|
- **Multi-Tenant Support Enhancement**:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@egovernments/digit-ui-module-core",
|
|
3
|
-
"version": "1.9.0
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.modern.js",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@egovernments/digit-ui-components": "0.2.3",
|
|
18
|
-
"@egovernments/digit-ui-react-components": "1.9.0
|
|
19
|
-
"@egovernments/digit-ui-svg-components": "1.1.0
|
|
18
|
+
"@egovernments/digit-ui-react-components": "1.9.0",
|
|
19
|
+
"@egovernments/digit-ui-svg-components": "1.1.0",
|
|
20
20
|
"react": "17.0.2",
|
|
21
21
|
"react-dom": "17.0.2",
|
|
22
22
|
"react-i18next": "11.16.2",
|