@egovernments/digit-ui-libraries 1.8.2 → 1.8.3
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/README.md +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -55,6 +55,7 @@ export default App;
|
|
|
55
55
|
### Changelog
|
|
56
56
|
|
|
57
57
|
```bash
|
|
58
|
+
1.8.3 commented the renderTenantLogos logic due to multilogo rendered issue
|
|
58
59
|
1.8.2 Added mdms-v2 url & mdms v1 globalconfig MDMS_V1_CONTEXT_PATH to support both v1 and v2
|
|
59
60
|
1.8.1 Added logoutRedirectURL for mgramseva workbench
|
|
60
61
|
1.8.0 Released as part of workbench v1.0
|