@egovernments/digit-ui-module-core 1.9.0-rc2 → 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 +2 -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
|
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
## [1.9.0-rc1] [27-Oct-2025]
|
|
112
112
|
- Test Build for release
|
|
113
113
|
|
|
114
|
-
## [1.8.57] [
|
|
114
|
+
## [1.8.57] [28-October-2025]
|
|
115
115
|
|
|
116
116
|
### New Features:
|
|
117
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",
|