@egovernments/digit-ui-module-core 1.9.0-rc1 → 1.9.0-rc2
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 +5 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -105,6 +105,11 @@
|
|
|
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
|
|
110
|
+
|
|
111
|
+
## [1.9.0-rc1] [27-Oct-2025]
|
|
112
|
+
- Test Build for release
|
|
108
113
|
|
|
109
114
|
## [1.8.57] [23-October-2025]
|
|
110
115
|
|
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-rc2",
|
|
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-rc2",
|
|
19
|
+
"@egovernments/digit-ui-svg-components": "1.1.0-rc2",
|
|
20
20
|
"react": "17.0.2",
|
|
21
21
|
"react-dom": "17.0.2",
|
|
22
22
|
"react-i18next": "11.16.2",
|